.b-content-tbl
{
    width: 730px;
    border: 0;
    margin: 50px auto 50px auto;
}

.b-left-content
{
    width: 222px;
    text-align: center;
    vertical-align: top;
}

.b-left-content .b-left-content__img {
    background: url("/static-content/tl/extranet/images/Browser-old.png") no-repeat;
    background-size: cover;
}

.b-right-content
{
    width: 478px;
    vertical-align: top;
}

.b-right-content {
    color: #525252;
    font-family: Verdana, Arial;
    font-size: 14px;
}

.b-right-content h1
{
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.b-right-content p
{
    padding: 15px 0;
    margin: 0;
    color: rgb(var(--theme-foreground));
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.b-right-content p.warn
{
    color: #000000;
}

.b-browsers .b-browsers__icon a
{
    text-decoration: none;
    border: 0;
}

.b-browsers .b-browsers__text {
    vertical-align: middle;
}

.b-browsers .b-browsers__text a
{
    line-height: 20px;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: 400;
    color: rgb(var(--theme-accent));
    text-decoration: none;
}

.b-link
{
    color: #3162c3;
}

.b-browser-link
{
    color: #525252;
}

.b-browsers__icon
{
    padding: 10px 0;
}

body.default,
.default .b-footer,
.default .b-page__login,
.default .b-page,
.default .b-overflow {
    height: auto !important;
    background-color: rgb(var(--theme-background)) !important;
}

.b-overflow 
{
    height: auto !important;
    margin-bottom: 0 !important;
}

.continue-button-block {
    margin-top: 40px;
}

.continue-button {
    color: rgb(var(--theme-foreground-inverse));
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    background: rgb(var(--theme-accent));
    border-radius: calc(var(--theme-radius-button) * (31 / 36) * 1px);
    text-decoration: none;
}

.default .b-browsers {
    display: flex;
    flex-direction: column;
}

.default .browser-block {
    display: flex;
    text-align: center;
    flex-direction: row;
}

.default .b-right-content .b-img {
    width: 48px;
}

.default .b-browsers__text {
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.default .b-left-content__img {
    width: 198px;
    height: 106px;
    border: 0;
    margin-top: 10px;
}

.default .b-right-content-margin {
    margin-left: 50px;
}

.default .global-img {
    display: none;
}