.cal *{
	font-family: arial;
	font-size: 15px;
	cursor: default;
}

#today{
	box-shadow: 1px 1px 4px #000;
}
.cal{
	background-color: #fff;
	width: 100%;
}
.cal td,.cal th{
	padding:7px;
	text-align: center;
	border-radius: 2px;
	cursor: default;
}
.cal td[htitle="yes"]{
	cursor: pointer;
}
.cal td[htitle="yes"]:before{
	content: attr(hover-title);
	position: absolute;
	background: #2980b9;
	padding:5px;
	height:25px;
	color: #fff;
	text-align: left;
	margin-top:-50px;
	margin-left:-100px;
	width:200px;
	visibility: hidden;
	font-size: 11px;
	white-space: pre;
	border-radius: 3px;
	overflow: hidden !important;
  	text-overflow: ellipsis;
}
.planner .prev,.planner .next{
	position: absolute;
	margin-top: -15px;
	z-index: 10;
	font-size:30px ;
	cursor: pointer;
	-webkit-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
.planner .next{
	float: right;
	margin-left: 210px;
}
.cal td[htitle="yes"]:hover:before{
	visibility: visible;
}
td[type='holiday']{
    background: #00838F !important;
    color:#fff;
}
td[type='exam']{
    background:#F44336  !important;
    color:#fff;
}
td[type='event']{
    background: #F9A825  !important;
    color:#fff;
}
td[weekend="true"]{
    background-color: #00897B;
    color:#fff;
}
