header .slogan-wrap {
    background-color: #fff
}

.lead-container .recipe-content .recipe-header .phrase {
    color: #0a539b
}

.marked {
    color: #0a539b
}

.qu-wrap .qu-group-header {
    color: #0a539b
}

.qu-wrap .qu-group .qu {
    border-radius: 1.5rem;
    color: #0a539b;
    background-color: white;
}

.comment-container #comment-post {

    border-radius: 0;
    border: 1px solid #1FC2B2;
    color: #0a539b;
}


.icon-round {
    background: url(../files/O2-transparent.png) no-repeat
}

.lead-container .recipe-content .timer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #0a539b;
}

#qu-progress .qu-progress-wrap #qu-progress-bar {
    background-color: green
}

#qu-progress #qu-progress-percent {
    color: #0a539b
}

.qu-wrap #qu-prize .qu-prize-name {
    color: #0a539b
}

.qu-wrap #qu-prize {
    border-radius: 0;
    color: #0a539b;
    background-color: #fff;
}


#qu-progress .qu-checkpoint .qu-mark {
    background-color: #e32525;
}

.tingle-btn {
    border-radius: 1.5rem;
    color: #fff;
    background-color: #0a539b;
}

.tingle-btn:hover {
    border-radius: 1.5rem;
    color: #000;
    background-color: #0a539b;
}

.btn-primary {
    border-radius: 0;
    border: 1px solid #1FC2B2;
    color: #0a539b;
    background-color: white;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 1.5rem;
    border: 1px solid #0a539b;
    background: #0a539b;
    color: #fff;
}

/* optimized style */
.lead-container .recipe-content,.qu-wrap,.comment-container{
    margin-top: 0px;
    border-radius: 0;
    box-shadow: none;
}
#commentform{
    display: none;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 0;
    padding-right: 0;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
#recipe-row{
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

.qu-wrap .qu-group{
    padding: 10px 15px;
    background: #0a539b
}
.qu-wrap .qu-group-header,#qu-progress #qu-progress-state,#qu-progress #qu-progress-state1,#qu-progress #qu-progress-state2,#qu-progress #qu-progress-state3,#qu-progress #qu-progress-percent,#qu-progress .qu-checkpoint .qu-checkpoint-desc{
    color: #fff;

}
.qu-wrap .qu-group .qu{
    color: #0a539b;
    background-color: white;
}
.qu-wrap .qu-group .qu:hover{
    border: 0px solid #fff;
    color: #fff;
    background-color: green;
}

#qu-prize{
    background: #fff;
}
.qu-wrap #qu-prize .qu-prize-row{
    border-radius: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#txt51{
    color: #0a539b;
    padding: 15px 0 0;
    font-size: 26px;
}
#qu-progress{
    padding: 25px 20px;
    background: #0a539b;
    z-index: 1;
}
.useless{
    display: none;
}
#qu-progress .qu-checkpoint .qu-mark{
    background: #000;
}
.qu-wrap #qu-prize .qu-prize-description{
    padding-left: 0;
    font-size: 16px;
}
.qu-wrap{
    min-height: 0;
}
.comment-desc{
    padding-left: 5px;
    float: none;
    display: inline-block;
    width: 80%;
}
.text-right{
    float:none;
    text-align: left;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-left: 15px;
}
header .slogan-wrap .slogan{
    font-size: 160%;
}
header .logo-wrap{
    position: absolute;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 2px #ccc;
}
header .slogan-wrap{
    padding-top: 53px;
    font-weight: 700
}
#comment-row{
    border-top: 1px solid #ccc;
}
.qu-wrap #qu-prize{
    position: relative;
    z-index: 0;
}

@keyframes slideInto{
    from{
        margin-top: -200px;
    }
    to{
        margin-top: 10px;
    }
}
.slideInto{
    animation: slideInto .7s;
    -webkit-animation: slideInto .7s;
    -moz-animation: slideInto .7s;
    -o-animation: slideInto .7s;
}
#qu-progress #qu-progress-percent{
    float: right;
}
.menue{
    display: inline-block;
}
#logo{
    width: 100px;
    padding: 5 0;
    display: none
}
.headele{
    margin: 5 15 5 13;
    width: 30px
}
/* new FB comment style */
div.contentwrapper{
    background: #ebedf0;
    border-radius: 18px;
    padding: 6px 12px 7px 12px;
}
.comment-container .comment-desc .name{
    color: #0a539b;
    font-weight: 600;
    font-size: 12px;
}
.content{
    font-size: 14px;
    font-weight: 400;
}
.comment-desc img{
    border-radius: 18px;
    margin-top: 3px;
    width: 250px
}
#commentform{
    display: none;
}
.comment-container .face-round{
    border: none;
    width: 36px;
    height: 36px;
}

.col-xs-2{
    width: 10.966667%
}
.comment-container .comment-desc .date{
    color: #8d949e;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
    margin-left: 12px;
}
.comment-container .comment-desc .react{
    display: inline-block;
    font-size: 12px;
    color: #8d949e;
    padding: 3px 8px 10px 8px;
    font-weight: 600;
}
.comment-container .comment-wrap{
    margin-bottom: 8px;
}
#qu-progress #qu-progress-percent{
    float: right;
}
.realheader{
    height: 45px;
    display:
    flex;
    justify-content:
    space-between;
    width:100%;
}
.topleft{
    margin: 8px 12px;
    width: 35px

}
.topright{
    margin: 6px 10px;
    width: 32px
}
.toplogo{
    margin: 5px 0px;
    width: 100px
}