.table{
    width: 100%;
    margin-bottom: 18px;
}
.table tr {
    border-top: 1px solid #ddd;
	
}

.table td, .table th{
    padding: 8px;
    line-height: 18px;
    vertical-align: top;
    border: none;
}
.table  th {
	width: 40%;
	text-align: right;
}

.table  td {
	width: 60%;
	text-align: left;
}

