@font-face
{
	font-family: "din";
	src: url("https://iwantmorederby.com/css/d-din.otf");
}

@font-face
{
	font-family: "din-condensed";
	src: url("https://iwantmorederby.com/css/D-DINCondensed.otf");
}

@font-face
{
	font-family: "din-exp";
	src: url("https://iwantmorederby.com/css/D-DINExp.otf");
}


.events-container
{
	border: 1px solid #202020;
	border-radius: 6px;
	padding: 3px;
	margin: 5px 0px;
}

.events-notFound
{
	border: 1px solid #202020;
	border-radius: 6px;
	padding: 3px;
	margin: 5px 0px;
	font-size: 18px;
}

.events-row
{
	width: 100%;
	flex-wrap: wrap;
	display: inline-flex;
	margin: 0px;
	padding: 0px;
}

.events-date-stack
{
	height: 60px;
	width: 60px;
	border: 1px solid #000000;
	display: inline-block;
}

#events-date-dow
{
	width: 100%;
	font-size: 12px;
	height: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-color: lightpink;
}

#events-date-month
{
	font-family: "din", Arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
}

#events-date-date
{
	font-family: "din-exp", Arial, verdana, helvetica, sans-serif;
	font-size: 24px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
}

.events-host-logo
{
	height: 60px;
	width: 60px;
	padding: 0px 0px 0px 5px;
	display: inline-block;
}

.events-host-logo-image
{
	height: 60px;
	width: 60px;
}

.events-time-stack
{
	padding: 0px 0px 0px 5px;
	width: fit-content;
	display: inline-block;
}

#events-host-code
{
	font-size: 16px;
	width: 100%;
}

#events-door-time
{
	font-size: 16px;
	font-style: italic;
}	

#events-time
{
	font-size: 18px;
	width: 100%;
}

#events-ap
{
	font-size: 16px;
	width: 100%;
}

.events-name
{
	padding: 5px 0px;
	font-size: 20px;
	width: 100%;
	font-weight: bold;
}

.events-bout
{
	font-size: 16px;
	width: 100%;
	padding: 0px 0px 0px 6px;
}

.events-tickets
{
	padding: 5px 5px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.events-ticket-icon
{
	height: 16px;
}



