.blue {
  color: #339ef3; }

.light-blue {
  color: #78a6cb; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border-color: #339ef3;
  background: black; }
  .ui-state-default a, .ui-widget-content .ui-state-default a {
    color: #339ef3; }

.ui-state-active, .ui-widget-content .ui-state-active {
  border-color: #339ef3;
  color: black;
  background: #62AEF2; }
