.de-eventbox h3
{
    padding:0px !important;
    margin:0px !important;
}
.de-font{
	font-family: oswald,"arial narrow" !important;
}

.de-arrow-icons{
	font-size: 24px;
	margin-top: 4px;
	position: absolute;
	margin-left: -6px;
}
.de-arrows{
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	color: #e2e2e2;
	cursor: pointer;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	text-align: center;
	width: 35px;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.de-arrows:hover{
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	color: #e2e2e2;
}
.de-arrows:hover .de-arrow-icons{
	color: #fff;
}
.de-prev-month{
	margin-left:15px;
}
.de-next-month{
	margin-left:7px;
}
.de-month p{
	float: left;
	font-weight: :normal;
	font-size: 1.5em;
	margin-left: 2px;
	margin-top: 5px;
}
.de-date-contents{
	display: block;
	border: 1px solid #C9C9C9;
}
.de-clear{
	clear: both;
}
.de-date-item{
	display: block;
	border-left: 3px solid red;
	position: relative;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: #F4F4F4;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	min-height: 65px;
}
.de-date-item:hover{
	cursor: pointer;
	border-left: 7px solid red;
}
.de-container{
	
}
.de-date-num{
	display: block;
	padding-top: 5px;
	margin-left: 8px;
	font-size: 1.8em;
	font-weight: bold;
}
.de-date-month{
	display: block;	
	padding-top: 5px;	
	
	margin-left: 8px;
	font-size: 0.7em;
	font-weight: lighter;
}
.de-event-date{
	width: 20%;
	display: inline-block;
    float:left;
}
.de-event-title{
	display: inline-block;
	font-size: 1.2em;
	line-height: 25px;
	float:right;
	top: 2px;
    padding-right:5px;
	width: 80%;
	text-transform: uppercase;
}
.de-event-item-body{
	display: none;
	background-color: #E5E5E5;
}
.de-event-icon{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 25px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	color: #969696;
}
.de-time-icon{
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	font-size: 25px;
	margin-top: 20px;
	float: left;
	color: #969696;
}
.de-event-header{
	float: right;
	width: 80%;
    margin-top: 10px;
}
.de-time-header{
	float: right;
	width: 80%;
}
.de-event-item-body>div:nth-child(3)
{
  position:relative;
  display:block;
}
.de-close-icon{
	height: 35px;	
	width: 45px;
	font-size: 25px;
	position:absolute;
    right:0px;
    
	text-align: center;
	vertical-align: middle;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: #969696;
}
.de-close-icon:hover{
	cursor: pointer;
	color: #fff;
	background-color: #C9C9C9;
}
.de-event-header h3{
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.de-time-header h3{
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.de-event-header p,.de-time-header p{
	padding-top: 5px;
	font-size: 0.9em;
	line-height: 15px;
	font-family: "open sans";
	padding-right: 10px;
}