.colortest-results-wrapper {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.colortest-results {
    list-style-type: none;
    margin: 0;
}
.colortest-result {
    margin-bottom: 50px;
}
.colortest-result-heading {
    font-weight: bold;
    font-size: 20px;
}
.colortest-result-bg {
    background-color: white;
    height: 25px;
    max-width: 400px;
    margin: 15px auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.16);
}
.colortest-result-bar {
    height: 25px;
    -webkit-animation: progress-bar 3s;
    -moz-animation: progress-bar 3s;
    animation: progress-bar 3s;
}
.colortest-result-bar-red {
    background-color: #F34621;
}
.colortest-result-bar-green {
    background-color: #007C5F;
}
.colortest-result-bar-yellow {
    background-color: #FFF814;
}
.colortest-result-bar-blue {
    background-color: #00447C;
}

@-webkit-keyframes progress-bar {
    0% { width: 0; }
}
@-moz-keyframes progress-bar {
    0% { width: 0; }
}
keyframes progress-bar {
0% { width: 0; }
}

#frm_form_3_container .frm_button_submit {
    float: right;
}