#edit-results.form-text.form-control {
    height: 20px;
    padding: 0px;
    border: none;
    box-shadow: none;
    transition: none;
    font-weight: bold;
    font-size: 18px;
    display:inline;
    width: 25px;
}

.radio label {
    min-height: 20px;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.ui-checkboxradio-radio-label {
  padding-left: 15px !important;
}

.ui-button {
 color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.ui-button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
