.discounts {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 2px dotted #bd362f;
    padding: 10px;
    margin: 10px 0 0px;
    color: #666666;
    background-color: rgba(189, 54, 47, 0.2);
}

.discounts .title {
    font-size: 18px;
    color: #bd362f;
    font-weight: bold;
    padding-bottom: 5px;
}

.discounts table.actual-price {
    width: 100%;
}

.discounts table.actual-price td.text-left {
    text-align: left;
}

.discounts table.actual-price td.text-right {
    text-align: right;
}

.discounts table.actual-price td.text-center {
    text-align: center;
}

.discounts table.actual-price td {
    text-align: right;
    padding: 5px 0;
}
.discounts table.actual-price thead td {
    font-weight: bold;
    border-bottom: 1px solid #bd362f;
    padding: 0;
    font-size: 10px;
    text-align: center;
}
.discounts table.actual-price tbody td {
    font-size: 16px;
}
.discounts table.actual-price .active td {
    font-weight: bold;
    border-bottom: 1px solid #bd362f;
}
.discounts table.actual-price .hidden td {
    display: none;
}
.discounts table.actual-price .line-through td {
    text-decoration: line-through;
}

.discounts table.actual-price.small {

}

.discounts table.actual-price.small td {
    font-size: 14px;
}