﻿div#Timer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

div#JSTimer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2px;
}

div#JSTimer img.Digit0, div#JSTimer img.Digit1, div#JSTimer img.Digit2 {
    float: left;
    display: inline;
}

div#JSTimer div.Group0, div#JSTimer div.Group1, div#JSTimer div.Group2, div#JSTimer div.Group3 {
    height: 27px;
    width: auto;
    overflow: hidden;
    float: left;
    display: inline;
}
div#JSTimer div.Group0 {
    margin-left: 11px;
}

div#JSTimer img.Separator {
    margin: 0 5px;
}

div.TimerContent {
    width: 266px !important;
    padding: 5px 10px 5px 5px !important;
}

div#Timer ul.Labels {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fbcd21;
}
div#Timer ul.Labels li {
    float: left;
    display: inline;
    height: auto;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
div#Timer ul.Labels li.Days {
    width: 54px;
    margin-left: 11px;
}
div#Timer ul.Labels li.Hours {
    width: 46px;
    margin-left: 22px;
}
div#Timer ul.Labels li.Minutes {
    width: 46px;
    margin-left: 17px;
}
div#Timer ul.Labels li.Seconds {
    width: 54px;
    margin-left: 13px;
}

div#NextGameDetails h1 { font-size:14px;font-weight:bold;margin:0 }
div#NextGameDetails dl { width:100%;overflow:hidden }
div#NextGameDetails dl dt { float:left;display:inline;width:110px;overflow:hidden;font-weight:bold }
div#NextGameDetails dl dd { clear:right;width:150px;overflow:hidden;margin-bottom:2px }
