#otb {
  min-height: 520px; }
  #otb > div {
    font-family: Arial, Helvetica, sans-serif;
    width: 240px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    border-radius: 4px;
    overflow: hidden; }
    #otb > div header {
      background-color: #D63746;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 0;
      font-size: 22px;
      line-height: 26px;
      /*&.active {
      	background-color: $orange;
      }*/ }
      #otb > div header small {
        display: block;
        text-transform: none;
        font-size: 60%; }
    #otb > div ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #otb > div ul li {
        display: block;
        text-align: center;
        line-height: 40px;
        color: #000; }
        #otb > div ul li.active {
          color: #D63746; }
        #otb > div ul li.inactive {
          color: #ddd; }
        #otb > div ul li:hover {
          background-color: #E6E7E9;
          cursor: pointer;
          color: #B8222D; }
    #otb > div article {
      max-height: 330px;
      overflow: hidden; }
    #otb > div #otb-reset:hover {
      cursor: pointer;
      color: #B8222D; }

/*# sourceMappingURL=opentable-bookings.css.map */
