.coaching-card .logo-container img {
    margin: 5px auto;
    display: block;
    height: 100%;
}

.coaching-card .logo-container {
    width: 37%;
    height: 20%;
    display: inline-block;
    float: left;
    margin: 40px 10px 40px 25px;
}

.coaching-card .title h2 {
    color: #000E33;
    margin-top: 20px;
    margin-bottom: 0;
}

.coaching-card .title {
    width: 37%;
    text-align: center;
    height: 35%;
    display: inline-block;
    float: left;
    margin: 40px 10px 0 25px;
}

.coaching-card .headshot {
    width: 39%;
    height: 65%;
    display: inline-block;
    float: left;
    margin: 40px 0 0 30px;
}

.coaching-card {
    width: 600px;
    height: 450px;
}

.coaching-card span.star {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    display: inline-block;
}

.toggle-starred-client-status-button {
    position: absolute;
    z-index: 10;
    left: 47%;
}

.clear-starred-clients-button {
    position: relative;
    z-index: 10;
    left: 0;
    top: 34px;
}
.view-starred-rolodex-button {
    position: relative;
    z-index: 10;
    left: 0;
    top: 34px;
}