﻿.data{
}

dl.data{
    border-bottom:1px dotted #ccc;
    margin:10px 0 10px 10px;
    font-size:13px;
}
dl.data dt{
	padding:12px 0;
    border-top:1px dotted #ccc;
    line-height:1.4;
    clear:left;
    font-weight:bold;
    width:140px;
    float:left;
}
dl.data dd{
    padding:12px 10px;
    border-top:1px dotted #ccc;
    line-height:1.4;
    margin-left:140px;
}
dl.data dd {
    width:550px;
}
dl.data dt:first-of-type,
dl.data dd:first-of-type{
    border-top:0;
}
li {
	list-style:none;
}