<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.np_collection .np_outline {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.np_overlay {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(128, 128, 128, 0.1);
    position: absolute;
    z-index: 1030;
    top: 0;
    left: 0;
}

.np_eurobande {
    background-position: -10px;
}

.np_department {
    background-position: -300px;
}

.np_plate,
.np_plate * {
    box-sizing: content-box;
}

/*===============*/
/*== 520 x 110 ==*/
/*===============*/

#np_preview {
    padding-top: 15px;
}

/*
#np_preview * {
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}
*/
.np_round {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.np_round_bottom_left {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.np_round_bottom_right {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.np_round_top_left {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

.np_round_top_right {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

.np_shadow {
    -webkit-box-shadow: 2px 2px 12px #ccc;
    -moz-box-shadow: 2px 2px 12px #ccc;
    box-shadow: 2px 2px 12px #ccc;
}


.np_container {
    margin-bottom: 15px;
}

.np_plate {
    width: 524px;
    height: 127px;
}

.np_background_img img {
    width: 532px;
    height: 135px;
}

.np_plate {
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #FFF;
    position: relative;
    padding: 4px;
}

.np_outline {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    border: 5px solid #ccc;
    z-index: 10;
}

.np_liseret_1 {
    position: relative;
    padding: 2px;
    height: 115px;
    width: 514px;
    border: 3px solid green;
    z-index: 10;
}

.np_liseret_2 {
    position: relative;
    height: 106px;
    width: 506px;
    top: 2px;
    left: 1px;
    border: 3px solid red;
    z-index: 10;
}

.np_eurobande {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 45px;
    height: 106px;
    background-color: #1e74bb;
    text-align: center;
    z-index: 10;
}

.np_eurobande_logo {
    position: relative;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    width: 42px;
}

.np_eurobande_f {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 42px;
}

.np_plate_number {
    position: absolute;
    width: 524px;
    height: 127px;
    line-height: 127px;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 70px;
    /* font-family: "Arial"; */
    font-weight: bold;
    z-index: 1000;
    /*text-shadow: 2px 2px 2px #CCCCCC;*/
    /*text-transform: uppercase;*/
}

.np_line_1 {
    display: inline-block;
}

.np_line_2 {
    display: inline-block;
}

/*
#np_preview .np_plate_number,
#np_preview .np_plate_number *{
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
*/
.np_department {
    position: absolute;
    top: 14px;
    right: 13px;
    width: 45px;
    height: 106px;
    background-color: #1e74bb;
    z-index: 10;
}

.np_department_logo {
    position: relative;
    padding-top: 10px;
    display: block;
    margin: 0 auto;
    width: 42px;
}

.np_department_number {
    position: relative;
    display: block;
    padding-top: 10px;
    margin: 0 auto;
    width: 42px;
}

.np_small_container {
    font-size: 13px;
    position: relative;
    text-align: center;
    bottom: 17px;
    z-index: 20;
}

.np_small_content {
    background: #fff;
    padding: 0px 5px;
}

.np_left_logo {
    height: 18px;
}

.np_small_text {
    text-align: center;
    padding: 0px 5px;
}

.np_right_logo {
    height: 18px;
}

.np_left_logo,
.np_right_logo {
    max-width: 85%;
}

.np_no_siv {
    display: none;
}

.np_no_liseret {}

.np_no_liseret .np_eurobande {
    left: 0px;
    top: 0px;
    height: 136px;
    width: 55px;
}

.np_no_liseret .np_eurobande_logo {
    padding-top: 20px;
    width: 46px;
}

.np_no_liseret .np_eurobande_f {
    width: 46px;
}

.np_no_liseret .np_department {
    right: 0px;
    top: 0px;
    height: 136px;
    width: 55px;
}

.np_no_liseret .np_department_number {
    width: 46px;
}

.np_no_liseret .np_department_logo {
    padding-top: 20px;
    width: 46px;
}

.np_no_liseret .np_liseret_1 {
    visibility: hidden;
}

/*
.np_background{
    padding: 0px;
}
*/
/* .np_plate_number span {
    -ms-transform: scale(1, 1.2);
    -webkit-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    display: inline-block;
} */</pre></body></html>