body {
    background: #2d2d2d;
    font-family: 'Roboto', sans-serif;
}
.slide-recent-body {
    background: #edebec url('../img/main_bg.jpg') repeat top left;
    font-family: 'Roboto', sans-serif;
}
h3 {
    color: #656565;
    margin: 5px 0 20px 0;
}
a, a:hover, a:focus, a:visited {
    color: #505050;
    text-decoration: none;
}
ul {
    list-style: none;
}
.row {
    padding: 0;
}
img {
    width: 100%;
}
#main {
    background: #edebec url('../img/main_bg.jpg') repeat top left;
}
.white {
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}

.yax-contests-content-wrapper.yax-contest-desktop-view * {
    /*font-size: inherit;*/
}

/* HEADER */
.header {
    border-top: 5px solid #01ffff;
    border-bottom: 6px solid #ffffff;
    background: #01ffff;
    position: relative;
    background: transparent no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-header {
    padding-bottom: 40px;
}
.header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    background: rgba(0, 0, 0, 1);
}
.common-header a {
    display: inline-block;
    margin: 6px auto 7px;
}
@media (min-width: 750px) {
    .common-header > .container > .row {
        display: table;
    }
    .common-header > .container > .row > div {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
    }
    .home-logo {
        margin-top: 19px;
        margin-bottom: 19px;
    }
}
.home-banner {
    margin-bottom: 30px;
}
.baseline {
    font-style: italic;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 2%;
}
.baseline span {
    display: block;
    font-size: 1.4em;
}
.appstore-button {
    width: 133px;
    height: 45px;
}
.appstore-button-big {
    width: 165px;
    height: 57px;
}

@media  (min-width: 1200px) {
    .banner-link-store {
        margin-left: 12%;
    }
}

@media (min-width: 750px) {
    .baseline span {
        font-size: 1.3em;
    }
}
@media (min-width: 970px) {
    .baseline span {
        font-size: 1.7em;
    }
}

/* SOCIALS */
.header-social ul {
    margin-bottom: 0;
}
.socials li {
    display: inline-block;
    margin: 14px 5px;
}
.socials-lg li a {
    display: block;
    width: 64px;
    height: 64px;
    color: transparent;
}
@media (max-width: 750px) {
    .header-social ul {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .header-social .appstore-button {
        margin-left: 8px;
    }
}
@media (max-width: 320px) {
    .header-social .appstore-button {
        margin-left: 0px;
    }
}
.socials .socials-skyrock { background: transparent url('../img/skyrock.png') no-repeat top left; }
.socials .socials-skyrock:hover { background: transparent url('../img/skyrock_on.png') no-repeat top left; }
.socials .socials-twitter { background: transparent url('../img/twitter.png') no-repeat top left; }
.socials .socials-twitter:hover { background: transparent url('../img/twitter_on.png') no-repeat top left; }
.socials .socials-facebook { background: transparent url('../img/facebook.png') no-repeat top left; }
.socials .socials-facebook:hover { background: transparent url('../img/facebook_on.png') no-repeat top left; }

/* YAX-LIST */
.yax-list-menu {
    border-bottom: 1px solid #c3c1c2;
}
.yax-list-menu {
    margin-top: 40px;
}
.yax-list-menu li {
    border-bottom: 6px solid transparent;
    font-size: 1.4em;
}
@media (max-width: 750px) {
    .yax-list-menu li {
        font-size: 1.1em;
    }
}
.yax-list-menu li a {
    color: #aeaeae;
    display: inline-block;
    padding: 0 0 12px;
}
.yax-list-menu li.active, .yax-list-menu li:hover {
    border-bottom: 6px solid #01ffff;
}
.yax-list-menu li.active > a, .yax-list-menu li:hover > a {
    color: #505050;
}
.yax-list {
    margin: 20px 0;
}
.yax-list li a {
    display: block;
}
.yax-list li a.yax-moderator-cmd {
    display: inline;
}

.yax-list .yax-text {
    font-size: 1.3em;
    line-height: 1.1em;
    white-space: pre-line;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.yax-text .yax-cmd {
    display: inline;
}

a.yax-cmd {
    color: white;
    height:100%;
}

.yax-text .yax-tag {
    color:white;
    display:inline;
}

.yax-link-text {

}

.yax-list .col-xs-8.col-sm-4.col-lg-2 .yax-text {
    font-size: 0.8em;
    line-height: 1em;
}

@media (max-width: 750px) {
    .yax-list-item {
        padding: 0;
        border-bottom: 1px solid #c3c3c3;
    }
}
@media (min-width: 750px) {
    .yax-list-item-inner {
        background: #ffffff;
        padding: 10px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:    0px 4px 4px 0px rgba(0, 0, 0, 0.1);
        box-shadow:         0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    }

    .yax-list-item-inner:hover {
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 4px 4px 0px rgba(0, 0, 0, 0.5);
        box-shadow:         0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    }

}
@media (min-width: 1170px) {
    .yax-list-item .yax-infos-top .yax-infos-list {
        visibility: hidden;
    }
    .yax-list-item:hover .yax-infos-top .yax-infos-list {
        visibility: visible;
    }
}

/* YAX-ITEM */
.yax-item {
    position: relative;
    overflow: hidden;
}
.yax-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 25px 0;
    z-index: 1;
}
.yax-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.1em;
    white-space: pre-line;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.slide-recent-body .col-xs-12 {
    padding: 0 0 0 0;
}
.slide-recent-body #main .container {
    padding: 0 0 0 0;
}
.carousel {
    margin-top: 15%;
}
.carousel .yax-list-item {
    width: 100%;
}
.carousel .yax-text {
    opacity: 0;
    transition: opacity 2s ease;
    font-size: 450%;
}
.yax-list-responses {
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 14px;
    background: #fff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, .4);
}
.yax-infos {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    color: #ffffff;
    width: 100%;
}
.yax-infos-top {
    top: 0;
    padding-bottom: 70%;
    background: -webkit-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
    background: -ms-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,0));
}
.yax-infos-bottom {
    bottom: 0;
    padding-top: 70%;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
}
.yax-infos-list {
    position: relative;
    display: block;
    width: 80%;
    height: 19px;
    line-height: 19px;
    margin: 4px 10%;
    font-size: 0.8em;
}
.yax-infos-top .yax-infos-list {
    width: auto;
    margin: 4px auto;
    text-align: center;
    padding: 0;
}
.yax-infos li {
    background: transparent no-repeat top left;
    padding: 0 0 0 24px;
    position: absolute;
    top: 0px;
    height: 19px;
}
.yax-infos-top .yax-infos-list li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.yax-infos .yax-infos-rewards-none {
    left: -23px;
}

.yax-infos .yax-infos-rewards-popularity-bronze {
    left: -11%;
    background-image: url(../img/rewards/45x45/couronne_bronze.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-popularity-argent {
    left: -11%;
    background-image: url(../img/rewards/45x45/couronne_argent.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-popularity-gold {
    left: -11%;
    background-image: url(../img/rewards/45x45/couronne_or.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-popularity-emerald {
    left: -11%;
    background-image: url(../img/rewards/45x45/couronne_vert.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-comments-bronze {
    left: -11%;
    background-image: url(../img/rewards/45x45/com_bronze.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-comments-argent {
    left: -11%;
    background-image: url(../img/rewards/45x45/com_argent.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-comments-gold {
    left: -11%;
    background-image: url(../img/rewards/45x45/com_or.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-comments-emerald {
    left: -11%;
    background-image: url(../img/rewards/45x45/com_vert.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-votes-bronze {
    left: -11%;
    background-image: url(../img/rewards/45x45/yax_bronze.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-votes-argent {
    left: -11%;
    background-image: url(../img/rewards/45x45/yax_argent.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-votes-gold {
    left: -11%;
    background-image: url(../img/rewards/45x45/yax_or.png);
    background-size: 19px 19px;
}
.yax-infos .yax-infos-rewards-votes-emerald {
    left: -11%;
    background-image: url(../img/rewards/45x45/yax_vert.png);
    background-size: 19px 19px;
}

.yax-infos .yax-infos-large {
    background-size: 80% 90%;
    margin-top: 2px;
}

.yax-infos .yax-infos-dislike {
    background-image: url(../img/dislikes.png);
    left: 0;
}
.yax-infos .yax-infos-comment {
    background-image: url(../img/comments.png);
    left: 50%;
}
.yax-infos .yax-infos-like {
    background-image: url(../img/likes.png);
    right: 0;
}

.yax-infos .yax-infos-list.yax-infos-list-arrows .yax-infos-like,
.yax-infos .yax-infos-like.yax-infos-like-percent {
    background-image: url(../img/likes-percent.png);
    background-position: right;
    padding: 0px 33px 0px 0px;
    text-align: right;
    width: 70px;
}

.yax-infos .yax-infos-list.yax-infos-list-arrows .yax-infos-dislike,
.yax-infos .yax-infos-dislike.yax-infos-dislike-percent {
    background-image: url(../img/dislikes-percent.png);
    background-position: left;
    padding: 0px 0px 0px 35px;
    text-align: left;
    width: 70px;
}
.yax-infos .yax-infos-like.yax-infos-like-percent::after,
.yax-infos .yax-infos-dislike.yax-infos-dislike-percent::after {
    content: "%";
}

.yax-infos .yax-infos-time {
    background-image: url(../img/time.png);
    left: 0;
}
.yax-infos .yax-infos-geoloc {
    background-image: url(../img/geoloc.png);
    right: 0;
}
@media (max-width: 1170px) {
    .yax-infos-list { height: 25px; line-height: 25px; font-size: 1em; }
    .yax-infos li { height: 25px; padding-left: 30px; }
    .yax-infos .yax-infos-dislike { background-image: url(../img/dislikes_big1.png); }
    .yax-infos .yax-infos-comment { background-image: url(../img/comments_big1.png); }
    .yax-infos .yax-infos-like { background-image: url(../img/likes_big1.png); }
    .yax-infos .yax-infos-time { background-image: url(../img/time_big1.png); }
    .yax-infos .yax-infos-geoloc { background-image: url(../img/geoloc_big1.png); }
}


/* YAX-CONTENT*/
@media (min-width: 750px) {
    .yax-content {
        margin-top: 25px;
    }
}
@media (min-width: 1170px) {
    .yax-content {
        margin: 25px auto 50px;
    }
}
.yax-content .socials {
    margin-top: 30px;
    padding: 0;
}
@media (min-width: 1170px) {
    .yax-content .socials {
        margin: 95px 0 0 0;
    }
}
.yax-content .socials li a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
}
.yax-content .socials li {
    background: transparent no-repeat top left;
    margin: 0;
}
.yax-content .socials li.socials-facebook { background-image: url('../img/socials/facebook_off.png'); }
.yax-content .socials li.socials-facebook:hover { background-image: url('../img/socials/facebook_on.png'); }
.yax-content .socials li.socials-twitter { background-image: url('../img/socials/twitter_off.png'); }
.yax-content .socials li.socials-twitter:hover { background-image: url('../img/socials/twitter_on.png'); }
.yax-content .socials li.socials-skyrock { background-image: url('../img/socials/skyrock_off.png'); }
.yax-content .socials li.socials-skyrock:hover { background-image: url('../img/socials/skyrock_on.png'); }
.yax-content .socials li.socials-pinterest { background-image: url('../img/socials/pinterest_off.png'); }
.yax-content .socials li.socials-pinterest:hover { background-image: url('../img/socials/pinterest_on.png'); }
.yax-content .socials li.socials-google { background-image: url('../img/socials/google_off.png'); }
.yax-content .socials li.socials-google:hover { background-image: url('../img/socials/google_on.png'); }
.yax-content .socials li.socials-tumblr { background-image: url('../img/socials/tumblr_off.png'); }
.yax-content .socials li.socials-tumblr:hover { background-image: url('../img/socials/tumblr_on.png'); }
@media (max-width: 750px) {
    .yax-content .yax-wrapper {
        padding: 0;
    }
}
@media (min-width: 750px) {
    .yax-content .yax-wrapper {
        background: #ffffff;
        padding: 14px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:    0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow:         0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    }
}
.yax-content .yax-container {
    padding: 0;
}
.yax-content .yax-comments-container {
    padding-right: 0;
}
@media (max-width: 750px) {
    .yax-content .yax-comments-container {
        padding: 0;
        margin-top: 20px;
    }
}
.yax-content .yax-comments-container h3 {
    font-size: 1.4em;
}
.yax-content .yax-comments {
    padding: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
}
@media (max-width: 750px) {
    .yax-content .yax-comments {
        height: 100% !important;
    }
}
.yax-content .yax-comments .yax-comment-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.yax-content .yax-comments .yax-comment-overlay.selected {
    border-left: 5px solid #02d0c6;
}
.yax-content .yax-comments li {
    position: relative;
}
.yax-content .yax-comment-link {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    padding: 4px 4px 0 0;
    display: none;
}
.yax-content .yax-comments li:hover > .yax-comment-link {
    display: block;
}
.yax-content .yax-comments li a:hover > .yax-comment-overlay {
    background: transparent;
}
.yax-content .yax-parent {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
}
@media (max-width: 970px) {
    .yax-content .yax-parent {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1170px) {
    .yax-content .yax-text-wrapper { margin: 44px 0; }
    .yax-content .yax-infos-list { height: 38px; line-height: 38px; font-size: 1.3em; }
    .yax-content .yax-infos li { height: 38px; padding-left: 45px; }
    .yax-content .yax-infos .yax-infos-dislike { background-image: url(../img/dislikes_big2.png); }
    .yax-content .yax-infos .yax-infos-dislike-percent,
    .yax-content .yax-infos .yax-infos-list.yax-infos-list-arrows .yax-infos-dislike { background-image: url(../img/dislikes-percent.png); }
    .yax-content .yax-infos .yax-infos-comment { background-image: url(../img/comments_big2.png); }
    .yax-content .yax-infos .yax-infos-like { background-image: url(../img/likes_big2.png); }
    .yax-content .yax-infos .yax-infos-like-percent,
    .yax-content .yax-infos .yax-infos-list.yax-infos-list-arrows .yax-infos-like { background-image: url(../img/likes-percent.png); }
    .yax-content .yax-infos .yax-infos-time { background-image: url(../img/time_big2.png); }
    .yax-content .yax-infos .yax-infos-geoloc { background-image: url(../img/geoloc_big2.png); }
}


/* YAX-LOADING */
.yax-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, .8);
}
.yax-loading .icon-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    margin-left: -7px;
    margin-top: -7px;
    -webkit-transform-origin: 50% 58%;
    transform-origin:50% 58%;
    -ms-transform-origin:50% 58%; /* IE 9 */
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* EVENT YAX */
.yax-event {
   width: 40%;
   float: right;
   margin-right: 15%;
}

.logo-concours {
   margin-top: 10%;
   margin-right: 30%;
   width: 100%;
}

.concours-button {
    width: 60%;
    margin-left: 15%;
    margin-top: 10%;
    opacity: 0.75
}

.banner-link-game {
    margin-left: 0%;
}

@media (max-width: 750px) {
    .home-logo {
        padding-bottom: 50px;
    }

    .concours-button {
       margin-left: 10%;
       width: 80%;
    }

    .banner-link-game {
        margin-left: 0%;
    }
}

.ui-dialog-title {
    font-size: 120%;
}

.fleche-concours {
    float: right;
}

.info-concours {
    cursor: pointer;
}

.info-generate-tag {
    color : rgb(15, 195, 188);
    font-weight: bold;
}

.info-generate-concours {
    color : rgb(15, 195, 188);
    font-size: 120%;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    background-image: url(../img/ui-icons_228ef1_256x240.png);
    background-position: -95px -127px;
    background-repeat: no-repeat;
    border: none;
}

#dialog {
    background-color: #ffffff;
    text-align: center
}

/* YAX-COMMENT */
.yax-comment {
    margin-bottom: 2px;
}
.yax-comment-text {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #fff;
    font-size: 1.1em;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 16px;
}


/* MOBILE-BANNER */
.mobile-banner {
    margin: 20px 0;
}
.mobile-banner span {
    display: inline-block;
    font-size: 2em;
    margin-bottom: 20px;
}

@media (min-width: 970px) {
    .mobile-banner {
        margin: 40px 0;
    }
    .mobile-banner span {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .mobile-banner ul li {
        margin-left: 20%;
        margin-right: 25%;
    }
}


/* CONTACT */
#frm-contact {
    margin-top: 20px;
}
#img-captcha {
    margin-top: 5px;
}

/* CONTACT BETA TESTEUR */
#form_betatesters .form-group .control-label {
    display: none;
}
#form_betatesters .form-group .col-md-9 {
    width: 100%;
}

/* FAQ */
.yax-faq-question-anchors {
    margin-top: 40px;
}
.yax-faq-question-anchors .yax-faq-question {
    margin: 0;
    float: left;
}
.yax-faq-question-anchors .yax-faq-question a {
    font-size: 15px;
}
.yax-faq-question-anchors .arrow-right {
    display: inline-block;
    width:0; height:0;
    border:10px solid transparent;
    margin: 12px 20px 12px 40px;
    float: left;
    border-left:10px solid #505050;
}
.yax-faq-question-anchors li:hover > .yax-faq-question a {
    color: #01ffff;
}
.yax-faq-question-anchors li:hover > .arrow-right {
    border-left:10px solid #01ffff;
}
.label-yax {
    width: 45px;
    height: 45px;
}

.yax-faq-with-response {
    margin-right: 5%;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;

}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}


/* FOOTER */
footer {
    background: #ffffff;
    color: #868686;
    padding: 50px 0;
}
footer a {
    color: #868686;
}


/* ERROR */
.error-page {
    height: 600px;
}

.yax-text-wrapper img.emojione {
    position: relative;
    width: 0.9em;
    height: 0.9em;
}

/* contests */

.yax-contests-anchors .yax-contests-title {
    margin: 0;
    float: left;
}
.yax-contests-anchors .yax-contests-title a {
    font-size: 20px;
    color: rgba(24, 121, 142, 1);
}
.yax-contests-anchors li:hover > .yax-contests-title a {
    color: #01ffff;
}
.yax-contests-anchors.yax-contest-desktop-view .yax-contests-title {
    font-size: 40px;
}
.yax-contests-anchors.yax-contest-desktop-view .yax-contests-title a {
    font-size: 30px;
}

.yax-contests-paragraph-wrapper {
    margin-right: 5%;
}


.yax-contests-content-wrapper .yax-contests-title {
    margin-left: 2px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(194, 238, 240, 1);
    color: rgba(24, 121, 142, 1);
    font-size: 25px;
}
.yax-contests-paragraph {
    margin-left: 2px;
    padding: 10px 10px;
    text-align: justify;
    text-justify: inter-word;
}
.yax-contests-result {
    width: 100%;
    height: 100%;
}
.yax-contests-result-line-divider {
    border-color: transparent;
    font-size: 3em;
    color: rgba(24, 121, 142, 1);
    text-align: center;
}
.yax-contests-result-wrapper {
    border-color: transparent;
}
.yax-contests-result-line.success,
.yax-contests-result-line.success > td,
.yax-contests-result-line.success .yax-contests-result-cell-rank,
.yax-contests-result-line.success .yax-contests-result-cell-who {
    background-color: rgba(33, 180, 175, 1);
    color: #fff;
}
.yax-contests-result-cell-rank {
    text-align: center;
}
.yax-contests-result-cell-score {
    text-align: right;
    padding-right: 20px !important;
}
td.yax-contests-result-cell-who {
  height: 100px;
}
.yax-contests-important {
  color: rgba(0, 115, 136, 1);
}
.yax-contests-important-secondary {
  color: rgba(0, 115, 136, 1);
}

h3 .yax-contests-important-secondary,
h3 span.yax-contests-important-secondary,
h3 span.yax-contests-important-secondary a,
h3 a.yax-contests-important-secondary {
    font-size: 24px !important;
    color: rgba(0, 115, 136, 1) !important;
}


span.yax-contests-pseudo,
span.yax-contests-school_name,
span.yax-contests-score {
    display: block;
}
.yax-contests-school_name {
    font-style: italic;
}
tr.yax-contests-result-line > th {
    color: rgba(25, 121, 141, 1);
}
.yax-contests-result-line.success .yax-contests-important {
    color: rgba(194, 238, 240, 1);
}
.yax-contests-img-title {
    max-width: 600px;
}


