html,body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

* {
    box-sizing: border-box !important;
}

a {
    color: inherit;
}

table {
    color: #cfd2da;
}

.header-team-logo-left[src*=".png"],
.header-team-logo-right[src*=".png"],
.boxscore-team-logo-left[src*=".png"],
.boxscore-team-logo-right[src*=".png"],
.pbp-logo[src*=".png"],
.matchup-table img[src*=".png"]{
    filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.30));
}

@media (max-width:500px) {
    .header-team-logo-left[src*=".png"],
    .header-team-logo-right[src*=".png"],
    .boxscore-team-logo-left[src*=".png"],
    .boxscore-team-logo-right[src*=".png"],
    .pbp-logo[src*=".png"],
    .matchup-table img[src*=".png"]{
        filter: none;
    }
}

@media (min-width:500px){
    ::-webkit-scrollbar {
        width: 10px;
        height: 8px;
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #8e929a;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 15px rgba(65,65,66,.6);
        border-radius: 10px;
        background-color: transparent;
        opacity: .2;
    }

    .dataTables_scrollBody::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 15px rgba(65,65,66,.2);
        border-radius: 0px;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb {
        background-color: #caccd4;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #949494
    }

}


#page-loading {
    position:fixed;
    z-index:9;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-color:#15191f;
}

.page-loading-gif {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:90%;
    width:300px;
}

#boxscore-container {
    position:relative;
}

#background {
    position: fixed;
    left: 50%;
    
    /*transform: translateX(-50%);*/

    /* horizontally and vertically center */
    top: 50%;
    transform: translate(-50%, -50%);
   

    /* Preserve aspet ratio */
    min-width: 100%;
    min-height: 100%;
}


.site-color{
    display:none;
}

.gray-text{
    color:#333333 !important;
}

#body-container {
    /*background-color:#000;*/
    position:relative;
}

#play-by-play-container, #team-container, #recap-container, #team-stats-container {
}

/*HEADER*/

#boxscore-header-wrap {

}

#boxscore-header-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    text-align: center;
    height: 125px;
    background-color: #252933;
    margin: 0;
    box-shadow: 0px 2px 8px 2px rgba(4, 5, 6, 0.65);
    opacity: 1;
    z-index: 10;
    top: 0;
    transition: top 0.2s ease-in-out;
}

@media screen and (max-width:1000px) {
    #boxscore-header-container {
        height: 75px;
    }
}

@media screen and (max-width:600px) {
    #boxscore-header-container {
        height: 60px;
    }
}

.nav-up {
    top: -140px !important;
}

.team-header {
    flex: 1.5;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* width: 30%; */
    /*position:relative;*/
    color: #cfd2da;
}

@media screen and (max-width:1000px) {
    .team-header {
        width:30%;
    }

    .team-header a {
        text-decoration: none;
    }
}

@media screen and (max-width:600px) {
    .team-header {
        justify-content: center;
        width: 50%;
    }
}

.previous-icon {
    font-size: 30px !important;
    position: absolute;
    left: 5px;
    color: #a5a6a7;
    opacity: 0.4;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
}

.next-icon {
    font-size: 30px !important;
    position: absolute;
    right: 5px;
    color: #cfd2da;
    opacity: 0.4;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
}

.previous-icon:hover, .next-icon:hover {
    opacity: 1;
}

@media screen and (max-width:600px) {
    .next-icon {
        /*right: -5px;*/
    }
}

@media screen and (max-width:600px) {
    .previous-icon {
        /*left: -5px;*/
    }
}

@media screen and (max-width:600px) {
    .previous-icon, .next-icon {
        font-size: 25px !important
    }
}

.header-team-title-left, .header-team-title-right {
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
    /*border: thin #b200ff solid;*/
    margin: 0;
    padding: 0;
    
    /*! white-space: nowrap; */
}

@media screen and (max-width:1000px) {
    .hide-title {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .header-team-title-left, .header-team-title-right {
        font-size: 16px;
    }
}

@media screen and (max-width:450px) {
    .header-team-title-left, .header-team-title-right {
        font-size: 12px;
    }
}

.header-team-title-left:hover, .header-team-title-right:hover {
    color:#005aff;
}

.team1-record-container,
.team2-record-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-team-logo-left,
.header-team-logo-right {
    max-height: 70px;
    max-width: 75px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width:1000px) {
    .header-team-logo-left, .header-team-logo-right {
        max-height: 60px;
    }
}

@media screen and (max-width:600px) {
    .header-team-logo-left, .header-team-logo-right {
        max-height: 50px;
    }
}

.header-team-score-left, .header-team-score-right {
    font-size: 40px;
    padding: 0 10px;
}

@media screen and (max-width:1000px) {
    .header-team-score-left, .header-team-score-right {
        font-size:30px;
    }
}

@media screen and (max-width:600px) {
    .header-team-score-left, .header-team-score-right {
        font-size: 22px;
    }
}

@media screen and (max-width:450px) {
    .header-team-score-left, .header-team-score-right {
        font-size: 18px;
    }
}

.team1-name-hidden,.team2-name-hidden {
    display:none;
}

.team1-record, .team2-record {
    font-size: 14px;
    color: #a5a6a7;
    text-align: left;
    display: block;
}

.team1-record {
    text-align: left;
}

.team2-record {
    text-align: right;
}

@media screen and (max-width:1000px) {
    .team1-record, .team2-record {
        text-align: center;
        font-size: 12px;
    }
}

@media screen and (max-width:500px) {
    .team1-record, .team2-record {
        font-size: 10px;
    }
}

.loser,.loser a {
    color:#a5a6a7;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ebe9e9;
    display:none;
}


@media screen and (max-width:1000px) {
    .arrow-right {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #cfd2da;
    }
}

@media screen and (max-width:600px) {
    .arrow-right {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #cfd2da;
    }
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #cfd2da;
    display:none;
}

@media screen and (max-width:1000px) {
    .arrow-left {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #cfd2da;
        display: none;
    }
}

@media screen and (max-width:600px) {
    .arrow-left {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #cfd2da;
        display: none;
    }
}

.boxscore-summary {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
    /* height: 100%; */
    /* padding: 0 1.5em; */
    background-color: #0a0e15;
}

.header-clock {
    margin:0;
    padding:10px 0;
    font-size:18px;
    background-color:#000;
    width:100%;
    color:#fff;

}

@media screen and (max-width:1000px) {
    .header-clock {
        font-size: 16px;
        padding: 0;
        background-color: #fff;
        color: #000
    }
}

@media screen and (max-width:600px) {
    .header-clock {
        font-size: 12px;
    }
}



.scoresheet-icon-top {
    font-size: 22px !important;
    padding: 0;
    position: absolute;
    right:0;
    top:5px;
    color:#333333;
    opacity:1;
    width:25px;
    height:auto;
}

@media screen and (max-width:1000px) {
    .scoresheet-icon-top {
        top: initial;
        bottom: 0;
        right: 0;
        left: 0;
        font-size: 18px !important;
        width: 22px;
        margin:0 auto;
    }
}

@media screen and (max-width:600px) {
    .scoresheet-icon-top {
        bottom: 5px;
        font-size: 16px !important;
        width: 18px;
    }
}

.scoresheet-icon-top:hover {
    opacity:0.9;
}

.header-table {
    border-spacing: 0;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    /*border:thin #0094ff solid;*/
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

/*@media screen and (max-width:1100px) {
    .header-table {
        font-size: 14px;
    }
}*/

@media screen and (max-width:1000px) {
    .header-table {
        margin: 1em auto;
        font-size: 20px;
        color:inherit;
        width: 90%;
        max-width: 600px;
        min-width: 300px;
        display: none;
    }
}

@media screen and (max-width:600px) {
    .header-table {
        font-size: 14px;
    }
}

.header-table th,
.header-table thead td {
    border-collapse: collapse;
    border-bottom: #cac9d4 2px solid;
    line-height: 1em;
    padding: 4px;
}

.header-table tbody tr {
    /* border-bottom: #c3c3c7 2px solid; */
}
.header-table tbody tr:last-child {
    border-bottom: none;
}

.header-table td {
    /*border-bottom: rgba(232, 232, 232, 0.7) 1px solid;*/
    padding: 4px;
    vertical-align: middle;
}

.boxscore-title {
    font-size:30px;
    max-width:90%;
    margin:auto;
    font-weight:600;
}

.boxscore-teams, .boxscore-location {
    font-size:20px;
    max-width:90%;
    margin:auto;
    font-weight:400;
}

.header-final {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    color: #cfd2da;
}

@media screen and (max-width:1000px) {
    .header-final {
        font-size: 16px;
        padding: 0;
    }
}

@media screen and (max-width:600px) {
    .header-final {
        font-size: 12px;
    }
}

#header-last-event-container {
    background-color: #fff;
    width:75%;
    margin:0 auto;
    padding-top:1em;
}

@media screen and (max-width:1000px) {
    #header-last-event-container {
        padding-top: 0;
    }
}

.header-last-event {
    margin: 0;
    font-size:14px;
    letter-spacing:1px;
    font-weight:300;
    padding: 1em 0;
    color: #333333;
    border-top: 1px rgba(232, 232, 232, 0.7) solid;
}


@media screen and (max-width:600px) {
    .header-last-event {
        font-size: 12px;
    }
}


/*Menu*/
#menu-bar {
    margin: 0 auto;
    /* border-bottom: #eeeef2 3px solid; */
    position: relative;
    background-color: #252933;
    overflow-x: auto;
    overflow-y:hidden;
    /*-webkit-overflow-scrolling: touch;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.menu-selector {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
    width: 100%;
    /*max-width: 600px;*/
    display: flex;
    justify-content: flex-start;
}

.menu-option {
    flex: 1;
    font-size: 14px;
    color: #9c9fa7;
    /* border-bottom: #eeeef2 3px solid; */
    /*width: 100%;*/
    height: 60px;
    line-height: 60px;
    /*margin: auto;*/
    list-style: none;
    letter-spacing: 1px;
    white-space: nowrap;
    display: table-cell !important;
    text-transform: capitalize !important;
    position: relative;
}


@media screen and (max-width:750px) {
    .menu-option {
        padding: 0 10px;
        text-transform: uppercase !important;
        font-size: 12px;
    }
}

@media screen and (max-width:414px) {
    .menu-option {
        height: 50px;
        line-height: 50px;    
        font-size: 10px;
    }
}

.menu-option a {
    /* color: rgb(143, 143, 143); */
    text-decoration: none;
    display: block;
    height: 100%;
}

.menu-option-video {
    text-decoration: none;
    /*border: thin #000 solid;*/
    display:block;
}

/*@media screen and (max-width:600px) {
    .menu-option {
        width: 90px;
    }
}*/

.menu-option:hover {
    cursor: pointer;
}

.button-on {
    position: relative;
    border-bottom: solid #fff 4px;
    color: #fff;
    /* transition: ease-in-out 0.4s; */
}


.button-on a{
    color: #333333;
}

.maximize-icon {
    position:absolute;
    right:15px;
    top:12px;
    font-size:25px !important;
    opacity:1;
    display:none !important;
}

@media screen and (max-width:1000px) {
    .maximize-icon {
        top: 2px;
        font-size: 30px !important;
        
    }
}


.maximize-icon:hover {
    opacity: 0.9;
    cursor:pointer;
}

.scroll-top-icon {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 40px !important;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    padding: 0px 5px;
    background-color: #3a3f4b;
    opacity: 1;
    margin: 0;
    transition: opacity ease 0.4s;
    display: none !important;
    z-index: 5;
    opacity: 0.5;
    color: #cfd2da;
}

@media screen and (max-width:450px) {
    .scroll-top-icon {
        right: 10px;
        bottom: 10px;
        opacity: 0.3;
    }
}

.scroll-top-icon-hover {
    opacity:0.8 !important;
    transition:opacity ease 0.4s;
}


/*BODY*/

#team-container {
    width: 95%;
    margin: 0 auto;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
    padding: 1em 0;
    position:relative;
}

#team-stats {
    margin: 0 auto;
    position: relative;
    display:flex;
    justify-content:flex-start;
    flex-direction: column;
    width:100%;
    max-width: 1200px;
}

@media screen and (max-width:1000px) {
    #team-stats {
        width: 100%;
        display:block;
    }
}

.down-arrow-icon {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 25px !important;
    color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

@media screen and (max-width:1000px) {
    .down-arrow-icon {
        display:none !important;
    }
}

.down-arrow-icon:hover {
    opacity: 0.8;
}

.rotate {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.block {
    display:block !important;
}

#team-box-selector {
    /*border: thin #005aff solid;*/
    width:100%;
    text-align:center;
    padding:1em 0;
    display:none;
}

@media screen and (max-width:1000px) {
    #team-box-selector {
        display:block;
    }
}

.team-box-selector {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content:center;
}

.team-box-option {
    padding: 10px 0;
    font-size:14px;
    letter-spacing:1px;
    font-weight:bold;
    border: 5px #333333 solid;
    width: 100%;
    max-width: 250px;
    list-style: none;
    cursor: pointer;
    transition: background-color ease 0.4s;
    text-transform:uppercase;
}

@media screen and (max-width:600px) {
    .team-box-option {
        font-size: 12px;
    }
}

.team-box-option:hover {
    background-color:rgba(51, 51, 51, 0.08);
    transition:background-color ease 0.4s;
}

.team-box1 {
    border-right: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.team-box2 {
    border-left: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.team-box-on {
    background-color: #000;
    color:#fff;
    transition:background-color ease 0.4s;
}

#team1-stats {
    /*border: thin #005aff solid;*/
    /* padding: 0 10px 0 0; */
    /* border-right: rgba(232, 232, 232, 1) 2px solid; */
    position:relative;
}

@media screen and (max-width:1000px) {
    #team1-stats {
        border-right: none
    }
}

#team2-stats {
    /* padding: 0 0 0 10px; */
}

#team1-stats, #team2-stats {
    /*display:table-cell;*/
    /*padding:0 10px;*/
    /* width:49%; */
    /*max-width:500px;*/
}

@media screen and (max-width:1000px) {
    #team1-stats, #team2-stats {
        padding: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        /* overflow:hidden; */
    }
}

@media screen and (max-width:1000px) {
     #team2-stats {
        display:none;
    }
}

.table-of {
    overflow-x: auto;
    overflow-y:hidden;
    margin: 0;
    padding: 0;
    box-shadow: 2px 3px 14px 3px rgba(0,0,0,.2);
    border-radius: 5px;
    background-color: #fff;
}

.boxscore-team-logo-left,
.boxscore-team-logo-right {
    position:relative;
    vertical-align:middle;
    max-width:50px;
    max-height:50px;
    padding:0 10px 0 0;
}

.team-name {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.team-name a{
    color:inherit;
    text-decoration:none;
}

.share-icon {
    margin: 0 auto;
    position: absolute;
    right: 30px;
    top: 15px;
    text-align: center;
    font-size: 20px !important;
    opacity: 1;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    .share-icon {
        font-size: 16px !important;
        top: 2px;
        right: 0;
        left: 0;
        display: none !important;
        color:#cfd2da;
    }
}

@media screen and (max-width:600px) {
    .share-icon {
        /* top: -5px; */
        font-size: 16px !important;
    }
}

.share-icon:hover {
    cursor: pointer !important;
    opacity: 0.9;
}

.share-text {
    font-weight:500
}

@media screen and (max-width:1000px) {
    .share-text {
        display:none;
    }
}

.player {
    font-weight:bold;
}

/*@media screen and (max-width:600px) {
    .boxscore-player-photo {
        max-width:45px;
        max-height:45px;
    }
}*/

#row-header {
    background-color: rgba(232, 232, 232, 0.4);
}

    #row-header th {
        font-weight: bold;
    }

/* BOXSCORE TABLES */

.boxscore-table, 
.factors-table, 
.boxscore-table {
    font-size: 13px;
    color: #414b4c;
    background-color: #fff;
    border-spacing: 0 !important;
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
    border-collapse:collapse;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.boxscore-table tbody td,
.factors-table tbody td,
.boxscore-table tbody td {
    border: 1px #ebedf2 solid !important;
}

.factors-table thead th {
    color:#fff;
}

table tfoot td {
    font-weight:bold;
    border: 1px rgba(51, 51, 51, 0.04) solid !important;
}

.DTFC_LeftHeadWrapper, 
.DTFC_RightHeadWrapper, 
.DTFC_LeftFootWrapper, 
.DTFC_RightFootWrapper {
    z-index: 2;
}

.DTFC_LeftBodyLiner {
    overflow-y:auto;
    overflow-x:hidden;
}

div.DTFC_ScrollWrapper div.DTFC_LeftWrapper div.DTFC_LeftBodyWrapper {
    z-index: 1;
}

.DTFC_LeftBodyWrapper, 
.DTFC_RightHeadWrapper, 
.DTFC_LeftFootWrapper, 
.DTFC_RightFootWrapper {
    box-shadow: 8px 0 5px -2px #e7e8eb
}

.DTFC_LeftHeadWrapper{
    box-shadow: 8px 0 5px -2px rgba(231, 232, 235, 0.404)
}

.sorting_1 {
    background-color: rgba(236, 236, 236, 0.50) !important;
}

.dataTables_scrollHeadInner, 
.dataTables_scrollFootInner {
    background-color: #fff !important;
}

/* put restrictions on first column */
.boxscore-table tbody td:nth-of-type(1), 
.factors-table tbody td:nth-of-type(1), 
.boxscore-table tbody td:nth-of-type(1) {
    text-align: left !important;
    position: relative;
    max-width: 190px !important;
    /* min-width: 190px !important; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:12px;
    padding: 0 5px;
}

.boxscore-table img,
.boxscore-team-logo  {
    max-height: 30px;
    max-width: 35px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 2px;
}

.boxscore-team-logo {
    display: block;
    margin: 0 auto;
}

.boxscore-table img[src*=".jpg"],
.boxscore-team-logo img[src*=".jpg"] {
    margin: 5px 5px 5px 0;
}


/*@media screen and (max-width:600px) {
    .DTFC_LeftBodyWrapper, .DTFC_RightBodyWrapper, .DTFC_LeftHeadWrapper, .DTFC_RightHeadWrapper, .DTFC_LeftFootWrapper, .DTFC_RightFootWrapper {
        max-width: 110px !important;
    }
}*/

.sorting_1 {
    background-color: rgba(236, 236, 236, 0.50) !important;
}

.DTFC_LeftBodyLiner {
    overflow: hidden;
}


@media (max-width:500px) {
    .boxscore-table tbody td:nth-of-type(1), 
    .factors-table tbody td:nth-of-type(1), 
    .boxscore-table tbody td:nth-of-type(1) {
        /* min-width: 140px !important; */
        max-width: 140px !important;
        font-size: 10px;
    }
    .boxscore-table, 
    .factors-table, 
    .boxscore-table {
        font-size: 10px;
    }
}

.team-total {
    font-weight:600;
}

#bottom-section {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    padding:2em 0;
}

#factors-container {
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin: auto
}

.factors-title {
    font-weight: 600;
    font-size: 18px;
}

.scoresheet-icon {
    width: 22px;
    padding: 0 2px 0 0;
    position: relative;
    vertical-align: bottom
}

.bold {
    font-weight:bold;
}

/* Recap */

#recap-container {
    background-color: transparent;
    padding: 2em 0;
    text-align: center;
    max-width: 750px;
    margin: auto;
}

@media screen and (max-width:800px) {
    #recap-container {
        max-width:90%;
    }
}

#recap {
    margin: 0 auto;
}

.recap-photo {
    width:100%;
}

.recap-title {
    text-align:left;
}

#recap p{
    max-width: 100%;
    line-height: 1.5em;
    font-weight: 300;
    text-align: left;
    font-size:16px;
}

@media screen and (max-width:700px) {
    #recap p {
        text-align:left;
    }
}

#recap a {
    color: inherit;
}

/*Play-by-Play*/

#play-by-play-container {
    max-width: 900px;
    margin: 0 auto;
    display: none;
    padding: 1em 0;
}

@media screen and (max-width:800px) {
    #play-by-play-container {
        width: 100%;
    }
} 

#quarters-selector {
    /*border: thin #ff0000 solid;*/
    margin:0 auto;
    text-align:center;
    padding:1em 0;
}

@media screen and (max-width:800px) {
    #quarters-selector {
        text-align: left;
    }
} 

.quarters {
    display: inline-block;
    margin: 0;
    padding:0;
    /*border: thin #005aff solid;*/
}

.quarter-option,.quarter-title {
    display: inline-block;
    font-size:16px;
    padding: 5px 10px;
    border-radius: 2px;
    /*border-right: 1px rgb(10, 10, 10) solid;*/
}

@media screen and (max-width:800px) {
    .quarter-option, .quarter-title {
        font-size: 14px;
        padding: 3px 8px;
        /*border-right: 1px rgb(10, 10, 10) solid;*/
    }
} 

.quarter-option:first-child ,.quarter-option:last-child {
    border-right: none;
}

.quarter-option:hover {
    cursor:pointer;
    color:#a5a6a7;
}

.quarter-title:hover {
    color:#fff;
    cursor:default;
}

.quarter-on {
    color: #cfd2da;
    background-color: #3a3f4b;
}

.quarter-on:hover {
    color: #333333;
}

.line {
    display:inline-block;
    color:rgba(232, 232, 232, 0.8);
    font-weight:bold;
    font-size:16px;
}

.all-quarters {
    display:none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
}

@media screen and (max-width:800px){
    .all-quarters {
        border-radius: 0px;
    }
}

.quarter1-container {
    display:block;
}

.play-by-play-table {
    font-size: 14px;
    font-weight: 400;
    background-color: #252933;
    border-spacing: 0px;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
    table-layout: fixed;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
    border-radius: 5px;
}

@media screen and (max-width:600px) {
    .play-by-play-table {
        font-size: 12px;
    }
}

.play-by-play-table th,
.play-by-play-table thead td {
    font-size: 14px !important;
    padding: 8px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.play-by-play-table tbody tr:first-child {
    border-top: none !important;
}

/*.play-by-play-table tbody > tr > td {
    border-top: 1px #fff solid !important;
}*/

/*.play-by-play-table tr {
    display:flex;
    align-items:center;
}*/

.play-by-play-table td {
    border-bottom: solid rgba(191, 209, 255, 0.2) 1px;
    padding: 5px !important;
    height: 50px;
}

.play-by-play-table tbody tr td {
    /*padding: 5px !important;*/
}

.pbp-team-title-left, .pbp-team-title-right {
    font-size:18px;
    text-align:center;
    font-weight:300;
}

.event-left, .event-right {
    width: 43% !important;
}


@media screen and (max-width:600px) {
    .event-left, .event-right {
        width: 90% !important;
    }
}

.event-left {
    text-align:right;
    padding:100px 0 0 10px;
    position:relative;
    /*border:thin #005aff solid;*/
}

@media screen and (max-width:600px) {
    .event-left {
        display:none;
    }
}


.event-right {
    text-align: left;
    padding: 0 10px 0 0;
  
}

@media screen and (max-width:600px) {
   .event-right {
         height: 66px;
    }
}

.underline {
    border-bottom: 2px rgba(255, 255, 255, 0.20) solid;
}

.pbp-info {
    width:100px;
    text-align:center;
}

.pbp-info-width {
    width: 125px;
    margin:auto
}

.pbp-time {
    font-size: 18px;
    font-weight: 600;
}

.pbp-lead-container {
    display:flex;
    justify-content:space-between;
    margin:0;
    padding:0;
    /*border:thin #005aff solid;*/
}

.pbp-team {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    /*border: thin #005aff solid;*/
    width: 33%
}

.pbp-lead-left {
    /*border: thin #005aff solid;*/
    width:33%;
    text-align:left;
    padding-left:5px;
}

.pbp-lead-right {
    /*border: thin #005aff solid;*/
    text-align: right;
    width: 33%;
    padding-right:5px;
}

.pbp-score {
    font-size: 12px;
    font-weight: bold
}

.pbp-duplicate {
    display:none;
}

@media screen and (max-width:600px) {
    .pbp-duplicate {
        display: table-cell;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
    }
}

.pbp-100 {
    width:100px;
}

.playerimg-left {
    float: left;
    margin: 0 10px 0 0;
}

.playerimg-right {
    float: right;
    margin: 0 0 0 10px;
}

.playerimg-left, .playerimg-right {
    max-height: 50px;
    max-width: 50px;
    position: relative;
    /* border: 1.5px rgba(255, 255, 255, 0.20) solid; */
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

@media screen and (max-width:600px) {
    .playerimg-right,.playerimg-left {
        float: none;
        display:block;
        margin: 0 10px 0 0;
        /*border:thin #005aff solid;*/
    }
}

.pbp-text {
    /* border:thin #005aff solid; */
    position:relative;
    vertical-align:middle;
    padding:5px 0 0 0;
    font-size:13px;
    font-weight:300;
    letter-spacing: 0.5px;
    color: #cfd2da;
}

@media screen and (max-width:900px) {
    .pbp-text {
        font-size: 11px;
    }
}

@media screen and (max-width:600px) {
    .pbp-text {
        margin: 0;
        padding: 0;
        font-size: 12px;
    }
}

.pbp-logo {
    max-height: 80px;
    max-width: 80px;
    text-align: center !important;
    margin: auto;
    position: relative;
    vertical-align: middle;
    /*border:thin #005aff solid;*/
}

@media screen and (max-width:600px) {
    .pbp-logo, .pbp-team-title-left, .pbp-team-title-right {
        display: none
    }
}

.pbp-team-score {
    text-align: center !important;
    font-size:35px;
    font-weight: bold;
    padding: 0 20px;
    margin: 0;
    display: block;
    /*border:thin #005aff solid;*/
}

.left {
}

/*Team Stats*/

#team-stats-wrap {
    display:none;
}

#team-stats-container {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    /*border: thin #ff0000 solid;*/
    padding: 2em 0;
    align-items: center;
    width: 850px;
}

@media screen and (max-width:1000px) {
    #team-stats-container {
        display:block;
        margin: 0 auto;
        /*border: thin #ff0000 solid;*/
        width: 100%;
        padding: 2em 0 1em 0;
    }
}

#matchup-container {
    width: 400px;
    background-color: #252933;
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
    padding: 10px;
    transition: background-color 0.4s ease;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width:1000px) {
    #matchup-container {
        width: 100%;
        padding:0;
        border-radius: 0px;
    }
    #matchup-container:hover {
    /* box-shadow: 0 0 0px #999; */
    transition: 0.4s ease;
    }
}

#matchup-container:hover {
    background-color: #3a3f4b;
    transition: 0.4s ease;
}

@media screen and (max-width:1000px) {
    #matchup-container:hover {
        /* box-shadow: 0 0 4px #999; */
        transition: 0.4s ease;
    }
}

.matchup-table {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: transparent;
    border-spacing: 0px;
    margin: 0 !important;
    text-align: center;
    padding: 0 !important;
    width: 100% !important;
    /*table-layout:auto;*/
    position: relative;
}

@media screen and (max-width:600px) {
    .matchup-table {
        font-size: 12px;
    }
}

.matchup-table th,
.matchup-table thead td {
    font-size: 14px !important;
    padding: 8px !important;
    font-weight: 300 !important;
    margin: 0;
}

.matchup-table thead th:nth-child(1) {
    text-align: left !important;
}

.matchup-table tbody tr:first-child {
    border-top: none !important;
}

.matchup-table td {
    border-bottom: solid rgba(191, 209, 255, 0.2) 1px;
    padding: 5px !important;
}

.matchup-table tbody td:nth-child(1) {
    text-align: left !important;
}

.subcategory {
    color: #c2c1c1;
}

.subcategory-header {
    padding:0 0 0 20px;
}

.matchup-table img {
    max-height: 50px;
    max-width: 50px;
}


#bar-container {
    /*border: thin #ff0000 solid;*/
}

@media screen and (max-width:1000px) {
    #bar-container {
       /*padding:1em 0 0 0;*/
    }
}

.team-stats-title-left, .team-stats-title-right {
    font-weight:900;
}

.stat-title {
    font-size:20px;
    margin:0;
    padding:0 10px;
    font-weight:400;
    /*padding:0 0 1px 0;
    border-bottom:2px rgba(232, 232, 232, 0.7) solid;*/
}

.individual-bar-container {
    position: relative;
    width: 350px;
    /*border: thin #ff0000 solid;*/
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
    margin: 1em 0;
    padding: 10px 0;
    transition: background-color 0.4s ease;
    border-radius: 10px;
    background-color: #252933;
    color: #cfd2da;
}

@media screen and (max-width:1000px) {
    .individual-bar-container {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px rgba(51, 51, 51, 0.08) solid !important;
    }
}

.individual-bar-container:hover {
    background-color: #3a3f4b;
    transition:0.4s ease;
}

@media screen and (max-width:1000px) {
    .individual-bar-container:hover {
        box-shadow: 0 0 2px #999;
    }
}

.bar-flex {
    display: flex;
    justify-content: center;
    padding:0 10px;
}

.bar-charts {
    /*border:thin #ff0000 solid;*/
    width: 85%;
    margin: 0;
}

@media screen and (max-width:1000px) {
    .bar-charts {
        /*border:thin #ff0000 solid;*/
        width: 90%;
        margin: 0;
    }
}

@media screen and (max-width:700px) {
    .bar-charts {
        /*border:thin #ff0000 solid;*/
        width: 88%;
        margin: 0;
    }
}


.bar-numbers {
    width: 15%;
    margin: 0;
}

@media screen and (max-width:1000px) {
    .bar-numbers {
        width: 10%;
        margin: 0;
    }
}

@media screen and (max-width:700px) {
    .bar-numbers {
        width: 12%;
        margin: 0;
    }
}

.team1-stat, .team2-stat {
    /*border:thin #ff0000 solid;*/
    font-size:20px;
    font-weight:bold;
    position:relative;
    top:5px;
    left:5px;
    text-align:left;
}

.team1-stat {
    /*position:absolute;
    bottom:70px;
    right:15px;*/
}

.team2-stat {
    /*position: absolute;
    bottom: 25px;
    right: 15px;*/
}

.one-hundred {
    display: none;
}

/* Footer */
#footer {
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}

@media screen and (max-width:900px) {
    #footer {
        flex-direction: column;
        align-items: center;
    }
}

#footer h2 {
    /* color: #fff; */
    font-size: 12px;
    margin: 0;
    padding: 0 0 5px 0;
}

#notes-container {
    padding: 10px 0;
    width: 33%;
}

#notes {
    min-width: 200px;
    max-width: 200px;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
}

@media screen and (max-width:900px) {
    #notes {
        text-align: center;
        max-width: 75%;
        min-width: 100%;
    }
}

#footer-logo-container {
    padding: 10px 0;
    width: 33%;
}

#social-media-container {
    width: 33%;
}

.turbostats-logo {
    position: relative;
    top: 0;
    width: 225px;
    height: auto;
    margin: auto;
}

@media screen and (max-width:900px) {
    #notes-container, #footer-logo-container, #social-media-container {
        width: 100%;
    }
}

/* Fixed column scroll bar spacer styling */
.tablesorter-scroller-bar-spacer {
    background-color:#fff;
}
/* add border to right side (LTR pages) of fixed column */
.tablesorter-scroller-fixed:after {
    content: '';
    border-right: 0px solid #444;
    box-shadow: 0px 0px 10px 0px #999;
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    /* set to zero for non-jquery ui themes; use "left" here for RTL pages */
    right: 0;
    /* match the margins set to the table to keep the border the same height as the table */
    margin: 0px;
}