@media only screen and (max-width: 767px) {
    .servertime {        
        width:100%;
        text-align:center;        
    }
}

@media only screen and (min-width: 768px) {
    .servertime {
        width: calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: -webkit-calc(100% - 30px);             
        text-align:right;        
    }
    .input-group-addon {
        height:36px;
    }
}


.servertime {
    font-weight:bold;
}

.hidden {
    display:none;
    visibility:hidden;
}

.select2-container {
    margin-left:14px;
}

.char {
    font-size:100%;
}

.hand {
    cursor:pointer;
    cursor:hand;
}
.bold {
    font-weight:bold;
}

.area-chart {
    min-height: 250px;
}

.red {
    color:#ff0000;
}

.bidder_logo {
    background-image:url(img/logo.png);
    background-size:200px 50px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:200px;
    height:50px;
}
.top-navigation .navbar-brand {
    padding:0px;
}

.note-editor.note-frame {
    width:90%;
}