.information-bottom-border {
    border-top: 1px solid #0e3451;
    border-bottom: 1px solid #0e3451;
    height: 250px;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.information-bottom-border td {
    width: 33%;
    text-align: left;
    height: 50px;
    font-size: 16px;
    color: #333333;
}

.information-bottom-border input,
.information-bottom-border select {
    width: 50%;
    margin: auto;
}

.version {
    position: absolute;
    right: 0px;
    text-align: right;
    bottom: -65px;
    font-size: 20px;
    color: #0e3451;
    font-family: 'Source Sans Pro Semibold';
}

.server-time {
    position: absolute;
    left: 0px;
    text-align: left;
    bottom: -65px;
    font-size: 20px;
    color: #0e3451;
    font-family: 'Source Sans Pro Semibold';
}

.server-space {
    position: absolute;
    text-align: left;
    top: -40px;
    font-size: 20px;
    color: #0e3451;
}

.server-serial-number {
    width: 100%;
    padding-top: 10px;
    position: absolute;
    left: 0px;
    text-align: left;
    bottom: -144px;
    font-size: 20px;
    color: #0e3451;
    font-family: 'Source Sans Pro Semibold';
}

.current-server-serial-number {
    font-weight: normal;
    font-family: 'Source Sans Pro Light';
    margin-bottom: 0px;
}

.server-space-label {
    font-family: 'Source Sans Pro Semibold';
}

.server-space-parameter {
    font-family: 'Source Sans Pro Light';
}

.version label {
    margin-bottom: 0px;
}