*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
	hyphens: auto;
}

body {
	background-color: #4C5A66;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	color: #C6F724;
}

#wrapper {
	display: table;
	height: 80vh;
	width: 100%;
}

#eventdata {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 6%;
}

.white {
	color: #fff;
}

.small-size {
	font-size: 0.8em;
}

.extrasmall-size {
	font-size: 0.7em;
}

.description {
	margin-top: 1em;
}

.location {
	margin-top: 1em;
}

a:hover {
    border-bottom: 1px solid #C6F724;
}
a {
    color: #C6F724;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s;
    text-decoration: none;
}