#debug {
    visibility: hidden;
    display: block;
    color: red;
}
/* Count Down Clock numners */		
.timer .cd{
    float:left;
    width: 33%;
    height:40px;
    /*border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px #e1e1e1 solid;*/
    margin-bottom: 25px !important;
    font-size: 25px;	
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    color:#404040;
    text-align: left;
}
.red {
    color: red;
}
/* Count Down Clock Labels */		
.timer .cd .unitLabel {
    color: #404040;
    position: relative;
    font-size: 15px;
    text-align:left;
    margin-top: 5px !important;
}
.timer .first{
    margin-left: 2px;
}

.timer .hours{

}
.timer .minutes{

}
.timer .seconds{

}		
.timer .small {
    text-align:center;
    font-size:10px;
}
#inner-clock {
height: auto;
position: relative;
}
/*	SL Clock */

#clock {
    border: 3px #FE5000 solid;
    vertical-align: top;
    width: 175px;
    margin: 0 0px 0 0px;
    padding: 10px 10px 10px 10px;
    }

#clock .clock-title {
    font-size: 1.1em;
    line-height: 20px;
    color: #808080;
    text-align: center;;
    }
#clock .clock-title .emphasis {
    color: #006FF4;
    font-size: 1.0em;
    font-weight: normal;
}
#clock .clock-title a {
    color: #006FF4;
    text-decoration: none;
    }						

#clock .clock-title a:hover {
    color: #808080;
    text-decoration: none;

    }	
#clock .clock-title .emphasis a {
    color: #FE5000;
    font-size: 1.0em;
    font-weight: normal;
    text-decoration: none;
}
#clock .clock-title .emphasis a:hover {
    color: #006FF4;
    text-decoration: none;

    }
#clock #inner-clock{
    margin: 0 0 0 5px;
    padding: 0;}


#clock .hidden {
    visibility: hidden;
    display: none;
}
#clock .clock-button {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
}
#clock .clock-footnote {
    text-align: center;
    font-size: 10px;
    line-height: 1.1em;
    margin-top: 8px;
}
#leftcol .clock-text ul {
    margin-top: 5px;	
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
#leftcol .clock-text ul li {
    display: list-item;
}
