.center-horz {
  /* Center horizontally
  text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}

body{
    font-family: 'Roboto', sans-serif;
}
.btn .btn-primary{
     background-color: #03a3e0 !important; 
}


/* Hide judges Save and mark as complete - no changes allowed button */
#completebutton-159{
    display:none;
}

/*  hide the logo image in the admin entries list
.entrylistimages{
    display:none;
}
*/

/* makes the contrast of the check box square easier to see */
.form-check-input{
    border-color: #808080;
}