div.link-box
{
  margin: 2em 0;
  
  /*border: 1px solid #6FAEDB;*/
}

div.link-box h4
{
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
}

div.link-box dl
{
  margin: 0.5em;
  display: block;
  width: auto;
  overflow: auto;
}

div.link-box dl dt
{
  clear: left;
  float: left;
  
  width: 5em;
  margin: 0;
  padding: 0;
  
  color: #666;
}

div.link-box dl dd
{
  float: left;
  
  margin: 0;
  padding: 0;
}

div.link-box dl dd:last-child {
  margin-bottom: 0.5em; /* the margin-bottom on the dl doesn't work because of the floats, se we add the margin here */
}
