﻿.rightSide {
    float: right;
}

.image {
    color: #9d6000;
    background-color: transparent;
    border: none;
}

.topright {
    float: right;
    top: 0px;
    font-size: 65%
}

.goLeft {
    text-align: left;
}


.clockLine {
    display: inline-block;
    width: 80%;
}

.imageLine {
    display: inline-block;
    width: 20%;
}

.mainEnc {
    margin: auto;
    width: 99%;
    box-sizing: border-box;
    margin-top: 75px;
}

.cOverflow {
    overflow: auto;
}

.langCenter {
    margin: auto;
    text-align: center;
}

.pageDes {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}