﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/
/*@media (min-width: 768px) {*/
    /* Medium */
/*}*/


/***********
    Rankings Page
***********/




/***********
    Results
***********/
.rnk-grd-results-pbimgcont {
    width: 20px;
}
.rnk-grd-results-pbimg {
    width: 100%;
}
.rnk-grd-results-windcont {
    min-width: 20px;
}
.rnk-grd-results-headtohead {
}


.grd tr{
    height:58px;
}
.grd td {
    padding-top: 6px;
    padding-bottom: 6px;
}



/* Performance SubCategories*/
.rnk-grd-subcat-titleoverlay {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.rnk-grd-subcat-header {
    color: #222C53;
    background-color: #F2F2F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
}
    .rnk-grd-subcat-header .year-wrap {
    }
.rnk-grd-subcat-yrSep {
    margin-left: 5px;
    margin-right: 5px;
}
.rnk-grd-subcat-yrSelected {
    font-weight: bold;
    color: #D02D26;
}