li.gchoice_5_18_0, li.gchoice_5_18_1, li.gchoice_5_18_2 {
    font-size: 28px;
    line-height: 18px !important;
}

a.button:hover, input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
    -webkit-box-shadow: 0px;
    border: none;
    box-shadow: none;
    color: #fff;
    background-image: none;
    padding: 20px;
    width: 100%;
    background: green;
    font-size: 20px;
}

a.button, input[type=reset], input[type=button], input[type=submit] {
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0;
    -webkit-border-radius: 0px;
    box-shadow: empty;
    border: 0px;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    text-decoration: none;
    text-shadow: 0;
    vertical-align: middle;
    white-space: nowrap;
    background-image: none;
    width: 100%;
    background: #f11000;
    color: #fff;
}
