/* **** MediaStyles **** */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    body, #userpro > ul > li:first-child, .right_header, .homePageWidget {
        text-align: center;
    }

    #userpro > ul > li > ul {
        align-items: center;
    }

    .c-mask {
        top: 133px !important;
    }

    #header_content {
        padding: 10px 0 0;
        border-bottom: none !important;
    }

    #profit_sidebar a:hover {
        opacity: 0.8;
    }

    .headline {
        display: none;
    }

    .printBtn {
        display: none;
    }

    .right_header {
        display: block !important;
        margin-top: 8px !important;
    }

        .right_header a {
            width: 99%;
            height: auto;
            display: block;
            margin: 0 2% 10px;
            box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
        }

    .homePageWidget {
        float: none;
        width: 100%;
        margin: 0 !important;
    }

    .noMobile {
        display: none;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #profit_content .table th, #profit_content .table td {
        padding: 10px 0 !important;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        font-size: 14px;
    }

    #profit_content .table td, #userpro > ul > li:first-child, .right_header, .headline, .homePageWidget {
        text-align: center;
    }

    .headline {
        margin: 15px 0 10px;
        float: left;
        width: 50%;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .homePageWidget {
        float: none;
        width: 100%;
        margin: 0 !important;
    }

    .headSmall {
        font-size: 20px;
        font-weight: 400;
        display: block;
    }

    #profit_content img {
        max-width: 100vw;
    }

    .right_header {
        float: right;
        display: block;
        margin: 15px 1% 0 0;
    }

        .right_header a {
            width: 99%;
            height: auto;
            display: block;
            float: left;
            margin: 0 2%;
            box-sizing: content-box;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
        }

    .noMobile {
        display: none;
    }

    p {
        line-height: 1.2;
    }

    #upload_box {
        display: none;
    }

    .footer {
        font-size: 0.8em;
    }

        .footer #last img {
            display: none;
        }

    .home_header {
        padding-top: 0;
        font-size: 1.2em;
    }

    .uppercase {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1em;
        padding: 0px;
    }

    #home_top {
        margin: 0 0 2em;
    }
}
/* Smaller Monitors ----------- */
@media only screen and (min-width : 1025px) and (max-width : 1224px) {
    #profit_content .table th, #profit_content .table td {
        padding: 10px 0 !important;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        font-size: 14px;
    }

    #profit_content .table td {
        text-align: center !important;
    }

    #profit_content .totalText {
        text-align: left;
        padding-left: 5px;
    }

    .headSmall {
        font-size: 20px;
        font-weight: 400;
        display: block;
    }

    .right_header {
        float: right;
        display: block;
        margin: 30px 2.5% 0 0;
    }
}
