table {
    border: 0;
}

table th {
    color: black;
    margin: 3px;
    background: #e9e8e8;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

table tr {
    background: #F5F5F5;
}

table td {
    margin: 2px;
    padding: 1px 4px 1px 0;
    text-align: left;
    border-bottom: #DDDDDD solid 1px;
}

table td.center {
    text-align: center;
}


table#buy td {
    background: white;
    padding:5px 5px 5px 15px;
    text-align:left;
    vertical-align:middle;
}

