table.pricelist {
    width: 100%;
    border-collapse: collapse;
    text-align:center;
}

table.pricelist td, table.pricelist th {
    border: 1px solid #d3d3d363;
    padding: 4px 10px;
}

table.pricelist .firstprice{
    text-decoration: line-through;
}

.email-message {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    padding: 20px;
    background: white;
    border-radius: 10px 10px 10px 0px;
    margin: 0px 10px;
    box-shadow: 0px 0px 10px;
}

.email-message .error * {
    color: darkred!important;
}

.email-message .success * {
    color: darkolivegreen!important;
}

.required{
    border: 2px solid red;
}

a.viber {
    background-image: url(/images/viber.jpg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
}

a.whatsup {
    background-image: url(/images/whatsup.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
}

a.tripadvisor {
    background-image: url(/images/tripadvisor.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100%!important;
}