.clock-yellow{
	 text-align:center;
	 font-size:14px;
	 padding:10px;
	 display:flex;
	 color:#000;
	 background-color:#ffd200;
	 flex-direction:column;
	 justify-content:center;
}
.clock-darkgray{
	 text-align:center;
	 font-size:13px;
	 margin-bottom:15px;
	 padding:10px;
	 display:flex;
	 color:#fff;
	 background-color:#555759;
	 flex-direction:column;
	 justify-content:center;
	 height:50px;
}
.clock-green{
	 text-align:center;
	 font-size:1rem;
	 padding:10px;
	 display:flex;
	 color:#fff;
	 background-color:#7ab800;
	 justify-content:center;
}
.clock-lightgreen{
	 text-align:center;
	 font-size:14px;
	 padding:10px;
	 display:flex;
	 color:#fff;
	 background-color:#7ab800;
	 flex-direction:column;
	 justify-content:center;
	 width: 50%;
	 margin-right:15px;
}
.clock-orange{
	 text-align:center;
	 font-size:1rem;
	 padding:10px;
	 display:flex;
	 color:#000;
	 background-color:#f78d2d;
	 justify-content:center;
}
.clock-bw{
	 text-align:center;
	 font-size:1rem;
	 padding:10px;
	 display:flex;
	 color:#000;
	 background-color:#fff;
	 justify-content:center;
	 border: 3px solid #0064a4;
	 margin-bottom:10px;
}
