/* Contains styles for the clock */
body {
    margin: 0;
    overflow: hidden;
    padding: 0;
    color: #000000;
    font-size: 35px;
    line-height: 1.25;
    text-align: left;
    background-color: black;
}
#secondBody{
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position:fixed;
    top:0; left:0;
    height:100%; width:100%;
}

.textBox {
    position:absolute; top:0; left:0; bottom:0; right:0;
    font-family: Calibri Light, Arial;
}

table.ctn{
     border:0;
     padding:0;
     margin:0;
     width:100%;
     height:100%;
     border-collapse:collapse;
}
table.ctn tr{
     border:0;
     padding:0;
     margin:0;
     height:100%;
     width:100%;
}
table.ctn tr td{
     border:0;
     padding:20px;
     margin:0;
     height:100%;
     width:100%;
     white-space:nowrap;
     text-align: left;
}

p.textZone{
    margin:0;
    padding:20px;
}

/* Electronic clock */

@font-face {
    font-family: 'lcdultra';
    src: url('font/lcd-u-webfont.eot');
    src: url('font/lcd-u-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/lcd-u-webfont.woff') format('woff'),
    url('font/lcd-u-webfont.ttf') format('truetype'),
    url('font/lcd-u-webfont.svg#lcdultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

.closedLine {
    position:relative;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: rotateY(-10deg);

}