.Choices__choice.btn-default {
    background-color: #0A0A0A;
    color: #FFFFFF; /* Sets the text color to white */
    border: 1px solid #FFFFFF; /* Sets the border color to white */
}

/*div.GuidedModeInstructions__container {
padding-bottom: 155px !important;
}*/

.body--nobranding .GuidedModeInstructions__container {
    padding-bottom: 12rem;
}

@media screen and (min-width: 60rem) {
    .GuidedModeInstructions__container, .body--nobranding .GuidedModeInstructions__container {
                padding-bottom: 155px;
    }}
    
    .LiveField__input:not(.LiveField__input--manualfocus){
           border-bottom: 1px solid #FFFFFF;
    }
 
div #richEditor{
    padding:0px;
}

#richEditor figure.fieldSection{
    margin:0; 
}
