#card {
	background: #414141;
	padding: 10px 0 10px 10px;
	/*max-width: 600px;*/
	/*width: 90%;*/
	color: white;
	border-radius: 5px;
	display: inline-flex;
	margin: 10px auto;
	font-family: "Open Sans",sans-serif;
}

#show_date {
	width: 40vw;
	text-align: center;
	vertical-align: middle;
	font-size: 5vw;
	line-height: 7vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

}
#show_date p {
	margin-top: 0;
	margin-bottom: 0;
}

#show_time {
	/*width: auto;*/
	width: 42vw;
	height: auto;
	background: white;
	padding: 3px 2px 3px 5px;
	color: black;
	font-size: 16vw;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

@-moz-document url-prefix() {
	#show_time {
		padding: 2vw 1vw 0 1vw;
	}
}

.text {
	position: absolute;
	color: #f7f3f3;
	top: 0;
	margin-bottom: 10px;
	background: #414141;
	padding: 5px 10px 0 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: inherit;
}
body {
	text-align: center;
}

