.jcgmt-container {

    padding: 3px;
}

.jcgmt-container .jcgmt-lbl {
    font-size: 10px;
    color: #333333;
    line-height: 22px;
    background: url(../images/jcgmt-clock_label.png) no-repeat;
    text-align: center;
    padding-bottom: 5px;
    width: 108px;
    margin: 0 auto;


}

.jcgmt-clockHolder {
    width: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display: block;
    position: absolute;
}

.jcgmt-rotatingWrapper {
    position: absolute;
    width: 100px;
    height: 100px;
}

.jcgmt-digital,
.jcgmt-date {
    font-weight: bold;
    font-size: 12px;
    color: white;
    text-align: center;
    margin-left: 8px;
}

/*.sticky {
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 9999;
}

Добавить некоторые верхние отступы к содержимому страницы для предотвращения внезапного быстрого перемещения (поскольку панель навигации получает новое положение в верхней части страницы (position:fixed and top:0)
.sticky + .content {
    padding-top: 60px;
}
*/
a:focus {
    outline: none;
}

.panel {
    position: fixed;
    top: 250px;
    left: 0;
    display: none;
    background: #c0392b;
    border:1px solid #c0392b;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 330px;
    height: auto;
    padding: 30px 30px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
    z-index: 100;
}

.panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
}

.panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    color: #9FC54E;
    text-decoration: none;
    border-bottom: 1px solid #9FC54E;
    z-index: 100;
}

.panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    z-index: 100;
}

a.trigger{
    position: fixed;
    text-decoration: none;
    top: 180px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    background:#c0392b url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #c0392b;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    z-index: 100;
}

a.trigger:hover{
    position: fixed;
    text-decoration: none;
    top: 180px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 20px;
    font-weight: 700;
    background:#c0392b url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #c0392b;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    z-index: 100;
}

a.active.trigger {
    background: #a71607 url(images/minus.png) 85% 55% no-repeat;
}

.columns{
    clear: both;
    width: 330px;
    padding: 0 0 20px 0;
    line-height: 22px;
}

.colleft{
    float: left;
    width: 130px;
    line-height: 22px;
}

.colright{
    float: right;
    width: 130px;
    line-height: 22px;
}

