<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-layout-content {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; 
  
}

.vendorcontainer.dk-card {
    border-radius: 6px;
}

#main-layout-content:before {
      content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: calc(100vw - -8px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; 
}

.sorting-section.sortBy .button {
    margin: 0 3px;
}

.sorting-section.sortBy {
    display: inline-block;
/*    width: 25%;*/
}

.sorting-section.sortBy span {
    margin-right: 40px;
    font-weight: bold;
}

.rtl .sorting-section.sortBy span {
    margin-right: 0px;
    margin-left: 40px;
    font-weight: bold;
}

.dateFilter-section {
    display: inline-block;
}

.sortBy a div {
    padding:2px 5px;
    background-color: gray;
    float:left;
}

.rtl .sortBy a div {
    float: right;
}

.sorting-section.sortBy span &gt; div {
   display: inline-block;
/*   vertical-align: bottom;*/
/*   vertical-align: -webkit-baseline-middle;*/
}

.sorting-section.sortBy span &gt; div input {
   margin-bottom: -4px;
   margin-left: 20px;
}

.rtl .sorting-section.sortBy span &gt; div input {
   margin-bottom: -4px;
   margin-left: 0px;
   margin-right: 20px;
}

.sorting-section.sortBy span &gt; div label {
   top: 0px;
}

.addition-date {
    font-weight: bold;
    margin-right: 10px;
}

.rtl .addition-date {
    font-weight: bold;
    margin-right: 0px;
    margin-left: 10px;
}

.new-suppliers__download a {
    text-decoration: none;
    color: var(--link-blue);
}

.icon-download:before {
    font-size: 14px;
    margin-right: 3px;
}

.rtl .icon-download:before {
    font-size: 14px;
    margin-right: 0px;
    margin-left: 3px;
}

.new-suppliers__download {
    position: absolute;
    top: -31px;
    right: 48px;
}

.rtl .new-suppliers__download {
    position: absolute;
    top: -31px;
    left: 48px;
    right: inherit;
}

.subheader {
    height: 20px;
}

.breadcrumbs {
    font-weight: bold;
    font-size: 12px;
    padding: 0px 20px 15px 20px;
}

.breadcrumbs a {
    /*! text-decoration: none; */
    /*! margin-right: 10px; */
}

.breadcrumbs a:after {
    /*! content: "\f105"; */
    /*! font-size: 20px; */
    /*! margin-left: 11px; */
    /*! top: 4px; */
    /*! position: relative; */
}

.toText {
    margin: 0 8px;
}

ul.smcItemList {
    list-style-type: none;
}

ul.smcItemList li {
    width: 48%;
    float: left;
    padding: 2px 2px;
}

.rtl ul.smcItemList li {
    float: right;
}

.smcTitleImage {    
    border-bottom-style: none;
}

.newSupplierImage {
    float: left;
}

.rtl .newSupplierImage {
    float: right;
}

.smcTitleLink {
    font-weight: bold;
    font-size: larger;
}

.vendorcontainer {
	width: 100%;
	padding: 5px;
	display: table;
	margin-top: 30px;
}

.new-supplier-info {
	float: left;
	padding: 15px;
	width: 45%;
	display: table-row;
}

.rtl .new-supplier-info {
    float: right;
}

.new-supplier-info:nth-child(odd) {
    clear: both;   
}

/*.rtl .new-supplier-info:nth-child(odd) {
    clear: none;
}

.rtl .new-supplier-info:nth-child(even) {
    clear: both;
}*/

.supplier-image-area {
	width: 35%;
	padding-right: 5%;
	display: table-cell;
	vertical-align: middle;
}

.rtl .supplier-image-area {
    padding-right:0px;
    padding-left: 5%;
}

.supplier-image-area img {
    width: 100%;
    height: auto;
    max-width: 155px;
}

.supplier-info-area {
	width: 65%;
	display: table-cell;
}

#new-suppliers-container a {
    text-decoration: none;
    color: var(--link-blue);
}

#new-suppliers-container a:hover {
    text-decoration: underline;
}

.dkdk #new-suppliers-container .supplier-image-area img {
  background-color: var(--white);
  padding: 3px;
}

@media screen and (max-width:1100px) {
    
    .sorting-section.sortBy {
        display: inline-block;
        width: 100%;
}
    
    .dateFilter-section {
        display: block;
        padding-top: 30px;
        width: 100%;
}
    
    .supplier-image-area {
	   min-width: 200px;
}
    
}

@media screen and (max-width:768px) {
    
    .new-supplier-info {
	float: left;
	padding: 15px;
	width: 95%;
	display: table-row;
}

.rtl     .new-supplier-info {
	float: right;
	padding: 15px;
	width: 95%;
	display: table-row;
}
    
}

@media screen and (max-width:500px) {
    
        .fromDate {
        display: block;
    }
    
    .ToDate {
        display: block;
    }
    
    .toText {
        display: block;
    }
}

@media screen and (max-width:450px) {
    
    .date-filter {
        display: block;
        white-space: nowrap;
    }
    
.supplier-image-area {
	width: 45%;
	padding-right: 5%;
    min-width: initial;
}
    
    .rtl .supplier-image-area {
	width: 45%;
	padding-right: 0%;
	padding-left: 5%;
    min-width: initial;
}
    
    .supplier-info-area {
	width: 55%;
}
    
    .new-suppliers__download {
    position: absolute;
    top: 15px;
    right: 48px;
}
    
    .rtl .new-suppliers__download {
    position: absolute;
    top: 15px;
    /*! right: 0px; */
    left: 48px;
}
    
}</pre></body></html>