#content .middle#pricelist{
    text-align: left;
    display: block;
}
#pricelist h1{
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 300;
}
#pricelist table thead th{
    border-right: solid 1px white;
}
#pricelist table:not(.clear) tbody td{
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 12px;
}
#pricelist table:not(.clear) tbody td:first-child{
    border-left: solid 1px rgb(240, 240, 240);
}
#pricelist table:not(.clear) tbody td:last-child{
    border-right: solid 1px rgb(240, 240, 240);
}
#pricelist table:not(.clear) tbody tr:last-child td{
    border-bottom: solid 1px rgb(240, 240, 240);
}
#pricelist table:not(.clear) tbody tr:nth-child(2n) td{
    background: #F0F0F0;
}