
#terms_introduction p:first-child{
  text-indent:1em;
  text-align:justify;
  text-justify:distribute;
  margin-bottom:10px;
}
#terms_introduction p:last-child{
  font-size:0.8em;
  text-align:right;
}

#terms_index h2{
  font-size:16px;
  font-weight:bold;
  margin:10px 0 0 10px;
}
#terms_index ul{
  list-style-type:none;
  padding:10px;
  font-size:13px;
  column-count:2;
}
#terms_index ul:not(:last-child){
  border-bottom:1px solid #666;
}
