#badge-1 img, #badge-2 img, #badge-3 img, #badge-4 img
{
    border-radius: 6px;
    /*border: none;*/
}

.configured-model {
    max-width: 350px;
}

#pdf-display-unit-container .configured-model {
    width: 250px !important;
    max-width: 250px !important;
}


/** REQUIRED FOR PDF CROWD TO RENDER CORRECTLY **/
#pdf-display-unit-container .configured-model img {
    width: 100% !important;
}

.model-config-popup .popup-conf {
    display: block;
    text-align: center;
    width: 100%;
}

.model-config-popup .popup-conf-btn {
    margin-top: 20px;
    display: inline;
    text-align: center;
    padding: 10px;
}