table.th
{
    background-color:#ffffff;
}

.datagrid table {
    border-collapse: collapse;
    border-style:none;
    text-align: left;
    width: 100%;
    margin-bottom:0;
    padding-bottom:0;
}
.datagrid {
    background: #fff;
    overflow: hidden;
}
.datagrid table td, .datagrid table th {
    padding: 4px 10px;
}

.datagrid table tbody td {
    color: #404040;
    font-weight: normal;
    border-bottom:1px dashed #707070;
    border-top:1px dashed #707070;
    border-right:none;
    border-left:none;
}

.datagrid table tbody td:first-child {
    border-left: none;
    background-color:#ffffff;
    font-weight:bold;
    text-align:right;
    width:1%;

}

.datagrid table tbody tr:last-child td {
    border-bottom:1px dashed #707070;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

.datagrid ul{
    padding-top:4px;
    margin-bottom:0;
}

.datagrid li{
    line-height:1em;
    text-align:left;
}

