div#calendar{
  margin:0px auto;
  padding:0px;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color: transparent;
    border: 1px solid #0047AB;     
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:97%;
    height:40px;   
    text-align:center;
    margin: 0 !important;
    border: medium none !important;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#0047AB;
}
 
div#calendar div.header span.title{
    color: #0047AB;
    font-size: 24px;
    font-weight: 600;
}
 
 
div#calendar div.header a.prev{
    left:0px;
    display: none;
}
 
div#calendar div.header a.next{
    right:0px;
    display: none;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border: 1px solid #0047AB;
    border-left: 0px;
    border-top: 0px;
}
 
 
 
div#calendar ul.label {
    float: left;
    height: auto;
    margin: 0px 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
    border: 1px solid #0047AB;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
}
 
div#calendar ul.label li {
    background-color: transparent;
    color: #0047AB;
    float: left;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 14.28%;
    border-right: 1px solid;
}

div#calendar ul.label li:last-child {
    border-right: 0px;
}

div#calendar ul.dates{  
    float: left;
    margin: 0 0px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

div.clear{
    clear:both;
}  
.dates li.start {
    clear: both;
}
 
/** overall width = width+padding-right**/


.col_content {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
}
.col_content a {
    color: #FF0012;
}
div#calendar ul.dates li {
    color: #0047AB;
    float: left;
    font-size: 22px;
    list-style-type: none;
    margin: 0px 0% 0 0;
    min-height: 60px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 14.28%;
    border: 1px solid #0047AB;
    height: 170px;
    border-right: 0px;
    border-bottom: 0px;
    overflow: hidden;
    position: relative;
}
 
:focus{
    outline:none;
}
 .purchase_icon, .available {
    display: none;
}
@media screen and (min-width:320px) and (max-width:450px){
.purchase_title, .mobile_hide{
    display:none;
}
.purchase_icon, .available {
    display: block;
}
    div#calendar ul.label li{
        font-size: 16px;
    }
}