#scheduler-graph {
  margin-bottom: 20px;
}

#scheduler-graph-wrapper {
  border-radius: 4px;
  display: inline-block;
  background-color: #eee;
  padding: 12px 16px; 
}

#scheduler-graph-container {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 184px;
}

#scheduler-graph-legend {
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
}

#graph-legend-table caption {
  color: #333;
  font-weight: bold;
  text-align: center;
}

#graph-legend-table tr > td:first-child {
  padding-right: 16px;
}

#graph-legend-table tr > td:not(:first-child) {
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

#graph-legend-table span.graph-legend-box {
  border: 2px solid #fff;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}

#graph-legend-table #graph-value-booked span.graph-legend-box {
  background-color: #b75f00;
}

#graph-legend-table #graph-value-available span.graph-legend-box {
  background-color: #167f9c;
}

#graph-legend-table #graph-value-total td {
  border-top: 1px solid #333;
  text-align: right;
}

#graph-legend-table #graph-value-total td:first-child {
  border-top: 1px solid transparent;
}
