#sell-counter {
   width: 100%;
   padding: 5px;
   border-color: #000;
   border-width: 1px;
}

.cclogo {
   width: 200px;
}

#box {
    padding:0px;
    border-style: solid;
    border-color: #FFF;
    border-width: 3px;
    height: 80px;
}

#timeslot {
   width: 100%;
   height:25px;
   background-color: #495464;
   color:#e8e8e8;
   margin: auto;
   text-align: center;
}

.book-status-box {
  width:100%;
  text-align: center;
  margin-top: 8px;
}

#book-status-available {
  font-size:23px;
  color: #8DB596;
}

#book-status-booked {
  font-size:23px;
  color: #AA3A3A;
}

.modal-dialog {
  height: 80% !important;
  padding-top:10%;
}

a {
    text-decoration: none !important;
}

.refreshbtn {
	position:fixed;
        top: 10px;
	width:60px;
	height:60px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}