/**
 * (c) 2017 Hebrew Podcasts, All Rights Reserved
 */
.login_form_container {
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0px;
    background-color: #E0E0FF;
    padding: 6px;
    float: left;
    border: 1px solid transparent;
    border-radius: 3px;
}

@media ( min-width : 600px) {
    .login_form_container {
        width: 50%;
    }
}

.login_form_container iframe {
    border: none;
    width: 100%;
    height: 270px;
    box-sizing: border-box;
}

#help {
    float: left;
    padding: 10px;
}

#help div.text {
    margin: 8px 0;
}

.become_a_member {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
}

table.comparison {
    width: 100%;
    font-weight: bold;
    color: #000050;
    font-size: 14px;
    vertical-align: middle;
}

table.comparison th {
    font-size: 18px;
}

table.comparison th.col1 {
    width: 60%;
}

table.comparison th.col2 {
    width: 20%;
    text-align: center;
}

table.comparison th.col3 {
    width: 20%;
    text-align: center;
}

table.comparison td.col1 img {
    float: left;
    margin-right: 2px;
}

table.comparison td.col1 div {
    margin-top: 6px;
    font-weight: bold;
}

table.comparison td.col2, table.comparison td.col3 {
    text-align: center;
}

@media ( min-width : 600px) {
    table.comparison {
        width: 70%;
    }
}