/*****************************************
    HockeyTech Custom Color CSS
    Powered by HockeyTech.com
******************************************/

/* AHL Live */
.ht-show-ad {
	min-width: 120px;
}
.ht-ad-image {
    background-image: url("../png/ahltv-flohockey-dark.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 100%;
    height: 59px;
    display: block;
	margin: 0;
}
.ht-scorebar-ad-image {
    background-image: url("../png/ahltv-flohockey-light.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 36px;
    display: block;
    margin: 0;
}
.goaltenders_and_featured_player {
    display: none;
}
.ht-controls {
    background-color: #ebebeb;
}
th {
    font-weight: 300;
}
.ht-table th.ht-title-row {
    background-color: #151515;
    color: #fff;
}
.ht-table th, .ht-table-summary th, .ht-expanded-round, .htactive, .ht-btn-submit:hover, .ht-btn-filter:hover, .ht-button-current {
    background-color: #002877;
}
.ht-background {
    background: none;
}
.ht-player-data .ht-stats-header {
    background-color: #cd0000;
    color: #fff;
}
/* Hide top page title on mobile app */
#ht-mobile #ht-statview .ht-title {
    display: none;
}
.table-container {
    margin-bottom: 50px!important;
}
