@charset "utf-8";
/* CSS Document */
/*header start*/

.month{width:280px; float:left; margin:00px 0px; border:1px solid #000; position:absolute; margin-top:35px; background-color:#fff; margin-top:105px;  }
.month span{width:39.5px !important; text-align:center; float:left; color: #fff; box-shadow: 0px 0px 12px #fff;margin-bottom: 0px !important;font-size: 12px !important; padding:5px 0px;background-color: #1980ab;outline: 1px solid blue;}
.month label{width:100% !important; text-align:center; float:left !important; color: #fff; padding: 0px 5px; box-shadow:0px 0px 1px #000; height:30px !important;    margin-bottom: 0px !important;}
.month button{ text-align:center !important; margin:0px 0px 0px; width:25%; float:left; border:none; background-color:#fff;  }
.month h3{ text-align:center !important; width:50%; float:left; margin:0px !important;  }


@media screen and (max-width:650px){
    
    .month{ width:305px;}
    .month span {
    width: 43px !important; padding:10px 0px;}
}
