table.history {
width: 100%;
margin: 0 auto;
padding: 0;
border-top: 1px solid #b3a777;
border-left: 1px solid #b3a777;
border-collapse: collapse;
}

table.history th, table.history td {
width: 25%;
padding: 5px 7px;
border-right: 1px solid #fbf6de;
border-bottom: 1px solid #b3a777;
}

table.history th {
background: #b3a777;
color: #fff;
text-transform: uppercase;
font-size: 90%;
text-align: center;
padding: 2px 5px;
}

table.history th.last {
border-right: 1px solid #b3a777;
}

table.history td {
border-right: 1px solid #b3a777;
border-bottom: 1px solid #b3a777;
background: #fbfae6;
}

table.history td {
font: 90%/1.3em Arial, Helvetica, sans-serif;
}

