#thumb_preview {
    border-top: 3px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

#thumb_preview a {
    width: 16.66%;
    display: block;
    text-align: center;
    margin-top: 5px;
    float: left;
}

#thumb_preview a img {
    width: 120px !important;
    height: 40px !important;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    border: 1px solid #ddd;
}

.bd-entry .bd-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    cursor: pointer;
}

.bd-entry .bd-image:hover {
    opacity: 0.8;
}

#thumb_preview a img:hover {
    opacity: 0.6;
}

.ddb-arrow {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #31708f;
    font-size: 20px;
}

.ddb-sum {
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #31708f;
    background-color: #d9edf7;
    border: solid 1px #bce8f1;
    padding: 5px;
    max-width: 150px;
}

.ddb-user-notice {
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.ddb-offers .ddb-deal-button {
    max-width: 150px;
}

/*
 * RESPONSIVE
 */
@media (max-width: 991px) {
    #thumb_preview a {
        width: 24%;
    }
}

@media (max-width: 780px) {
    #thumb_preview a {
        width: 32%;
    }
}

@media (max-width: 549px) {
    #thumb_preview a {
        width: 49%;
    }
}

#ddb-quickregistry-email{
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 3px;
    width: 100%;
    max-width: 250px;
}

#ddb-quickregistry {
    margin: 10px 0 30px 0;
    color: #ffffff;
    background-color: #f4721c;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#ddb-quickregistry-hint {
    display: block;
}

#ddb-quickregistry-hint span {
    color: #ff0000;
}

#ddb-quickregistry-hint a {
    text-decoration: underline;
}

#userposts-container #userposts .tabs span {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

.modal-header .h4{
    color: #244676;
    font-size: 18px;
}

.modal-header .h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 22px;
    color: #ff0000;
}