#wp-form {
	max-width: 550px;	
}


#wp-form label {
    margin-bottom: 0;
}

.form-help-text {
    display:block;
    margin-bottom: 5px;
}

.table>thead:first-child>tr:first-child>th {
    border-bottom: 0;
}

.validation-message-display {
    padding: 8px 13px;
    background-color: #fbe5e9;
    color: darkred;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.overall-result {
    font-weight: bold;

}

#overall-result-box {
	margin-top: 27px;
    background-color: #f3f3f6;
    padding: 24px;
}