section {
  clear:both;
  background-color:#ffffff;
  border:#dedede 1px solid;
  padding:50px 90px;
  overflow:auto;
  margin-top:60px;
}

section > div > span {
  display: block;
  margin:6px 20px;
}

.title {
  color:#ff6600;
  margin-bottom:40px;
  font-weight:100;
}

.clear {
  min-height:125px;
  clear:both;
}

.dark {background-color: #222222;}

.linklist {list-style-type: none; padding-left:0; text-indent: none;}
.linklist li {
  padding:6px 0;
  border-bottom:rgba(66, 66, 66, 0.3) 1px solid;
}