table.offers {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
table.offers td.plus_minus {
    width:30px;
    vertical-align:top;
    padding-top:7px;
}
table.offers td.offer_infos {
    width:auto;
    vertical-align:top;
    border-bottom: 3px solid rgb(198, 198, 200);
}

table.offer {
    border: none;
    border-spacing: 0px;
    width: 100%;
}
table.offer p {
    margin:0px;
}
table.offer td {
    border-top: 1px solid rgb(198, 198, 200);
    width:80%;
    padding: 8px;
}
table.offer th {
    border-top: 1px solid rgb(198, 198, 200);
    width:20%;
    text-align:left;
    padding: 8px;
}
table.offer th .date {
    font-weight: normal;
}
table.offer th.title {
    width:80%;
}
table.offer th.title div.title {
    float:left;
    width:auto;
}
table.offer th.title div.location {
    float:right;
    width:auto;
    font-weight:normal;
}
table.offer tr.first td {
    border-top: none;
}
table.offer tr.first th {
    border-top: none;
}

