table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    text-align: left;
}

th, td {
    padding-left: 5px;
    padding-right: 5px;
}

tr#color {
    background-color: #F3F5FC;
}

td#amount {
    vertical-align: top;
    text-align: center;
}

div#color {
    background-color: #F3F5FC;
}

#id {
    text-align: center;
}

a, a:focus, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li#ERROR {
    font-weight: bold;
    color: red;
}
