/* Add here all your CSS customizations */

/* Turn global black buttons to grey */
.btn-dark {
  background-color: #666666!important;
  border-color: #666666 #666666 #666666!important;
  color: #ffffff!important;
}

