#voucher-widget {
    position: absolute;
    background: #621019;

    /*height: 58px;*/
    width: 141px;

    top: 100px;
    right: 242px;

    color: #ffffff;

    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

@media (max-width: 1050px) {
    #voucher-widget {
        top: 79px;
    }
}

#voucher-widget .row-fluid {
    width: 90%;
    padding: 0;
    margin: 2px 5% 0 5%;
}

#voucher-widget .headline {
    padding-top: 8px;
    font-family: 'Roboto Flex';
}