/* This stylesheet is used to style the public-facing components of the plugin. */

.wp-count-down table td, .wp-count-down table th{
	text-align:center;
}

.wp-count-down table{
	margin-left:auto;
	margin-right:auto;
	width:inherit;
	border:none;	
	border-collapse:collapse;
}

.wp-count-down table td{
	font-size: 8em;
	font-weight: bold;
	padding:20px;
	background: #222222;
	color: #efefef;
	border-radius:20px;
	border: 7px solid white;
}

.wp-count-down table th{
	color:#222222;
	border:none;
	font-size:2em;
}