
.left-border {
  padding: 0rem 0.8rem;
  border-left: 4px solid #000;
}

.bottom-border {
  padding: 0rem 0.8rem;
  border-bottom: 1px solid #000;
}

div.box-border {
    border:1px solid #bbb;
}

ul.list-group > li.list-group-item {
    margin-bottom: 0px;
}


.available {
    width: 60px;
    height: 50px;
    background-color: #faebd7;
    position:relative;
    cursor: pointer;
}

.noavailable {
    width: 60px;
    height: 50px;
    background-color: #DCDCDC;
    position:relative;
}

.box-reserve {
    top: 10px;
    height: 30px;
    background-color: #696969;
    position: absolute;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    overflow: hidden;
    word-wrap:normal;
    word-break:normal;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.box-me {
    background-color: #4169e1;
    border-right: solid 1px #FFFFFF;
}
.th-01 {
    width: 60px;
    background-color: #b0c4de;
    border-right: solid 1px #FFFFFF;
}
.th-02 {
    width: 60px;
}
