body {
 height: 100%;
 padding: 0;
 margin: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#screen_centered {
 top: 20%;
 left: 0%;
 width: 99%;
 height: 200px;
 padding: 5px;
 padding-top: 120px;
 text-align: center;
}


.title {
  margin: auto;
  font-family:Georgia;
  text-align: center;
  color:#30CB9A;
}

.main_title{ font-size:30px; }
.sub_title{ font-size:25px; }

#footer_time {
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  margin-top: 500px;
}

#footer_holiday {
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}


.footer_text{
  font-family:Georgia;
  font-size:14px;
  font-family:Georgia;
  padding-left:20px;
  color:#30CB9A;
}

#time_footer_space{ height: 30px; width: 100%; }

#ruler { width: 30%; }

.holidays_table { margin: 0 auto; table-layout: fixed; }
td, th { text-align: left; padding: 8px; }
tr:nth-child(even) { background-color: #f2f2ef; }
td { padding: 10px; width: 50%; }
.holiday_e{ font-size: 130%; color: #1c2b5e; }
.holiday_f{ font-size: 80%; color: #19471c; }
.holiday_padding { padding-top:50px; }
.centered_div { text-align: center; }
.holiday_title_e { font-size: 150%; }
.holiday_title_f { font-size: 120%; }
.amhrc{ color: #1c2b5e; }
.engl{ color: #898c89; }
.upcoming_date_e { font-size: 400%;  }
.upcoming_date_f { font-size: 300%;  }
.upcoming_name_e { font-size: 180%; padding-top: 20px; }
.upcoming_name_f { font-size: 120%; padding-top: 20px; }
.top_separator{ width :50%; margin-top:50px; margin-bottom:50px;}
.bottom_separator{ width :50%; margin-top:50px; margin-bottom:20px;}


.time_day_big { font-size: 400%; color: #364536;}
.time_day_sml { font-size: 300%; color: #1c2b5e;}
.time_hour_big { font-size: 400%; color: #364536;}
.time_hour_sml { font-size: 300%; color: #1c2b5e;}
.time_hour_vsml { font-size: 150%; color: #1c2b5e;}
.time_hour_sml_ampm { font-size: 250%; color: #30CB9A;}
.time_hour_vsml_ampm { font-size: 120%; color: #30CB9A;}
