/* 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 {
	border: none;	
	border-collapse: collapse;
}

.wp-count-down table td {
	font-size: 50px;
	font-weight: bold;
	background: #222222;
	color: #efefef;
	border-radius: 15px;
	border: 5px solid white;
}

.wp-count-down table th{
	color: #222222;
	border: none;
}

@media only screen and (max-width: 1900px) {
	
	.wp-count-down table td {
		font-size: 40px;
	}
	
}

@media only screen and (max-width: 960px) {
	
	.wp-count-down table td {
		font-size: 20px;
	}
	
}