
.coach-container {
    background: #ffffff;
    -webkit-box-shadow: 10px 10px 14px rgba(0,0,0,.075);
    box-shadow: 10px 10px 14px rgba(0,0,0,.075);
    padding: 15px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.coach-title {
    background: #ffffff;
    padding: 10px 15px 10px 0px;
    border-radius: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

    .coach-title.on {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .coach-title .close {
        position: absolute;
        top: -12px;
        right: 0;
    }