#form-container
{
    padding-top:20px;

}
#main-container {
    color: white;
    overflow: hidden;
}
.video-container {
    display: flex;
    justify-content: center;
}
p.text-align-center {
    justify-content: center;
    display: flex;
}

.truworths_button {
    border: 1px solid white;
    background-color: white;
    color: #222127 !important;
    padding: 12px 20px 18px 20px;
    font-size: 1rem;
}

.footer{
    clear: both;
    background: rgba(241,241,241,1.00);
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius:10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}





input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


img
{
    max-width:100%;
}





.questions_page form > h2
{
    background:#fff;
    color:rgba(0,154,85,1.00);
    padding:10px;
    margin:-38px -38px 30px -38px;
    border-radius:5px 5px 0 0;
    text-align:center;
}
.category
{
    border:1px solid rgba(215,215,215,1.00);
    background:#fff;
    margin-bottom:20px;
    padding:10px;
    border-radius:10px;
}

.page_progress,
.progress
{
    display:none;
}


._51mx:last-child>._51m- {
    padding-bottom: 0;
    color: white;
}


label.error
{
    display:none;
    color:#FF8600;
}