/*
##  [ VARIABLES ]
*/
:root {
    --site-bg-color: #FFFFFF;
    --bg-color-main: #FFFFFF;
    --bg-color-main-dark: #002F5F;
    --bg-color-featured: #84754E;
    --bg-color-gray: #F0F0F0;
    --bg-color-light: #F5F5F5;
    --text-color-main: #002F5F;
    --text-color-dark: #84754E;
    --text-color-gray: #858585;
    --text-color-medium: #C7CDD3;
    --text-color-light: #FFFFFF;
    --text-color-alert: #C00;
}

/*
##  [ DEVICES ]
*/
@media (max-width: 325px) {
    .stageName {
        max-width: 145px;
    }
    .progressInfo {
        display: none;
    }
    .followUp {
        width: 135px !important;
    }
    .followUpName {
        max-width: 75px !important;
    }
    #liveAlpha,
    #liveAlphaR {
        display: none;
    }
    .stageKms {
        font-size: 0.9em !important;
    }
}
@media (min-width: 325px) {
    .stageName {
        max-width: 185px;
    }
}
@media (min-width: 375px) {
    .stageName {
        max-width: 210px;
    }
}
@media (max-width: 450px) {
    .statusCountRN,
    .statusCountRT {
        display: none !important;
    }
    .vehicleDescription,
    .teamSurname2 {
        display: none !important;
    }
    .vehicleDescriptionInline {
        display: inline-block !important;
    }
    #liveDetailContent {
        font-size: 0.9em !important;
    }
    #liveHashtagDetail {
        text-align: center;
    }
    #liveDetail {
        margin-top: 10px !important;
    }
    .onlineMenu .item a,
    .resultsHeader #submenu .item a {
        padding: 0 2px !important;
    }
}
@media (min-width: 450px) {
    .stageName {
        max-width: 260px;
    }
}
@media (max-width: 550px) {
    .followUpStop div {
        font-size: 1em !important;
    }
    .followUpStop .followUpNum {
        font-size: 0.9em !important;
        width: 0;
    }
    .followUpStop .brandLogoImg {
        display: none;
    }
    .liveItem {
        width: 25% !important;
    }
    .liveBarText {
        max-width: 80% !important;
    }
    .lastLiveContents {
        display: none !important;
    }
    .countdown .digits {
        min-width: 60px !important;
        max-width: 60px !important;
        padding: 2px 8px !important;
    }
    .countdown .digits .number,
    .countdown .colon {
        font-size: 2.4em !important;
        line-height: 1.1em !important;
    }
    .countdown .colon {
        line-height: 1.2em !important;
        margin: 0 !important;
    }
    .countdown .digits .label {
        font-size: 0.6em !important;
    }
}
@media (min-width: 550px) {
    .stageName {
        max-width: 360px;
    }
    .teamBlock {
        width: 60% !important;
    }
}
@media (min-width: 640px) {
    .stageName {
        max-width: 450px;
    }
    .liveBarText {
        max-width: 55% !important;
    }
}
@media (max-width: 750px) {
    .onlineMenu {
        font-size: 1em !important;
        line-height: 30px !important;
    }
    #submenu {
        font-size: 1em !important;
    }
    #submenu .item a {
        padding: 0 10px !important;
    }
    #liveItemMoreText {
        display: none;
    }
    #liveItemMoreTextShort {
        display: inline !important;
    }
    .liveItem {
        width: 20%;
    }
}
@media (min-width: 970px) {
    .stageName {
        max-width: 260px;
    }
    .liveBarText {
        max-width: 65% !important;
    }
    .teamBlock {
        width: 100% !important;
    }
}
@media (max-width: 970px) {
    .followUpStop {
        display: flex !important;
        font-size: 1.2em !important;
        width: 100% !important;
    }
    .onlineSocial .langFlags,
    .onlineSocial .socialMargin,
    .onlineSocial .socialButton {
        display: inline-block;
        margin: 1px 5px;
        text-align: center;
    }
    .onlineSocial .langFlags img {
        vertical-align: baseline !important;
    }
    #liveHashtag {
        display: none !important;
    }
    .noHeaderMobile {
        display: none;
    }
}
@media (max-width: 990px) {
    .resultsHeaderLabels {
        display: none;
    }
    .resultsHeaderBlock,
    .resultsHeaderData,
    .resultsLabelsMobile {
        float: none !important;
        text-align: center;
    }
    .resultsHeaderData .resultsHeaderElem {
        display: inline-block;
    }
    .resultsHeaderElem {
        margin: 8px 5px 0 5px;
    }
    .resultsTableContainer {
		overflow-x: scroll;
	}
    .resultsTable {
        white-space: nowrap;
    }
    .tableTopHeader th:first-child {
        background-image: url("../img/HorizontalScroll.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70px 26px;
    }
    .specialStage h5 {
        font-size: 1.5em !important;
    }
}
@media (min-width: 990px) {
    .resultsLabelsMobile {
        display: none;
    }
    .resultsTableOverflow {
		overflow-x: scroll;
	}
    .resultsTableOverflow .resultsTable {
        white-space: nowrap;
    }
    .resultsTableOverflow .tableTopHeader th:first-child {
        background-image: url("../img/HorizontalScroll.png");
        background-position: left;
        background-repeat: no-repeat;
        background-size: 70px 26px;
    }
}
@media (min-width: 990px) and (max-width: 1200px) {
    .onlineMenu {
        font-size: 1em !important;
        line-height: 30px !important;
    }
    .onlineMenu .item a {
        padding: 0 15px !important;
    }
    nav #submenu {
        font-size: 1em !important;
    }
    nav #submenu .item a {
        padding: 0 10px !important;
    }
}
@media (min-width: 1170px) {
    .stageName {
        max-width: 390px;
    }
}

/*
##  [ FONTS & COLORS ]
*/
.fontBold {
    font-weight: bold;
}
.textBlue {
    color: #0E365F;
}
.textGreen {
    color: #28B247;
}
.textRed {
    color: #C30;
}

/*
##  [ HEADER ]
*/
.onlineLogo {
    float: left;
    margin: 8px 12px 0 0;
}
.onlineLogo img {
    max-width: 195px;
}
.onlineSocial {
    text-align: center;
}

/*
##  [ ONLINE - MENU ]
*/
.onlineMenu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    justify-content: center;
    margin: 10px 0 12px 0;
}
.onlineMenu .item {
    display: block;
}
.onlineMenu .item h3 {
    font-size: 1em !important;
    line-height: 2em;
    margin: 0;
}
.onlineMenu .item a {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #9FA4AE;
    display: block;
    margin-right: 15px;
    padding: 0 30px;
    text-decoration: none;
}
.onlineMenu .item a:hover {
    border-bottom-color: #BBB;
}
.onlineMenu .item a:hover {
    background-color: #FAFAFA;
    color: #777;
}
.onlineMenu .active a,
.onlineMenu .active a:hover {
    border-color: var(--bg-color-featured);
    color: var(--text-color-main);
    font-weight: bold;
}
.onlineMenu .active h3 {
    font-weight: bold;
}
.onlineMenu .active a {
    color: var(--text-color-main);
    display: block;
    text-decoration: none;
}
.logoBarATM {
    width: 80px;
}
.logoBarATM img {
    max-height: 50px;
}

/*
##  [ SUBMENU ]
*/
#submenu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em;
    justify-content: center;
    margin-top: 5px;
}
#submenu .item {
    display: block;
}
#submenu .item h4 {
    font-size: 1em !important;
    line-height: 2.2em;
    margin: 0;
}
#submenu .item a {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #9FA4AE;
    display: block;
    margin-right: 8px;
    padding: 0 50px 0 10px;
    text-decoration: none;
}
#submenu .item a:hover {
    border-bottom-color: #BBB;
}
#submenu .item a:hover {
    background-color: #FAFAFA;
    color: #777;
}
#submenu .active a,
#submenu .active a:hover {
    border-color: var(--bg-color-featured);
    color: var(--text-color-main);
    font-weight: bold;
}
#submenu .active h4 {
    font-weight: bold;
}
#submenu .active a {
    color: var(--text-color-main);
    display: block;
    text-decoration: none;
}

/*
##  [ ONLINE ]
*/
#timeTable {
    border-bottom-color: #E9E9E9;
    border-bottom-style: solid;
    border-bottom-width: 1px !important;
    margin-bottom: 18px;
}
.specialStage,
.specialStage a {
    color: #898D96;
}
.specialStage a:hover {
    text-decoration: none;
}
.specialStage {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.1em;
}
.specialStage:hover {
    background-color: #F8F8F8;
}
.specialStage:hover .stageInfo {
    background-image: url("../img/ArrowOn.png");
}
.specialStage h5,
.specialStage a h5 {
    color: #333;
}
.specialStage h5 {
    display: inline;
    font-size: 1.7em;
    font-weight: bold;
    line-height: 42px;
    white-space: nowrap;
}
.stageSection {
    background-color: #F4F4F4;
}
.stageInfo {
    background-image: url("../img/ArrowOff.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0 0 0 8px;
    height: 70px;
}
.stageId {
    float: left;
    width: 120px;
}
.stageName {
    font-size: 1.2em;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.statusBg {
    padding: 0 10px;
}
.statusZ {
    border-color: #EEE !important;
}
.statusBgZ {
    background-color: #EEE !important;
}
.statusP {
    border-color: #2BBF4D !important;
}
.statusBgP {
    background-color: #2BBF4D !important;
    color: #FFF;
}
.statusC {
    background-image: url("../img/ArrowOn_C.gif") !important;
    background-color: #FFF5EA;
    border-color: #F93 !important;
}
.statusC:hover {
    background-color: #FFEBD6;
}
.statusBgC {
    background-image: url("../img/Status_C.gif") !important;
    color: #FFF;
}
.statusC .teamStatus {
    font-weight: bold;
}
.statusF {
    border-color: #C30 !important;
}
.statusBgF {
    background-color: #C30 !important;
    color: #FFF;
}
.statusN {
    border-color: #FDD539 !important;
}
.statusBgN {
    background-color: #FDD539 !important;
}
.statusS {
    border-color: #1E99FD !important;
}
.statusBgS {
    background-color: #1E99FD !important;
    color: #FFF;
}
.teamStatus {
    float: right;
    font-size: 0.8em;
    padding-right: 35px;
}
.teamStatus span {
    background-position: right;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 22px;
    margin-right: 15px;
    padding-right: 24px;
    text-align: right;
}
.statusCountRN {
    background-image: url("../img/TeamStatus_EC.png");
    color: #FF9933;
}
.statusCountRT {
    background-image: url("../img/TeamStatus_RT.png");
    color: #C30;
}
.statusCountAR {
    background-image: url("../img/TeamStatus_EM.png");
    color: #2BBF4D;
}
.onlineBox {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #898D96;
    font-size: 1.1em;
}
.onlineBox a {
    color: #898D96;
}
.onlineBox a:hover {
    text-decoration: none;
}
.onlineBox h5 {
    color: #333;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
}
.onlineInfo {
    background-image: url("../img/ArrowOff.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-color: #FDFDFD;
    border-style: solid;
    border-width: 0 0 0 8px;
    height: 70px;
    padding-left: 6px;
}
.onlineInfo img {
    height: 25px;
}
.onlineInfo:hover {
    background-image: url("../img/ArrowOn.png");
    background-color: #F8F8F8;
    border-color: #F8F8F8;
}
.footerLogos,
.homologationLogos {
    margin-top: 12px;
    text-align: center;
}
#logoGMHP {
    height: 40px;
    margin: 0 5px;
}
#logoCDTS {
    height: 65px;
}
.homologationLogos img {
    height: 90px;
    margin: auto;
}
.autoRefreshMenu {
    font-size: 0.9em;
}
.autoRefreshMenu span {
    cursor: pointer;
    padding: 3px 6px;
}
.autoRefreshMenu .rfAuto,
.autoRefreshMenu .rfManual {
    color: var(--text-color-light);
    font-weight: bold;
}
.autoRefreshMenu .rfAuto {
    background-color: var(--bg-color-main-dark);
}
.autoRefreshMenu .rfManual {
    background-color: var(--bg-color-featured);
}
.autoRefreshMenu .rfAuto.rfInactive,
.autoRefreshMenu .rfManual.rfInactive {
    background-color: #DDD;
    color: #999;
    font-weight: normal;
}

/*
##  [ TEAMS ]
*/
.tableTeamCell,
.tableTeamRow,
.tableTeamBlock {
    cursor: pointer;
}
.teamNumber {
    padding: 0 10px;
    text-align: center;
}
.teamNumber h5 {
    color: #333;
    font-size: 1.8em;
    font-weight: bold;
}
.teamListMembers {
    padding-left: 10px;
}
.teamListMembers img {
    max-height: 20px;
    margin-right: 7px;
}
.vehicleBrand {
    text-align: center;
}
.vehicleBrand img {
    max-height: 44px;
}
.vehicleLabel {
    color: #999;
    font-style: italic;
    margin-right: 2px;
}
.vehicleDescriptionInline {
    display: none;
}

/*
##  [ RESULTS ]
*/
.resultsHeader {
    margin: 17px 0;
}
.resultsHeaderBlock {
    float: right;
}
.resultsHeaderLabels,
.resultsLabelsMobile {
    color: #999;
    float: left;
    font-size: 0.85em;
    line-height: 25px;
}
.resultsHeaderData {
    float: left;
    line-height: 25px;
    padding-left: 12px;
}
.resultsHeaderLabels div,
.resultsHeaderData div {
    margin-bottom: 1px;
}
.resultsHeaderScreen {
    margin: 5px 0 8px 0;
    text-align: center;
}
.resultsHeaderScreen form {
    display: inline;
}
.resultsHeaderScreen .statusBg {
    padding: 3px 10px;
}
.resultsHeaderScreen i {
    color: #999;
    font-size: 0.9em;
}
.resultsTable {
    font-size: 0.9em !important;
}
.resultsTable .tableTopHeader {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
.resultsTable .tableHeader th {
    line-height: 1.2em;
    padding: 3px 5px;
    text-transform: uppercase;
}
.resultsTable .tableHeader th .smallText {
    font-size: 0.8em;
    font-weight: normal;
    margin-left: 6px;
}
.resultsTable .tableFooter td {
    font-size: 0.9em;
    font-style: italic;
    padding: 2px 5px;
}
.resultsTable th,
.resultsTable td {
    padding: 0 4px;
}
.resultsTable .tableRow {
    height: 46px !important;
}
.resultsTable .vehicleBrand img {
    max-height: 32px !important;
}
.resultsTable .posColumn {
    width: 50px;
}
.positionCell {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    font-size: 1.6em;
    font-weight: bold;
}
.positionChange {
    font-size: 0.9em;
    line-height: 1.5em;
}
.positionChange img {
    height: 9px;
    margin-right: 2px;
}
.resultTime,
.resultSplit {
    font-size: 1.3em;
    font-weight: bold;
}
.resultDiff {
    font-weight: bold;
}
.resultsTable td.resultLabelCell {
    padding: 0;
    text-align: left;
}
.resultLabel {
    color: var(--text-color-main);
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}
.resultPenalty {
    color: #C30;
}
.resultBestTime {
    color: #009700;
    font-weight: bold;
    text-decoration: underline;
}
.resultsTable th[data-sort] {
    cursor: pointer;
}
.resultsTable th[data-sort] img {
    height: 16px;
    margin-left: 1px;
}
.resultsTable th[data-sort]:hover,
.resultsTable .sortedColumn {
    background-color: #F6F6F6;
}
.resultsTable .sortedColumn {
    border-color: var(--bg-color-featured);
    border-style: solid;
    border-width: 0 0 2px 0;
}
.retirementsTable td {
    padding: 2px 8px;
}
.retirementsTable .reasonInfo {
    font-size: 1.1em;
}
.retirementsAsFooter {
    margin-top: 25px;
}
.retirementsAsFooter .teamNumber h5 {
    font-size: 1em !important;
}
#notAuthorizedTable {
    margin-top: 15px;
}
.arrowColumn {
    min-width: 30px;
}
.shakedownBest {
    background-color: #F7F7F7;
    border-right-color: #AAA !important;
    border-right-style: dashed !important;
    border-right-width: 1px !important;
    border-left-color: #AAA !important;
    border-left-style: dashed !important;
    border-left-width: 1px !important;
    padding: 0 20px !important;
    width: 110px;
}
.shakedownBestTime {
    display: inline-block;
    color: #009700;
    font-size: 1.4em !important;
    font-weight: bold;
    text-decoration: underline;
}
.shakedownBest .shakedownBestTime {
    color: #333;
    font-size: 1.5em !important;
    font-weight: bold;
    text-decoration: none;
}
.freePracticeTime {
    color: #333;
    font-size: 1.1em !important;
    text-decoration: none;
}
.qualifyingTime .fontBold {
    color: #333;
    font-size: 1.3em !important;
    font-weight: bold;
    text-decoration: none;
}

/*
##  [ LIVE ]
*/
#liveHashtag,
#liveHashtagDetail {
    color: var(--text-color-main);
    font-size: 1.2em;
    padding-left: 10px;
}
#liveHashtagDetail {
    font-size: 1.5em;
    line-height: 40px;
    height: 40px;
}
#liveHashtag {
    background: #FFF;
    line-height: 45px;
    padding-right: 3px;
    width: 1%;
    white-space: nowrap;
}
#liveAlpha,
#liveAlphaR {
    background-repeat: repeat-y;
    height: 45px;
}
#liveAlpha {
    background-image: url("../img/comments/LiveRowAlpha.png");
    background-position: left;
    float: left;
    width: 30px;
}
#liveAlphaR {
    background-image: url("../img/comments/LiveRowAlphaR.png");
    background-position: right;
    float: right;
    width: 30px;
}
#liveItems {
    background-image: url("../img/comments/LiveRowLine.png");
    background-position: center;
    background-repeat: repeat-x;
    display: table;
    width: 100%;
}
.liveItem {
    color: #72767D;
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}
.liveItemIcon {
    background-color: #FFF;
    float: left;
    height: 30px;
    margin-top: 6px;
    padding: 0 3px;
}
.liveItemText,
.liveItemTextOff {
    float: left;
    font-size: 0.8em;
    padding: 3px 0 0 5px;
}
.liveItemText div,
.liveItemTextOff div {
    margin-bottom: 8px;
}
.liveItemTextOff {
    color: #CCC;
}
.liveItemContent {
    cursor: pointer;
}
#liveItemMore {
    width: 180px;
}
#liveItemMoreTextShort {
    display: none;
}
#liveItemMore a,
#liveItemMoreTextShort a {
    color: #72767D;
}
#liveBar {
    background-image: url("../img/comments/LiveRowOff.png");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FCFCFC;
    border-bottom-color: #E9E9E9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1em;
    margin-top: 6px;
    padding-bottom: 8px;
}
#liveBarImg {
    position: relative;
    vertical-align: top;
}
.liveBarContentHeight {
    min-height: 27px;
}
.liveBarContent {
    color: var(--text-color-main);
    display: none;
    line-height: 1.5em;
    padding: 2px 0 4px 0;
}
.liveBarContent h6 {
    display: inline;
    font-size: 1.1em !important;
    font-weight: bold;
    margin-right: 8px;
    padding: 0;
}
.liveBarText {
    display: inline-block;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.liveBarMore a {
    color: #898D96;
}
#liveDetail {
    background-image: url('../img/comments/LiveColBar.png');
    background-position: left;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 90%;
}
#liveDetailContent {
    display: table;
    width: 100%;
}
.liveDetailRow {
    display: table-row;
}
.liveDetailIcon {
    display: table-cell;
    width: 50px;
}
.liveDetailIcon img {
    background-color: #FFF;
    height: 45px;
    padding: 3px 0;
}
.liveDetailMessage {
    display: table-cell;
    padding: 15px 0 10px 0;
}
.liveDetailBox {
    background-color: #FCFCFC;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: var(--text-color-main);
    padding: 5px 15px;
}
.liveDetailBox h6 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0;
    padding: 2px 0;
}
.liveDetailText {
    font-size: 1.15em;
    margin: 6px 0;
}
.liveDetailDate {
    color: #72767D;
    font-size: 0.9em;
}
.liveDetailDate b {
    margin-right: 10px;
}
.liveDetailBox a {
    color: #898D96;
    margin-left: 5px;
}
.liveDetailImage img {
    margin: 8px auto;
}

/*
##  [ FOLLOW UP ]
*/
.progress {
    height: 25px;
    margin: 0 auto 15px auto !important;
    width: 99%;
}
.progress-bar {
    min-width: 5px;
}
.progressNumber {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    padding: 0 5px;
}
.progressInfo {
    color: #FEFEFE;
    font-style: italic;
    line-height: 25px;
}
#followUp {
    margin-top: 10px;
    text-align: center;
}
#followUp .isTooltip {
    cursor: pointer;
}
.followUp {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    display: inline-block;
    font-size: 0.9em;
    margin: 0 3px 1px 1px;
    max-height: 65px;
    padding: 2px 5px;
    width: 133px;
}
.followUpNum,
.followUpDetail {
    float:  left;
}
.followUpNum {
    margin-right: 5px;
    text-align: center;
    width: 34px;
}
.followUpNum h5 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
}
.followUpNum img {
    max-height: 32px !important;
    margin: 3px 0;
}
.followUpDetail {
    width: 74px;
}
.followUpName {
    font-weight: bold;
    line-height: 1.6em;
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.followUpInfo {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}
.followUpStart {
    font-weight: normal !important;
    line-height: 1.4em;
    font-size: 0.8em;
}
.followUpStart span {
    color: #999;
    display: block;
    font-style: italic;
}
.followStatusTS {
    border-left-color: #5BC0DE !important;
    background-color: #D3FFFC;
}
.followStatusRN {
    border-left-color: #F0AD4E !important;
    background-color: #FFF9DC;
}
.followStatusAR {
    border-left-color: #5CB85C !important;
    background-color: #E8FFD5;
}
.followStatusRT {
    border-left-color: #D9534F !important;
    background-color: #FFDACD;
}
.followStatusRT .followUpInfo {
    color: #C30 !important;
    font-size: 1.1em;
    font-style: italic;
    height: 38px;
    line-height: 1.3em;
    max-height: 36px;
    max-width: 75px;
    margin-top: 2px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.followUpStop {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    display: inline-flex;
    font-size: 0.9em;
    justify-content: space-around;
    margin: 5px;
    padding: 5px;
    width: 45%;
}
.followUpStop .followUpNum h5 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
}
.followUpStop .followUpNum img {
    max-height: 40px !important;
}
.followUpStop .followUpInfo {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
}
.followUpStop .followUpInfo span {
    display: block;
    color: #777;
    font-size: 0.7em;
    line-height: 2em;
}
.followUpStop .followUpNum.stopTeams {
    font-size: 2em;
}
.followUpStop .followUpNum.stopTeams img {
    max-height: 60px !important;
}
.followUpStop .followUpInfo.stopTeams {
    font-size: 5em;
}

/*
##  [ STATISTICS ]
*/
.statLabel {
    color: #777;
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal;
    margin-right: 2px;
}
.statsSwitcher {
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    height: 16px;
}
.statCell {
    padding: 3px 5px !important;
    white-space: nowrap;
}
.statOverall {
    display: none;
}
.statPos {
    background-color: #E7E7E7;
    border-radius: 3px;
    display: inline-block;
    margin: 2px 2px 1px 0;
    min-width: 27px;
    padding: 0 5px;
    text-align: center;
}
.statPos1 {
    background-color: #E9C400 !important;
    color: #FFF;
}
.statPos2 {
    background-color: #888 !important;
    color: #FFF;
}
.statPos3 {
    background-color: #8C7853 !important;
    color: #FFF;
}
.retiredText {
    color: #C30;
    font-weight: bold;
    text-transform: uppercase;
}
.penaltyTotal {
    color: #C30;
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0;
}
.penaltyItem {
    padding: 4px 0;
}
.penaltyItem span {
    background-color: #E9E9E9;
    border-radius: 5px;
    margin-left: 5px;
    padding: 2px 6px;
}

/*
##  [ COMPARISON ]
*/
.compareTime {
    display: inline-block;
    font-weight: bold;
}
#compareForm select {
    width: 100%;
}
#compareForm .noResults {
    font-size: 1.2em;
    font-style: italic;
    padding: 5px 0 !important;
    margin-bottom: 10px;
}
.teamBlock {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: table;
    margin: 3px auto 15px auto;
    width: 100%;
}
.teamCell {
    display: table-cell;
    vertical-align: middle;
}
.teamMembers {
    padding-left: 10px;
    text-align: left;
    white-space: nowrap;
}
.teamMembers img {
    max-height: 20px;
    margin-right: 7px;
}
.compareChart {
    height: 300px;
    margin: 5px 0 40px 0;
}
.legendBox {
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    vertical-align: middle;
    width: 15px;
}
.chartNumberText {
    display: inline-block;
}
.compareCanvas {
    background-image: url("../img/ATodoMotor.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.chartTitle {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    left: 15px;
    padding: 3px 10px;
    position: absolute;
    text-transform: uppercase;
}
.removeX {
    background-color: #F7F7F7;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 0.8em;
    margin: 4px 4px 0 0;
    padding: 1px 5px;
}
.removeX:hover {
    background-color: #FFF;
    color: #333;
}

/*
##  [ COUNTDOWN ]
*/
.countdown {
    display: none;
    text-align: center;
}
.countdown .digits {
    background-image: url('../img/ClockBG.png');
    background-position: center;
    background-repeat: repeat-x;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    color: #FFF;
    display: inline-block;
    min-width: 110px;
    padding: 8px 15px;
    text-align: center;
    text-shadow: 1px 1px 5px #000;
}
.countdown .digits .number,
.countdown .colon {
    display: block;
    font-weight: bold;
    font-size: 4em;
    line-height: 1.1em;
    padding: 4px 0 1px 0;
}
.countdown .colon {
    color: #333;
    display: inline-block;
    line-height: 1.2em;
    margin: 0 3px;
    vertical-align: top;
}
.countdown .digits .label {
    color: #BBB;
    font-size: 1em;
}