/*fix to make participant field into 2 columns instead of 3*/
@media (min-width: 768px){
#nameboxes .col-sm-4 {
    width: 50% !important;
}
}