/*section.nt-list {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    margin: 0;
    color: #0a0a0a;
    -moz-osx-font-smoothing: grayscale;
    background: 0 0;
}
.nt-grid-container {

    
}


.nt-grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
section.nt-list a{

}*/

.nt-list [type="file"], .nt-list [type="checkbox"], .nt-list [type="radio"] {
    margin: 0 0 -1px;
}

.nt-tarjouskauppa-badge {
    border: 0px solid #fee;
    background: #3ea220f0;
    color: #e2fbe9;
    border-radius: 99px;
    padding: 4px 12px;
    text-shadow: none;
    font-size: 14px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
}

.nt-tarjouskauppa-starting-price,
.nt-tarjouskauppa-highest-offer {
    font-size: 77%;
}

.nt-tarjouskauppa-starting-price > span,
.nt-tarjouskauppa-highest-offer > span {
    font-size: 123%;
}

.nt-width-auto {
    width: auto !important;
}

/**
 * .nt-listing-table
 */

.nt-listing-table {
    border: 0;
}

.nt-listing-table thead tr {
    border: 0;
}

.nt-listing-table thead th {
    border: 0;
    padding: 10px;
    font-size: 15px;
}

.nt-listing-table tbody tr {
    cursor: pointer;
    border: 1px solid #ddd;
}

.nt-listing-table tbody td {
    border: 0;
    padding: 10px;
    font-size: 15px;
}

.nt-feature-info p {
    color: #fff;
}
