@font-face {
    src:url('/assets/fonts/Roboto-Regular.ttf');
    font-family: 'Roboto';
}
@font-face {
    src:url('/assets/fonts/Roboto-Medium.ttf');
    font-family: 'Roboto';
    font-weight: bold;
}
.special-offer{
    font-family: 'Roboto', sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.special-offer .rate{
    color: #FD0404;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    font-style: normal;
    right: 5px;
}
.special-offer .rate-cell{
    position: relative;
    vertical-align: bottom;
    height: 26px;
    line-height: 26px;
}
.special-offer .rate-cell .unit{
    vertical-align: sub;
}