body {
    font-size: 76%;
}

.webcast-list-page a {
    font-family: Arial;
    font-size: 12px;
    color: #00497B;
    text-decoration: none;
}

.webcast-list-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 513px;
    border: 1px solid #00497B;
    overflow: hidden;
}

.webcast-line {
    border-bottom: 1px solid #00497B;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
}

.webcast-title-line {
    color: #ffffff;
    background-color: #00497B;
    font-weight: bold;
    font-size: 1.2em;
}

.webcast-big-title-line {
    color: #ffffff;
    background-color: #00497B;
    font-weight: bold;
    font-size: 1.5em;
}

.webcast-subtitle-line {
    font-weight: bold;
}

.bottom-line {
    border-bottom: none;
}

.col1 {
    width: 194px;
    float: left;
    margin-right: 15px;
}

.col2 {
    width: 162px;
    float: left;
    margin-right: 12px;
}

.col3 {
    width: 115px;
    float: left;
}

.registration-text {
    clear: both;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.fake-link-text {
    cursor: pointer;
    text-decoration: underline;
    color: #009AFF;
}

.simple-frame {
    border-radius: 10px;
    border: 1px solid #00497B;
    overflow: hidden;
    background: white;
    margin: 15px 0;
    color: #00497B;
    padding: 10px;
}

.simple-frame h3 {
    font-size: 20px;
    background: #00497B;
    color: white;
    text-align: center;
    padding: 7px 10px 8px;
    width: 100%;
    margin: -10px -10px 10px;
    font-weight: 600;
}

.simple-frame ul li {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 3px;
    margin-left: 22px;
}

.login:after {
    display: block;
    clear: both;
    height: 15px;
    content: "";
}

.login ~ .simple-frame {
    max-width: 350px;
    margin-left: 15px;
    clear: both;
}

#logo {
    padding-top: 12px;
}

.login-layout-table {
    float: left;
    clear: both;
}

.login-layout-cell-left {
    vertical-align: top;
    max-width: 400px;
    padding-right: 15px;
}

.login-layout-cell-right {
    vertical-align: top;
}

.login-iframe {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
}

.mfa-panel {
    margin: 5em;
    float: left;
    clear: both;
}
