          .bookedHalf a {
              background-image: url(/images/icons/full-half.png) !important;
              color: #000 !important;
          }

          a.ui-state-default.ui-state-active {
              border: 1px solid #A8A8A8;
              background-color: #C3C3C3;
          }

          .es-carousel ul {
              display: block;
          }

          button.clicked {
              font-weight: bold;
          }

          .ui-dialog-titlebar{
              visibility: hidden;
              display: none;
          }

          .ui-widget-overlay {
              display: inline;
              z-index: 100;
              opacity: .7;
          }

          .bookedFull a.ui-state-default {
              background-color: #1cb5da;
              color: #fff;
          }

          .ui-datepicker-year, .ui-datepicker-month {
            background-color: #00acd5;
            color: #fff;
          }
