﻿body {
    background-color: #002E6C;
}

h1 {
    font-size: 34px;
    line-height: 34px;
}

    h1::before {
        content: '';
        display: inline-block;
        background-image: url(../images/restricted-access/info.png);
        vertical-align: middle;
        width: 50px;
        height: 50px;
    }

p {
    word-break: break-word;
    line-height: 1.5em;
}

.SboTopLogo {
    background: url(../images/restricted-access/sbotop-logo.png) no-repeat;
    background-size: cover;
    width: 229px;
    height: 53px;
    margin: 20px auto;
}

.Board {
    background-color: #fff;
    border-radius: 50px;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 30px;
}

.Content {
    padding: 50px;
    border: 0px solid #f00;
    font: 16px/17px Arial;
}

.B1 {
    font: 700 20px Arial;
    color: #CC0000;
}

.B2 {
    color: #00F;
    /* background-color: #DDD; */
    padding: 0px 4px;
}

.B3 {
    float: right;
}

.B4 {
    font: 15px Verdana;
}

a:link,
a:visited,
a:active {
    color: #00F;
}

@media screen and (max-width:1440px) {
    .Board {
        width: 90%;
    }

    .Logo {
        width: 458px;
        height: 106px;
        margin: 40px auto;
    }
}

.hidden {
    width: 0px;
}

iframe#_hjRemoteVarsFrame {
    display: none !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

