.divblock {
	display: block;
}
.divinline {
	display: inline-block !important;
}
.top {
	vertical-align: top !important;
}
.middle {
	vertical-align: middle !important;
}
.event_m {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: -1px !important;
}
.event_m_date {
	font-weight: bold !important;
	background: #EEE9E9 !important;
	margin-top: 5px !important;
	cursor: pointer;
}
.event_m_hour {
	font-weight: bold;
	background: #FFF68F;
	text-align: center;
}
.today {
	color: #DD0000 !important;
}
.listtype {
  display: inline-block;
  width: fit-content;
  padding: 10px 10px;
  background-color: #3375ec;
  text-decoration: none;
  color: #FFF !important;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  box-shadow: none;
  transition: .3s;
  font-size: 0.875em;
  letter-spacing: 0.06px;
  border-radius: 3px;
  font-weight: 400;
  margin: auto;
}
.listtype:hover {
  color: #fff !important;
  border-color: #0202ff;
  background-color: #0202ff;
}
.event-collapsible:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 15px;
}
.event-collapsible-active:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 15px;
}
