.nav > li > a{
    padding: 8px 40px 0px 40px;
}

.overlay-content-coach{
    margin:0px 0px 0px calc(50% - 300px);
    width:80%;
}

.calendar-wrapper{
    width:calc(108% - 70px);
}

.calendar-wrapper.coachesCalendar{
    margin-top:-97px;
}


.school{
    padding-top:20px !important;
}

/* #sidebar-wrapper{
    right:300px !important;
} */

/** FIX BORDER ISSUE ON TABLET **/
.responsive-tbl td{
    width:100% !important;
}

/** FIX BORDER ISSUE ON TABLET **/
.no-more-tables tr:nth-child(odd) td{
    border-bottom:1px solid #eee !important;
    border-top:1px solid #fff !important;
}

.no-more-tables tr:nth-child(even) td{
    border-bottom:1px solid #f5f5f5 !important;
}

/** MOBILE COMMENT **/
.mobile-comment{
    display:block;
}

/** IPAD PORTRAIT BOTTOM ADS **/
.ads-bottom{
    display: block;
    width:468px;
    height:60px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    overflow-x: scroll;
}

/** RESPONSIVE CUSTOM HEADER **/
.custom-header.main-header {
    height: 90px;
    min-height: 90px;
    background-size: 100% 100%;
}