/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}

* html .pkg {
  display: inline-block;
}

/* no ie mac \*/
* html .pkg {
  height: 1%;
}

.pkg {
  display: block;
}
