.events{
    display: block;
}

.events-progress-bars {
	position: absolute;
	left: 200px;
	height: 221px;
	top: 100px;
}

.events-progress-bars .progress-bar:first-child {
	margin-top: 0px;
}

.events-progress-bars .progress-bar {
	width: 115px;
	height: 15px;
	background: #EEE;
	border-radius: 4px;
	margin: 5px 0px;
	position: relative;
	overflow: hidden;
}

.events-progress-bars > a {
	display: flex;
	flex-direction: column;
}

.events-progress-bars > a:hover {
	color: inherit;
}

.events-progress-bars .progress-bar .progress-amount {
	width: auto;
	overflow: hidden;
	height: 100%;
	background: #DDD;
}

.events-progress-bars div > span{
	display: inline-block;
	height: 100%;
	z-index: 2;
	border-radius: 4px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	overflow: hidden;
}
.events-progress-bars div p{
	position: absolute;
	color: #333;
	font-size: 0.55rem;
	right: 3px;
	height: 100%;
	line-height: 15px;
}

.progress-bar[data-type="1"] {
	width: 165px;
	height: 30px;
	border-radius: 8px;
}

.events-progress-bars .progress-bar[data-type="1"] p {
	line-height: 30px;
	right: 10px;
}

.events-progress-bars .progress-bar[data-type="1"] .progress-icon {
	width: 30px;
	height: 30px;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	overflow: hidden;
}

.events-progress-bars .progress-icon {
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	overflow: hidden;
}

.events-progress-bars .progress-bar[data-type="2"] {
	height: 20px;
}

.events-progress-bars .progress-bar[data-type="2"] .progress-icon {
	height: 20px;
	width: 20px;
}

.events-progress-bars .progress-bar[data-type="2"] p {
	line-height: 20px;
}

.event-items{
	display: flex;
	flex-wrap: wrap;
}

.event-item{
	width: 100px;
	padding: 10px;
	font-size: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	filter: contrast(0) brightness(200%);
}

.event-item.available{
	filter: none;
	cursor: pointer;
}

.event-item span{
	width: 100%;
	text-align: center;
}

.event-item img{
	padding-top: 5px;
}

#events h2{
	text-align: center;
}

#events p{
	line-height: 1.5rem;
	margin-top: 10px;
	font-size: 0.8rem;
	text-align: center;
	border-radius: 12px;
	padding: 10px;
}

@media only screen and (min-width: 700px) {
	.events-progress-bars{
		top: 51px;
	}

	.events-progress-bars .progress-bar[data-type="2"] {
		height: 15px;
	}

	.events-progress-bars .progress-bar[data-type="2"] .progress-icon {
		height: 15px;
		width: 15px;
	}

	.events-progress-bars .progress-bar[data-type="2"] p {
		line-height: 15px;
	}
}
