<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        .footer {
            color: #fff;
            font-weight: 300;
            font-size: 15px;
            font-family: Roboto, sans-serif;
        }

        a.footer:hover {
            color: #353242;
        }

        #footer .btmFooter {
            /*margin-top: 50px;*/
            padding: 25px 0;
            border-top: 1px solid #ABA8A8;
        }

        .btn-block {
            width: 30%;
        }

        .small_pic {
            width: 29px;
            border-radius: 25px;
            vertical-align: top;
        }

        .fleft {
            float: left;
        }

        .name_block_small_img {
            vertical-align: top;
            margin-left: 60px;
        }

        .mj_pricingtable {
            float: left;
            width: 100%;
            background-color: #fff;
            text-align: center;
            border-radius: 10px;
        }

        .mj_login_form {
            float: left;
            width: 100%;
            padding: 0px 0px 20px 0px;
        }

        .mj_pricing_footer {
            float: left;
            width: 100%;
            padding: 25px 0px;
            border-radius: 10px 10px 10px 10px;
        }

        .myFooterlinks li a {
            color: white;
            font-size: 15px;
        }

            .myFooterlinks li a:hover {
                color: white;
                text-decoration: underline;
            }

        #footer h5, #footer img.logo {
            margin-bottom: 30px;
        }

        #mailbox {
            direction: rtl;
            unicode-bidi: bidi-override;
            text-align: left;
        }

        .e-mail:before {
            content: attr(data-website) "\0040" attr(data-user);
            unicode-bidi: bidi-override;
            direction: rtl;
        }

</pre></body></html>