ul ul {
  margin: 0 0 0.5em 0;
}

.subscribe-post-bottom {
  background-color: #ffc;
  margin: 1em 1em 2em 1em;
  padding: 1em;
  border: 2px solid #eeb;
  box-shadow: 5px 5px 5px #ccc;
}

.subscribe-post-bottom .content {
  float: left;
  display: inline;
}

.subscribe-post-bottom .close-box a:link,
.subscribe-post-bottom .close-box a:visited {
  color: #dda !important;
}

.subscribe-post-bottom .close-box a:hover {
  color: #cc9 !important;
}

.subscribe-post-bottom .close-box {
  float: right;
  display: inline;
}


.warning-box {
  background-color: #ffe4c4;
  margin: 1em 1em 2em 1em;
  padding: 1em;
  border: 2px solid #dda;
  box-shadow: 5px 5px 5px #ccc;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

th, td {
  padding: 0.25em 0.5em;
}
