#content {
    width: 960px;
    margin: 150px auto;
    font-family: 'Roboto',arial, sans-serif;
    font-size: 15px;
}

body { background-color:#fafafa;}
table {
    border-collapse: collapse;
    width: 100%;
}

table th {
    background-color: antiquewhite;
}

table th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #9c9c9c;
}