body { 
	background: #808080;
	color: #fff;
	font-family: "Poppins", sans-serif;
	margin: 0px;
	padding: 0px;
}

table {
	position: absolute;
	width: 480px;
	height: 300px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}

td {
	border: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#date {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  background: #000;
  border: 1px solid #808080;
}

#time {
  font-weight: 900;
  background: rgba(0,0,0,0.5);
/*  border-radius: 15px;*/
  border: 1px solid #808080;
  background-repeat: no-repeat;
  background-size: 388px 142px;
}

.hour {
	border: 0px;
/*  border-radius: 10px;*/
  background: rgba(0,0,0,0.5);
  height: 86px;
  width: 76px;
  border: 1px solid #808080;
  background-repeat: no-repeat;
}

.shadow {
  background: rgba(0,0,0,0.5);
  font-size: 18px;
  border-radius: 4px;
  padding: 0 2px 0 2px;
}

.smaller {
  font-size: 14px;
}

.numbers {
	font-size: 40px;
}

.big {
  font-size: 80px;
  -webkit-text-stroke: 2px #000;
	text-shadow: -1px 1px 2px #000,
		1px 1px 2px #000,
		1px -1px 0 #000,
		-1px -1px 0 #000;
}