table#advert-prices {
    border: 2px solid #e1a400; 
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

table#advert-prices th {
    padding: 10px;
    background-color: #ffe59e;
    border: 1px solid #e1a400;
}

table#advert-prices td {
    border: 1px solid #e1a400;
    padding: 10px;
    text-align: center;
}

table#advert-prices td.form {
    font-weight: bold;
}
