div.kbcl-list-category {
  margin-bottom: 1.5em;
  padding-top: 1.2em;
  padding-bottom: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div.kbcl-list-item {
  height: auto;
  overflow: hidden;
  margin-left: 14px;
}

hr.kbcl-hr {
  margin: 14px;
  border-style: dashed;
  border-color: lightgray;
}

div.kbcl-thumbnail-wrap {
  float: left;
  text-align: center;
  width: 30%;
}

div.kbcl-item-information {
  float: left;
  width: 70%;
}

p.kbcl-item-title {
  font-size: 14px !important;
  font-weight: bold;
  margin-left: 14px;
  margin-bottom: 0;
}

p.kbcl-todays-booking-label {
  font-size: 12px !important;
  font-weight: bold;
  margin-left: 16px;
  margin-bottom: 0;
}

ul.kbcl-todays-booking {
  padding-top: 0 !important;
  margin-left: 12px;
  margin-bottom: 0 !important;
}

ul.kbcl-todays-booking > li {
  font-size: 13px !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.kbcl-thumbnail {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-style: solid;
  border-width: thin;
  border-color: lightgray;
}
