
.thr-container {
    margin-bottom: 30px;
    width: 100%;
    margin-left: -18.452381%;
    padding-left: 18.452381%;
}

.thr-content {
    margin-top:20px;
}
.thr-content h4.thr-title {
    margin:0;
    padding:10px 10px 10px 30px;
    color:#fff;
    border-bottom:2px solid #fff;
    cursor:pointer;
    font-size: 1.3em;
    position:relative;
}

.thr-content h4.thr-title:before {
    content: "+";
    color:#fff;
    display:inline-block;
    text-align:center;
    position:absolute;
    left:10px;
}

.thr-content h4.active:before {
    content: "-";
    top: 8px;
    left: 13px;
}

.thr-content h5 {
    margin-top:0;
    color:#333;
}
.thr-content h5.thr-priority {
    font-size: 2em;
}

.thr-content-txt {
    margin-bottom:10px;
}

.thr-content h4.thr-adult_consumers {
    background:#004f9f;
}
.thr-content .thr-content-adult_consumers {
    border:#004f9f 10px solid;
    padding:20px;
}

.thr-content h4.thr-consumer_safety {
    background:#00b1eb;
}
.thr-content .thr-content-consumer_safety {
    border:#00b1eb 10px solid;
    padding:20px;
}

.thr-content h4.thr-consumer_relevance {
    background:#004f9f;
}
.thr-content .thr-content-consumer_relevance {
    border:#004f9f 10px solid;
    padding:20px;
}
.thr-content h4.thr-consumer_awarness {
    background:#00b1eb;
}
.thr-content .thr-content-consumer_awarness {
    border:#00b1eb 10px solid;
    padding:20px;
}
.thr-content .thr-content-consumer_awarness img {
    width: 30px;
    float: left;
    margin: 0 10px 0 -7px;
}

.thr-content .thr-content-adult_consumers h5 {
    color:#004f9f;
}
.thr-content .thr-content-consumer_safety h5 {
    color:#00b1eb;
}
.thr-content .thr-content-consumer_relevance h5 {
    color:#004f9f;
}
.thr-content .thr-content-consumer_awarness h5 {
    color:#00b1eb;
}

@media only screen and (max-width: 759px) {
    .thr-container {
        width:100%;
        margin-left: 0;
        padding-left: 0;
    }
    .thr-container img.thr {
        display:none;
    }
}




