.ib-layout-simple {
    width: 100%;
    height: 100%;
}
:focus {
    outline: none;
}

td.ib-layout-simple-top {
    background: #238441;
    height: 101px;
    vertical-align: bottom;
}

table.ib-layout-simple-top {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.ib-layout-simple-top td {
    padding: 0px;
    text-align: left;
}

td.ib-layout-simple-top-logo {
    background: url("../../images/corelib/logotype-long.svg") no-repeat 325px center;
    text-align: left;
    width: 100%;
}

td.ib-layout-simple-top-info {
    display: none;
}
.ib-info-page-layout-right {
    display: table-cell;
}

.ib-layout-simple-top-info p {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
}

.ib-layout-simple-top-info #TEL {
    color: #ffffff;
}

td.ib-layout-simple-top-help {
    text-align: right;
    padding-right: 10px;
}
#buttonpageinfo, #help-button-id {
    display: inline-block;
    width: 135px;
}

td.ib-layout-simple-work {
    vertical-align: top;
    padding: 50px 10px 10px;
}

td.ib-layout-simple-bottom {
    background: #ffffff;
    border-top: 2px solid #238441;
    height: 53px;
    text-align: center;
}

table.ib-layout-simple-bottom {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

table.ib-layout-simple-bottom td {
    padding: 0px;
    white-space: nowrap;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
}

table.ib-layout-simple-bottom td:first-child {
    text-align: center;
}

table.ib-layout-simple-bottom td:last-child {
    text-align: right;
}

.ib-layout-simple-bottom-tel, .ib-layout-simple-bottom-link {
    display: none;
}
.copyright {
    color: #4C4C4C;
    font-family: OpenSansRegular;
    font-size: 12px;
}
.copyright-green {
    color: #238441;
    font-family: OpenSansRegular;
    font-size: 12px;
}
.ib-ul-innerTabLoginPassAct .ib-copyright {
    display: none;
}
.srvtune-application-content {
    width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    display: block;
    margin-top: 60px;
    padding: 40px;
}

.srvtune-application-content h1 {
    color: #272727;
    font-family: OpenSansSemiBold, "Nimbus Sans L", sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}
.srvtune-application-content .ib-button-action {
    margin-top: 12px;
    display: inline-block;

}