#pr_add_team, #pr_add_location {
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    border: solid 1px #87a245;
    cursor: pointer;
    font: normal 11pt "Arial";
}

#pr_add_team:hover, #pr_add_location:hover {
    background-color: #87a245;
    box-shadow: 0px 0px 1px 1px #747675 inset;
}

/* PRACTICE ELEMENT */

.practice_element {
    position: relative;
    width: 80%;
    margin: 10px auto;
    border: solid 1px #87a245;
    padding: 15px;
    background: white;
}
.p_e_drawing {
    position: relative;
    width: 142px;
    height: 250px;
    cursor: pointer;
    background-size: 142px;
    background-repeat: no-repeat;
    float: left;
}
.p_e_note {
    float: right;
    text-align: left;
    width: 75%;
}
.p_e_note textarea {
    height: 230px;
    width: 220px;
}
.p_e_remove {
    position: absolute;
    top: -12px;
    right: -12px;
    background-image: url(../img/close.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    z-index: 10;
    cursor: pointer;
}
.p_e_drawing_list {
    float: left;
    margin: 5px;
    width: 142px;
    height: 236px;
    background-size: 142px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    border: solid 2px transparent;
}
.p_e_drawing_list:hover {
    border-color: #87a245;
}

.p_e_plays_title {
    color: #747675;
}

.pr_e_drawing {
    position: relative;
    border: solid 1px #747675;
    width: 85%;
    margin: 5px auto;
    padding: 15px;
}