.review-add strong{
font-weight: 300;
margin-bottom: 15px;
color: #2a2a2a;
font-size: 24px;
}

.review-legend > strong{
color: #E10010;
margin-left: 5px;
font-weight: 500;
}

.review-form-actions .submit.primary{
    padding: 13.5px 30px;
    font-family: "Trebuchet MS", sans-serif;
    color: #ffffff !important;
    background-color: #E10010 !important;
    border-color: #E30018 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 6px 20px -15px rgba(0,0,0,0.8);
    box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.8);
}