#clock {
    position: relative;
    width: 200px;
    height: 200px;
    background: url(../../img/pages/clockface1.png);
    background-size:200px;
    background-repeat:no-repeat;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#sec, #min, #hour {
    position: absolute;
    width: 11px;
    height: 222px;
    top: -11px;
    left: 94px;
}
#sec {
    background: url(../../img/pages/sechand.png);
    background-size:11px;
    background-repeat:no-repeat;
    z-index: 3;
}
#min {
    background: url(../../img/pages/minhand.png);
    background-size:11px;
    background-repeat:no-repeat;
    z-index: 2;
}
#hour {
    background: url(../../img/pages/hourhand.png);
    background-size:11px;
    background-repeat:no-repeat;
    z-index: 1;
}
.myrow{
    margin-top:10px;
}
._h5 img {
    width: 33px;
}
.btmimg {
    width: 30px;
    height: 30px;
    margin-top: -7px;
}
._rds {
    width: 106px;
}
._h5 {
    padding: 10px;
}
#dtsection {
	margin: 20px;
}
.mt30 {
    margin-top: 30px;
}
