.card-coach{
    cursor: pointer;
}

.event-date{
    font-size: 1rem;
}

.event-title{
 font-weight: bold;
}

.event-room{
font-size: small;
}

.event-time{
    font-size: small;
}

/* Button navigation */
.coach-nav-float span.icn {
    width: 53px;
    height: 50px;
    display: inline-block;
    border-right: 1px solid #eee;
    margin-right: 12px;
    padding-right: 4px;
}

a.coach-nav-float {
    padding: 6px 16px 4px 8px;
    margin-top: 16px;
    margin-bottom: -6px;
    border: 1px solid #e8e7e7;
    border-radius: 8px;
    background: white;
    display: inline-block;
    box-shadow: 0px 3px 26px -8px rgba(0, 0, 0, .1);
    text-decoration: none;
    transition: all 1s;
    position: relative;
}

a.coach-nav-float.right {
    position: fixed;
    top: 0;
    z-index: 10;
    right: 15px
}

a.coach-nav-float.left {
    position: fixed;
    top: 0;
    z-index: 10;
}