#div_totd {
  font-size: 11px;
  margin-top: 5px;
  position: relative;
}

#div_totd_link {
  text-align: center;
}

#div_totd_container {
  line-height: 16px;
  display: none;
  padding: 10px;
  position: relative;
  z-index: 2;
}

#div_totd_bottom {
  padding: 5px 10px;
  display: none;
}

#div_totd_more {
  float: left;
}

#div_totd_hide {
  float: right;
}

#div_totd_header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

#div_totd_overlay {
  position: absolute;
  z-index: 1;
}

.cb {
  clear: both;
  visible: invisible;
  height: 0;
}

.totd_list_item {
  margin-bottom: 20px;
}

.totd_list_item #div_totd_header {
  font-size: 1em;
}