@charset "utf-8";
/* CSS Document */

 .digital-clock-local {
  /*margin: auto;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width: 80px;
  height: 30px;*/
  color: #000000;
  /*border: 2px solid #999;*/
  /*border-radius: 4px;*/
  text-align: center;
  /*font: 50px/60px 'DIGITAL', Helvetica;*/
  font-size: 2.5em;
  /*background: linear-gradient(90deg, #000, #555);*/
	 background-color: white;
}


.digital-clock-ottawa {
  /*margin: auto;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width: 80px;
  height: 30px;*/
  color: #000000;
  /*border: 2px solid #999;*/
  /*border-radius: 4px;*/
  text-align: center;
  /*font: 50px/60px 'DIGITAL', Helvetica;*/
  font-size: 2.5em;
  /*background: linear-gradient(90deg, #000, #555);*/
  background-color: white;
}

.digital-clock-dubai {
  /*margin: auto;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width: 80px;
  height: 30px;*/
  color: #000000;
  /*border: 2px solid #999;*/
  /*border-radius: 4px;*/
  text-align: center;
  /*font: 50px/60px 'DIGITAL', Helvetica;*/
  font-size: 2.5em;
  /*background: linear-gradient(90deg, #000, #555);*/
  background-color: white;
}

.digital-clock-auckland {
  /*margin: auto;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*width: 80px;
  height: 30px;*/
  color: #000000;
  /*border: 2px solid #999;*/
  /*border-radius: 4px;*/
  text-align: center;
  /*font: 50px/60px 'DIGITAL', Helvetica;*/
  font-size: 2.5em;
  /*background: linear-gradient(90deg, #000, #555);*/
  background-color: white;
}