/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    
    width: 100%;
    display: table;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
/*    position: relative;
*/    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
  display: block;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #262626;
	line-height: 10px;
	text-align: center;
  margin-top: 5px;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
  color: #666666;
	font-size: 40px;
	text-align: center;
}

/*
     FILE ARCHIVED ON 12:25:36 Sep 23, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:59:32 Jul 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.5
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.053
  esindex: 0.009
  cdx.remote: 7.065
  LoadShardBlock: 90.957 (3)
  PetaboxLoader3.datanode: 102.267 (5)
  PetaboxLoader3.resolve: 379.99 (2)
  load_resource: 404.752
  loaddict: 16.827
*/