.border-box{box-sizing:border-box;-moz-box-sizing:border-box}calendar{float:left;display:block;box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;width:500px;border:1px solid #ccc;margin-bottom:10px}calendar>div.header{float:left;width:100%;background:#2875c7;height:60px;color:#fff}calendar>div.header>*{height:60px;line-height:60px!important;display:inline-block;vertical-align:middle}calendar>div.header>i{float:left;width:40px;font-size:1.5em;font-weight:700;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;padding:0 10px;cursor:pointer}calendar>div.header>i.fa-angle-left{text-align:left}calendar>div.header>i.fa-angle-right{text-align:right;margin-left:-40px}calendar>div.header>span{float:left;width:100%;font-weight:700;text-transform:uppercase;box-sizing:border-box;-moz-box-sizing:border-box;padding-left:50px;margin-left:-40px;text-align:center;padding-right:40px;color:inherit;font-size:1.5em}calendar>div.week{float:left;width:100%;border-top:solid 1px #ccc}calendar>div.week:first-child{border-top:none}calendar>div.week>span.day{float:left;width:14.28571429%;box-sizing:border-box;-moz-box-sizing:border-box;border-left:solid 1px #ccc;font-size:1em;text-align:center;height:60px;line-height:60px!important;display:inline-block;vertical-align:middle;background:#fff;cursor:pointer;color:#000}calendar>div.week>span.day:first-child{border-left:none}calendar>div.week>span.day.entry{background:#dc143c;color:#fff}calendar>div.week>span.day.different-month{color:silver}calendar>div.week>span.day.selected{background:#2875c7;color:#fff}calendar>div.week.names>span{color:#2875c7;font-weight:700}