.result span {
    margin-right: 10px;
}
.result {
    text-align: center;
    font-size: 35px;
        margin-bottom: 25px;
}
#form_id select {
    width: 100%;
}
#form_id input[type="submit"] {
    margin: 35px auto 23px !important;
    display: block;
    text-align: center;
    background: none;
    color: #012639;
    font-weight: bold;
    font-size: 44px;
    border: none !important;
}
#form_id input[type="submit"]:hover {
    background: none !important;
    color: #074869 !important;
}

#form_id label {
    position: static !important;
    margin: 0;
}