
        /* Theme, colors and settings */

        .member-options .membership,
        .agreement {
            background: #fe8d42;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #fe8d42 0%, #e55f04 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8d42), color-stop(100%,#e55f04));
            background: -webkit-linear-gradient(top, #fe8d42 0%,#e55f04 100%);
            background: -o-linear-gradient(top, #fe8d42 0%,#e55f04 100%);
            background: -ms-linear-gradient(top, #fe8d42 0%,#e55f04 100%);
            background: linear-gradient(to bottom, #fe8d42 0%,#e55f04 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8d42', endColorstr='#e55f04',GradientType=0 );
            border: 1px solid #aa8b0d;
        }
        .member-options a.membership:hover,
        a.login:hover {
            color: #fff;
        }
        .warning-content img {
            max-width: 460px;
        }
        .rta, .header {
            background-color: #1a1919;
        }
        a.model img:hover {
            border-color: #ff3e4f;
        }

        a:hover, a.model {
            color: #ff3e4f;
        }
        .agreement:hover {
            color: #000;
        }
        .wrapper {
            background-color: #e9e8e8;
        }
        .main-navigation h1 {
            font-size: 15px;
        }