.nl-vod-search-form {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nl-vod-search-form p {
    margin: 0 0 8px 0;
    padding: 0;
}

.nl-vod-search-result-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nl-vod-search-result-entry {
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 12px;
    border: 1px solid gray;
}

.nl-vod-search-result-image {
    margin: 0 0 6px 0;
    padding: 0;
    height: 280px;
    overflow: hidden;
    text-align: center;
}

.nl-vod-search-result-image img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .nl-vod-search-result-image {
        height: 162px;
    }
}

.nl-vod-search-result-image img:hover {
    opacity: 0.8;
}

.nl-vod-search-result-title {
    margin: 0 0 6px 0;
    padding: 0;
}

.nl-vod-search-result-services {
    margin: 0 0 6px 0;
    padding: 0;
}

.nl-vod-search-result-services span {
    display: inline-block;
    background-color: rgb(215, 228, 255);
    margin: 1px 2px 1px 0;
    padding: 1px 4px;
    font-size: 0.76rem;
    border-radius: 3px;
}

.nl-vod-search-result-buttons {
    margin: 0;
    padding: 0;
}

.nl-vod-search-result-button-primary {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 300ms ease-out;
    color: #fff;
    background-color: #2c68c1;
    border-color: #2c68c1;
}

.nl-vod-search-result-button-info {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 300ms ease-out;
    color: #fff;
    background-color: #119400;
    border-color: #0d6e00;
}

.nl-vod-search h3 small {
    margin: 0 0 0 6px;
    font-size: 0.8rem;
    color: rgb(136, 136, 136);
}

.nl-vod-search-table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
}

.nl-vod-search-table th {
    padding: 8px 0;
    text-align: center;
}

.nl-vod-search-table th p {
    line-height: 1.0;
    margin: 0;
}

.nl-vod-search-table td {
    text-align: center;
}

.nl-vod-search-table td.background-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
    text-shadow: -1px -1px 1px #ffffff;
}

.nl-vod-search-table .logo-img {
    width: 90%;
    margin: 0;
}

.nl-vod-search-table .logo-img:hover {
    opacity: 0.7;
}

.nl-vod-search-table .logo-name {
    font-size: 0.8rem;
}

.nl-vod-search-table .status-img {
    width: 40%;
    margin: 10px 0 0px 0;
}

.nl-vod-search-table-btn {
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 170%;
    font-weight: bold;
    padding: 6px 5px;
    margin: 0 5%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: none;
    transition: none;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #CB0808;
    background: #ff4949;
    background: -moz-linear-gradient(top, #ff4949 0%, #ea0b0b 50%, #ff1919 50%, #f2181b 51%, #c91414 52%, #ce0000 100%, #f47018 100%);
    background: -webkit-linear-gradient(top, #ff4949 0%, #ea0b0b 50%, #ff1919 50%, #f2181b 51%, #c91414 52%, #ce0000 100%, #f47018 100%);
    background: linear-gradient(to bottom, #ff4949 0%, #ea0b0b 50%, #ff1919 50%, #f2181b 51%, #c91414 52%, #ce0000 100%, #f47018 100%);
}

.nl-vod-search-table-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#920000), color-stop(0.5, #920000), color-stop(0.5, #920000), to(#920000));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920000', endColorstr='#920000', GradientType=0);
}

.nl-vod-search-table-quantity {
    font-size: 1.3rem;
}

.nl-vod-search-table-price {
    font-size: 1.3rem;
}

.nl-vod-search-table-min-price {
    font-size: 1.3rem;
}