#analog_clock_chicago, #analog_clock_new_york, #analog_clock_copenhagen
{
  position: relative;
  width: 200px;
}
#analog_clock_chicago #clock_face_chicago, #analog_clock_new_york #clock_face_new_york, #analog_clock_copenhagen #clock_face_copenhagen
{
  position: relative;
  height: 200px;
  width: 200px;
}
#hour_hand_chicago, #hour_hand_new_york, #hour_hand_copenhagen
{
  position: absolute;
}
#minute_hand_chicago, #minute_hand_new_york, #minute_hand_copenhagen
{
  position: absolute;
}
#second_hand_chicago, #second_hand_new_york, #second_hand_copenhagen
{
  position: absolute;
}

table.clock_table
{
  border-collapse: collapse;
}
table.clock_table td
{
  text-align: center;
  border: solid 0px #003366;
  background-color: #ffffff;
  padding: 15px;
}
table.clock_table td.clock_header
{
  font: bold 20px Arial;
  color: #ffffff;
  border-width: 0px;
  padding: 0px;
  background-color: #ffffff;
}
table.clock_table td.clock_header div.header
{
  border: solid 1px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  background-color: #003366;
}
table.clock_table td.clock_footer
{
  font: bold 20px Arial;
  color: #003366;
}
span.clock
{
  font: bold 14px Arial;
  color: #003366;
}

