.webform-options-display-buttons label {
    border-width: 10px!important;
    vertical-align: top!important;
    background-color: #990033 !important; 
    color: #eee !important;
    transition: background-color .4s ease-out;
}


.webform-options-display-buttons label:hover,
.webform-options-display-buttons label:focus {
    background-color: #990033;
}




.custom-title-css {
  font-size: 20px;
}

.custom-body-css {
    font-weight: bold !important;
    font-size: 1.6em;
    min-height: 6em;
    margin: 22px 0;
    align-content: center;
}

.custom-highlight-css {
  font-weight: bold !important;
  background-color: #DCD6CE !important;
  color: #990033 !important;
  line-height: 1.2em;
  padding: 6px;
  min-height:3em;
  align-content:center;
}
.custom-first-css {
  font-weight: bold !important;
  color: white !important;
  font-size: 16px;
}
 
 /* Properly centre the text */
 .webform-options-display-buttons-description {
    margin-left: 0px !important; 
    color: #eee !important;
 }

/* Label padding fix */
legend .fieldset-legend {
 padding: 0px !important; 
}

#edit-select-the-event-s-you-would-like-to-attend---wrapper legend {
  margin-bottom: 0.512em;
}