#htmlcontent_home ul { margin:0 -5px; }
#htmlcontent_home ul li {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  float:left;
  width:33.3333%;
  padding:0 5px 10px;
}
#htmlcontent_home ul li.htmlcontent-item-5 { width:66.6667%; }
#htmlcontent_top {
  float:right;
  width:30.3%;
  margin:10px 0 20px;
}
#htmlcontent_top ul li {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 0 10px;
}
#htmlcontent_top ul li:last-child { margin:0; }
