/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }

/* To center the menu */
.mainMenuContainer TABLE {   width: 100%;    text-align: center;  }

DIV.header
{
 padding-top: 15px !important;
 padding-bottom: 15px !important;
}

/* an automatic fix to improve button styles */
  /* A.register, A.classDetails, A.schedule-btn, A.dropin */
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton
{
    border-radius: 5px;
    background-color: #428bca;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   min-width: 82px;
   text-align:center;
}

@media screen and (max-width: 767px)
{
  .menu-caption { color: #000; }
  .menu-btn .icon-bar { background-color: #000;  }
  #mobile-menu-actions { background-color: #eee; }
}
/*  ------- Styles below the line are not shown during page editing --------- */