.offers {
    margin: 0;
    padding: 0;
    width: 480px;
    border-left: 2px solid #2D2D2D;
    border-top: 2px solid #2D2D2D;
    text-align: center;
    position: relative;
}

.offers thead th, .offers tfoot th {
    border-bottom: 2px solid #2D2D2D;
    position: relative;
}

.offers tfoot th {
    border-top: 2px solid #2D2D2D;
    position: relative;
    font-size: 15px;
    padding: 5px 0;
}

.offers thead th {
    position: relative;
    font-size: 18px;
    padding: 5px 0;
}

.offers td, .offers th {
    border-right: 2px solid #2D2D2D;
    width: 160px;
    vertical-align: top;
    position: relative;
}

.offers td {
    padding: 7px 0;
    position: relative;
}

.priceByMonth {
    font-size: 25px;
    position: relative;
}

.totalPrice {
    font-size: 20px;
    position: relative;
}

.originalPrice {
    font-size: 15px;
    text-decoration: line-through;
    position: relative;
}

.description {
    border-top: 1px dashed #2D2D2D;
    border-bottom: 1px dashed #2D2D2D;
}
