.fieldset_main {
    margin-left: 50px;
}
form th {
    text-align: right;
    width: 130px;
    vertical-align: top;
    padding-top: 10px;
}
form th label {
    display: block;
    font:
        1em/1.3em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    padding: 0px;
    margin: 0px 4px 6px 0px;
    color: #494949;
}

.bio form th label {
    min-width: 130px;
}

form .requiredfield label:after,
form .required label:after {
    content: " *";
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="file"],
form input[type="url"],
form input[type="tel"] {
    width: 225px;
    height: 20px;
    line-height: 18px;
    margin-top: 4px;
    padding-top: 4px;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="tel"] {
    background: #fff;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 4px;
}
#roomtitleform input[type="text"] {
    width: 300px;
    height: auto;
    line-height: normal;
    margin-top: auto;
    border: none;
    padding: 0px;
}
form select {
    width: auto;
    line-height: 18px;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 4px;
}
form textarea {
    width: 350px;
    line-height: 18px;
    background: #fff;
    margin-top: 4px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px 4px;
}
form input[type="checkbox"],
form input[type="radio"] {
    width: 18px;
    height: 18px;
}
form .button {
    display: block;
    margin: 15px 0px 0px 148px;
    color: #fff;
    width: 238px;
    font:
        1.16em/1em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    background-color: var(--wl-signup-bg-color, #f47321);
    background-image: url(../../images/arrow-white-v2.gif?75bde39356c3);
    background-repeat: no-repeat;
    background-position: right 50%;
    height: 28px;
    padding: 0px 30px 2px 15px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
form .button:hover {
    background-color: var(--wl-signup-bg-color, #ff6300);
    text-decoration: underline;
    cursor: pointer;
}
form .button:disabled {
    background-color: #bababa;
    cursor: default;
}
form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    clear: both;
    display: block;
}
form ul li {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
form .errorlist {
    background: url(../../images/ico-error.gif?5bbd9994802d) no-repeat 2px 50%;
    font:
        0.833em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    color: #666;
    margin: 5px 0px 0px 2px;
    padding: 2px 0px 0px 20px;
    display: inline-block;
}
.search_criteria ul {
    margin-top: 12px;
}
.search_criteria ul li {
    margin: 0px 10px 0px 0px;
    width: 150px;
}
.submit_button_footer {
    display: block;
    margin: 5px 0px 0px 148px;
    font-size: 0.8em;
}

.formvalidate_error {
    color: #d50000;
    padding: 0;
}

.formvalidate_spinner {
    display: inline-block;
    vertical-align: middle;
}

.formvalidate_spinner img {
    width: 19px;
    height: 19px;
}

.formvalidate_hidden {
    display: none !important;
}

* {
    font-size: 100.01%;
}
html {
    font-size: 62.5%;
}
body {
    margin: 0;
    color: #494949;
    font:
        1.2em/1.4em "UbuntuRegular",
        Arial,
        Helvetica,
        sans-serif;
    background: #fff;
    overflow-y: scroll;
}
img {
    border-style: none;
}
a {
    text-decoration: none;
    color: #0c6a93;
}
a:hover {
    text-decoration: underline;
}
input,
textarea,
select {
    font:
        100% Arial,
        Helvetica,
        sans-serif;
    vertical-align: middle;
    color: #000;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
form .description {
    margin-bottom: 15px;
}
form #error_notice {
    background-color: #fffee9;
    border: 1px solid red;
    text-align: center;
    width: 80%;
    padding: 5px;
    margin: 30px auto 0px auto;
    color: red;
    font-weight: bold;
}
form #error_notice p {
    margin: 4px 0;
    padding: 0;
}
form > .fieldset-wrap {
    display: block;
    position: relative;
}
form > .fieldset-wrap > .field-wrap {
    display: inline-block;
    margin-right: 1em;
}
legend {
    display: block;
    color: #0c6a93;
    font-size: 1.266em;
    font-family: "UbuntuMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 0px 10px 0px;
}
hr.light {
    border: 0; /* Reset borders */
    color: #989898;
    background-color: #989898;
    height: 1px;
}
.message,
.message.dismissible_notice,
#direct_deposit_warning,
.compliancemessage {
    background-color: #ffffd3;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
    text-align: center;
    font:
        1.2em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.message p,
.compliancemessage p,
#direct_deposit_warning p {
    margin: 0;
}
.message p,
.compliancemessage p {
    padding: 0 !important;
}
.compliancemessage.importantmessage {
    background-color: #ffd0b8;
}
.compliancemessage.successmessage {
    background-color: #bcf5a9;
}
.compliancemessage.debugmessage {
    background-color: #e4d0f5;
}
.cambouncernotes {
    background-color: #ffff00 !important;
}
.invalidatoralert {
    background-color: #f9bcfa;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.none {
    display: none;
}
.logo-zone {
    float: left;
    padding: 6px 0 0 15px;
}
.logo-zone strong {
    display: block;
    padding: 0 0 0 17px;
    font:
        0.833em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.logo-zone svg {
    width: 198px;
    height: 61px;
}
.logo {
    width: 210px;
    height: 65px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    background: url(../../images/logo-standard.png?a401ab051e4c) no-repeat;
    box-sizing: border-box;
}
.logo a {
    height: 100%;
    display: block;
    position: relative;
}
.creat {
    color: #fff;
    font:
        1.66em/1.55em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    background: #f47321;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    padding: 6px 15px 0 15px;
    margin: 0 0 0 10px;
    right: 0;
    display: flex;
    float: right;
    position: relative;
    text-transform: uppercase;
}
.creat img {
    align-self: center;
    padding-left: 8px;
    height: 11px;
    width: 6px;
}
#main {
    width: 100%;
}
.top-section {
    padding: 8px 15px 0 15px;
    height: 1%;
    border-bottom: 1px solid #8bb3da;
    background: #e2e2e2 url(../../images/bg-top-block.gif?057b802f7fc7) repeat-x;
    font:
        1.25em/1.133em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.top-section_small_gfx {
    background: #e2e2e2 url(../../images/bg-top-block-small.gif?0437047d9c3a) repeat-x;
}
.top-section:after {
    content: "";
    display: block;
    clear: both;
}

.top-section h1 {
    margin: 0 0 14px;
    font-weight: normal;
}
.top-section .announcement {
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
}
.top-section p {
    margin: 0 0 14px;
}
.actions {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 1%;
    top: 4px;
    float: right;
    font:
        0.667em/2.4em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.actions li {
    float: right;
    margin: 0 0 0 2px;
}
.actions li a {
    float: left;
    color: #f47321;
    border: 1px solid #8bb3da;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-bottom: 0;
    position: relative;
    padding: 0 13px 0 5px;
    background: #fceadb url(../../images/arrow-right.png?17e6f95d8e2a) no-repeat 95% 50%;
}
.actions li .prev {
    padding: 0 5px 0 13px;
    background: #fceadb url(../../images/arrow-left.gif?ce3332e1d85f) no-repeat 5% 50%;
}
.actions.no_arrow li a {
    background-image: none;
    padding: 0 5px 0 5px;
}
.content {
    padding: 11px 0 17px 0;
    overflow: hidden;
}
.content .c-1 {
    margin: 0 0 0 15px;
}
.content .c-1 .followers {
    font-weight: bold;
    margin: 8px 0px 5px 3px;
}
.content .c-1 .recorded {
    color: red;
    font-weight: bold;
    margin: 8px 0px 5px 3px;
}
.content .ad {
    clear: both;
    float: right;
    width: 186px;
    margin: 0 0 0 6px;
    border: 1px solid #acacac;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #e0e0e0;
    padding-bottom: 4px;
    text-align: center;
}
.content .ad img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 1%;
}
.list .subject {
    height: 32px;
}
.list.show-location .subject {
    height: 16px;
}
.list .location {
    display: none;
}
.list.show-location .location:empty {
    visibility: hidden;
}
.list.show-location .location {
    display: block;
}
* html .list {
    padding-bottom: 7px;
}
* + html .list {
    padding-bottom: 7px;
    margin: 0;
}
.list li {
    width: 180px;
    background: #f0f1f1;
    float: left;
    position: relative;
    margin: 0 7px 7px 0;
    border: 1px solid #acacac;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    max-height: 222px;
    overflow: hidden;
}
.list img {
    display: block;
}
.list .details {
    padding: 4px 7px 0;
    text-align: left;
}
.list .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #acacac;
    display: flex;
}
.list .title a {
    float: left;
    color: #0c6a93;
    font:
        1.166em/1.142em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.25em;
    flex-grow: 1;
}
.list .title .age {
    float: left;
    color: #575757;
    padding: 0 6px 0 0;
    font:
        1em/1.333em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}

.list .title .age_gender_container {
    float: right;
}

.list .title .genderf,
.list .title .genderm,
.list .title .genderc,
.list .title .genders,
.list .title .genderx {
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
}
.list .title .genderf::before,
.list .title .genderm::before,
.list .title .genderc::before,
.list .title .genders::before,
.list .title .genderx::before {
    content: "\00a0";
}

.list .title .genderf {
    background: url(../../images/ico-female.svg?818c9c4c368f) no-repeat 100% 0;
    background-size: contain;
}
.list .title .genderm {
    background: url(../../images/ico-male.svg?251793534c73) no-repeat 100% 0;
    background-size: contain;
}
.list .title .genderc {
    background: url(../../images/ico-couple.svg?b74df354b80e) no-repeat 100% 0;
    background-size: contain;
}
.list .title .genders {
    background: url(../../images/ico-trans.svg?4984008acb01) no-repeat 100% 0;
    background-size: contain;
}
.list .title .genderx {
    background: url(../../images/ico-blank.png?c807e40114dc) no-repeat 100% 0;
    background-size: contain;
}
.likes,
.subject {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    color: #000;
}
.subject.one_line {
    height: 16px;
}
.likes li,
.subject li {
    width: auto;
    background: none;
    border: 0;
    margin: 0 !important;
    padding: 0 2px;
}
.likes li a,
.subject li a {
    /*color:#000;*/
}
.sub-info {
    list-style: none;
    margin: 0;
    padding: 0 0 4px;
    font-size: 0.8333em;
    color: #5a5a5a;
    overflow: hidden;
    height: 1%;
}
.sub-info li {
    width: auto;
    background: none;
    border: 0;
    padding: 0 0 0 18px;
    margin: 0 !important;
    position: relative;
    float: none;
    height: 1%;
    text-align: left;
}
.sub-info li.location {
    background: url(../../images/ico-01.png?5dccbc881a52) no-repeat 0 50%;
    width: 145px;
    height: 16px;
    overflow: hidden;
}
.sub-info li.cams {
    background: url(../../images/cam.svg?aee4a41ba664) no-repeat 0 50%;
    width: 145px;
    height: 15px;
    overflow: hidden;
}
.sub-info li.cams_opaque {
    opacity: 0;
}
.paging {
    list-style: none;
    margin: 0;
    padding: 8px 0 10px;
    overflow: hidden;
    height: 22px;
    text-align: center;
}
.paging li {
    display: inline-block;
    margin: 0 1px;
}
.paging li a {
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    color: #f47321;
    text-align: center;
    font:
        1.166em/1.577em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    border: 1px solid #cecece;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ededed;
}

* html .paging li {
    display: inline;
    margin: 0 3px;
}
* + html .paging li {
    display: inline;
    margin: 0 3px;
}
.paging li a:hover,
.paging li.active a {
    color: #6d6d6d;
    border: 1px solid #fff;
    text-decoration: none;
    background: none;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
}
.paging li.active a {
    cursor: default;
}
.paging li a.prev,
.paging li a.prev:hover {
    text-indent: -9999px;
    border: 1px solid #f1d2bf;
    background: #fceadb url(../../images/arrow-left.gif?ce3332e1d85f) no-repeat 50% 50%;
    width: 11px;
}
.paging li a.next,
.paging li a.next:hover {
    text-indent: -9999px;
    border: 1px solid #f1d2bf;
    background: #fceadb url(../../images/arrow-right.gif?70f424c35037) no-repeat 50% 50%;
    width: 11px;
}

.darkmode li a.prev,
li a.prev:hover {
    background: #2a2c2e url(../../images/arrow-left_dm.svg?b9699c1795b0) no-repeat 50% 50%;
}

.darkmode li a.next {
    background: #2a2c2e url(../../images/arrow-right_dm.svg?2ab10858e309) no-repeat 50% 50%;
}

.banner {
    margin: 0 auto;
    text-align: center;
}
.banner img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.block {
    background: #e0e0e0;
    border: 1px solid #acacac;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 4px;
    overflow: hidden;
}
.block .section {
    overflow: hidden;
    margin: 0 0 5px;
    height: 514px;
}
.buttons {
    font:
        0.916em/19px "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    list-style: none;
    margin: 0 0 10px;
    padding: 3px 0 0 3px;
    overflow: hidden;
    background: #7f7f7f;
}
.buttons li {
    float: left;
    margin: 0 2px 0 0;
}
.buttons a {
    float: left;
    color: #4c4c4c;
    padding: 0 8px;
    margin: 0;
    position: relative;
    background: #c9c9c9;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.buttons a:hover,
.buttons .active a {
    text-decoration: none;
    background: #fff;
    color: #f47321;
}
.buttons .active a {
    cursor: default;
}
.buttons img {
    display: block;
    margin: 2px 0 1px;
}

.color-g {
    color: #494949;
}

#leaderboard .number {
    width: 25px;
}
#leaderboard .image {
    width: 52px;
}
#leaderboard {
    color: #0c6a93;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
#leaderboard .points {
    color: #000;
    font-weight: normal;
    font-size: 12px;
}
#leaderboard .position_1,
#leaderboard .position_1 a {
    color: #f47321;
    font-weight: bold;
    font-size: 20px;
}
#leaderboard p {
    margin: 5px;
}
#leaderboard {
    border-collapse: collapse;
    width: 640px;
}
#leaderboard .unclaimed {
    color: #930a11;
    font-size: 15px;
    line-height: 44px;
}
#leaderboard td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
#leaderboard .time {
    width: 50px;
    text-align: center;
    font-size: 13px;
}
.leaderboard p {
    margin: 0px;
}
.content_body {
    padding: 0 19px 0 32px;
    font:
        1em/1.3em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.content .legal_text {
    font:
        1.1em/1.3em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.legal_text {
    font:
        1.1em/1.3em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.content_body h1 {
    margin: 0 0 14px;
    font:
        1.733em/1.0769em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    color: #f47321;
}
.content_body h2 {
    margin: 20px 0 14px;
    font:
        1.166em/1.142em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.content_body h3 {
    margin: 20px 0 14px;
    font:
        1.166em/1.142em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.content_body li {
    margin: 8px 0px 8px 0px;
}
.content_header {
    font:
        1.166em/1.142em "UbuntuRegular",
        Arial,
        Helvetica,
        sans-serif;
    line-height: 1.5em;
}
.content_header .standout {
    color: #f47321;
    font-family: "UbuntuMedium", Arial, Helvetica, sans-serif;
}
.content_header h1 {
    margin: 0px;
    font:
        1.733em/1.0769em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    color: #090;
}
.photopages,
#tabs_content_container,
.claim_winnings,
.contest_rules,
.leaderboard,
.previous_winners {
    margin: 15px;
}
.photopages .photos_links,
#tabs_content_container .sub_navigation {
    display: block;
    margin-bottom: 15px;
}
#tabs_content_container .sub_navigation span {
    color: #888;
}
#tabs_content_container .ubunturegular {
    font:
        1.2em/1.4em "UbuntuRegular",
        Arial,
        Helvetica,
        sans-serif;
}
#tabs_content_container .share_input {
    width: 375px;
}
#tabs_content_container h1 {
    font:
        1.2em/1.4em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    margin-bottom: 20px;
}
.endless_container {
    clear: both;
    display: block;
    margin-bottom: 15px;
}
.margintop_100px {
    margin-top: 100px;
}
.previous_winners h2 {
    color: #626262;
    font:
        1.45em "UbuntuBold",
        Arial,
        Helvetica,
        sans-serif;
    font-weight: normal;
}
.previous_winners .form strong {
    color: #000;
    font:
        1em "UbuntuBold",
        Arial,
        Helvetica,
        sans-serif;
    font-weight: normal;
}

/* fonts */
@font-face {
    font-family: "UbuntuRegular";
    src: url("../../fonts/ubuntur-webfont.eot?1188017abdc0");
    src:
        url("../../fonts/ubuntur-webfont.eot?&1188017abdc0#iefix") format("eot"),
        url("../../fonts/ubuntur-webfont.woff?896a82003cd1") format("woff"),
        url("../../fonts/ubuntur-webfont.ttf?37cf452b3f58") format("truetype"),
        url("../../fonts/ubuntur-webfont.svg?396700312810#webfontH0ji1hXa") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UbuntuBold";
    src: url("../../fonts/ubuntub-webfont.eot?a870ebadce32");
    src:
        url("../../fonts/ubuntub-webfont.eot?&a870ebadce32#iefix") format("eot"),
        url("../../fonts/ubuntub-webfont.woff?6455d1004bc5") format("woff"),
        url("../../fonts/ubuntub-webfont.ttf?abee57aeee27") format("truetype"),
        url("../../fonts/ubuntub-webfont.svg?693d742037eb#webfontOIyUgfKw") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "UbuntuMedium";
    src: url("../../fonts/ubuntum-webfont.eot?d8f8ba0da549");
    src:
        url("../../fonts/ubuntum-webfont.eot?&d8f8ba0da549#iefix") format("eot"),
        url("../../fonts/ubuntum-webfont.woff?a7fc63c36394") format("woff"),
        url("../../fonts/ubuntum-webfont.ttf?b720a4d699c2") format("truetype"),
        url("../../fonts/ubuntum-webfont.svg?c08a26c0b9c4#webfontl8qOUOft") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UbuntuLight";
    src:
        url("../../fonts/ubuntul-webfont.eot?&e88fce520190#iefix") format("eot"),
        url("../../fonts/ubuntul-webfont.woff?ab8a55e7d148") format("woff"),
        url("../../fonts/ubuntul-webfont.ttf?107b250100bf") format("truetype"),
        url("../../fonts/ubuntul-webfont.svg?273b9d2d1b08") format("svg");
    font-weight: normal;
    font-style: normal;
}

.code {
    font-family: monospace;
    font-size: 14px;
    color: #0c6a93;
    word-break: break-all;
}
.data_table {
    border: 1px solid #ccc;
    color: #222;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.data_table th,
.data_table td {
    border-right: 1px solid #ccc;
    padding-left: 4px;
    line-height: 20px;
}
.data_table th {
    background-color: #cccccc;
    text-align: left;
    color: #494949;
}
.data_table .altbg {
    background-color: #eeeeee;
}
.data_table .data_message {
    color: #666;
    font-weight: normal;
    word-break: break-all;
}
.table_tokens_earned {
    width: 275px;
}
.table_recent_tips {
    width: 675px;
    padding: 0px;
    margin: 0px;
}
.account_activity {
    width: 700px;
    height: 250px;
    overflow: auto;
}
.dismissible_notice {
    background-color: #ccc;
    padding: 3px;
    margin-bottom: 5px;
}
table.tabular th {
    font:
        1.1em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
    border-bottom: 1px solid #cccccc;
    padding-right: 5px;
}
table.tabular tr:nth-child(even) {
    background: #dde9f5;
}
table.tabular tr:nth-child(odd) {
    background: #ffffff;
}
table.tabular tr td {
    padding: 3px;
    font:
        1.1em Arial,
        Helvetica,
        sans-serif;
}
.content_body ul.followers li {
    margin-left: 10px;
}
.content_body .frame {
    background-color: #fff;
}
div.warning-info {
    color: #808080;
}
div.warning {
    padding: 10px;
}
.searching-overlay {
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    background-color: #f1f2f2;
    opacity: 0.9;
    text-align: center;
    min-height: 30px;
}
.searching-overlay-spinner {
    height: 125px;
    animation-name: spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    margin-top: 200px;
    vertical-align: top;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.searching-overlay-spinner-medium {
    height: 75px;
    margin-top: 0;
    vertical-align: middle;
}
.searching-overlay-spinner-small {
    height: 50%;
    margin-top: 0;
    vertical-align: middle;
}
.searching-overlay-spinner-very-small {
    height: 100%;
    margin-top: 0;
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
.notice span {
    font-weight: bold;
    color: #ff0000;
}
.supportlink {
    font-size: 11px;
    text-align: center;
    color: #ffffff;
}
.supportlink a {
    font-weight: normal;
    text-align: center;
    color: #ccc;
    text-decoration: underline;
}
.upgrade_footer_text {
    text-align: center;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    margin-top: 40px;
}
.more_text_button {
    color: #0c6a93;
    margin-left: 5px;
    cursor: pointer;
}
.featured_text h1 {
    font:
        1.5em/1.2em "UbuntuBold",
        Arial,
        Helvetica,
        sans-serif;
}
.featured_text {
    padding: 11px 20px 0px 30px;
    font:
        1em/1em "UbuntuRegular",
        Arial,
        Helvetica,
        sans-serif;
}
.featured_text p {
    line-height: 16px;
}
div.big-photo h4 {
    margin-top: 2px;
    margin-bottom: 2px;
}
div.cambouncer_imgs .image {
    float: left;
    display: inline-block;
    margin: 5px;
}
div.premium_box > h2 {
    margin-left: 15px;
}
div.premium_box p.empty {
    margin-left: 30px;
    padding: 0;
}
.premium-desc {
    margin: 0 0 16px 0;
}
.footercon {
    line-height: 14px;
    width: 100%;
}
@media (max-width: 800px) {
    .footercon {
        text-align: left;
    }
}
.footercon dd {
    -webkit-margin-start: 0px;
}
.col1,
.col2,
.col3,
.col4,
.col5 {
    text-align: left;
    font-size: 12px;
    height: 155px;
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: fit-content;
}
.col1 dd,
.col2 dd,
.col3 dd,
.col4 dd,
.col5 dd {
    margin: 0;
    padding: 0;
}

#facebox .popup {
    border: none;
}

#facebox .content {
    width: auto;
}

.invalid_message {
    color: red;
}

.invalid_autologin_message {
    color: red;
}

.tour_list {
    min-width: 180px !important;
}

.endless_page_styles h2 {
    color: #0c6a93 !important;
    font:
        1.166em/1.142em "UbuntuMedium",
        Arial,
        Helvetica,
        sans-serif;
}
.followed_online_offline {
    display: flex;
}
.followed_online_offline .title {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
}
.followed_online_offline .bold {
    font-family: UbuntuBold, Helvetica, Arial, sans-serif;
}
.followed_online_offline .title p {
    margin: 0;
}
.followed_online_offline .title a:hover {
    text-decoration: none;
}
.allfree-iframe-body {
    min-width: 0;
}

#player {
    background-size: 100% 100%;
}

.terms-address-US {
    background: url(../../images/terms-address-US.png?5486d7000fe4) no-repeat;
    background-size: 225px 50px;
    width: 225px;
    height: 50px;
    margin-top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .terms-address-US {
        background: url(../../images/terms-address-US@2x.png?9c4a611ea03e) no-repeat;
        background-size: 225px 48px;
        height: 48px;
    }
}

.company-name-US {
    background: url(../../images/multimediallc.png?19aba66985a8) no-repeat;
    background-size: 113px 15px;
    width: 113px;
    height: 15px;
    display: inline-block;
    margin-bottom: -3px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .company-name-US {
        background: url(../../images/multimediallc@2x.png?f5eca179f90c) no-repeat;
        background-size: 113px 15px;
    }
}

.icon_following {
    background: url(../../images/following-hover.png?c8a176cf1dcb) no-repeat;
    opacity: 0.7;
}

.icon_not_following {
    background: url(../../images/following-off.png?e2f3a7174c61) no-repeat;
    opacity: 0.5;
}

.icon_update_following {
    background: url(../../images/following-update.gif?8a00b582b46c) no-repeat;
    opacity: 0.5;
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon_following:not(.no_hover):hover,
.icon_not_following:not(.no_hover):hover {
    background: url(../../images/following-off-hover.png?ea2a5b0c3c09) no-repeat;
}

@media (hover: none) {
    .icon_following:not(.no_hover):hover {
        background: url(../../images/following-hover.png?c8a176cf1dcb) no-repeat;
        opacity: 0.7;
    }

    .icon_not_following:not(.no_hover):hover {
        background: url(../../images/following-off.png?e2f3a7174c61) no-repeat;
        opacity: 0.5;
    }
}

.icon_following,
.icon_not_following,
.icon_update_following,
.icon_following:not(.no_hover):hover,
.icon_not_following:not(.no_hover):hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.25px;
    height: 23.25px;
    margin-top: 1px;
    margin-right: 1px;
    cursor: pointer;
    background-size: 23.25px 23.25px;
}

.grecaptcha-badge {
    display: none;
}

/** Flags used on the site */
.flag {
    height: 14px;
    vertical-align: text-top;
    margin: 0 3px 0 3px;
    background: #f47321;
    border-radius: 2px;
    color: #fff;
    padding: 0 4px 0 3px;
    text-shadow: none;
    font:
        11px ubunturegular,
        Arial,
        Helvetica,
        sans-serif;
}

.language-mismatch-notice,
.language-mismatch-notice div {
    margin: 0;
    padding: 0;
    text-align: center;
}
