html { 
    font-size:100%; 
}
body {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial,Helvetica,"Helvetica Neue",Tahoma,sans-serif;
    font-size:0.85rem;
    color: #1e313b;
}
.main-container
{
    text-align: center;
}
.list-container
{
    width: 100%;
    display: flex;
    justify-content: center;
}
.Table
{
    width: 100%;
}
.Row
{
    /*display: table-row;*/
    display: flex;
    width: auto;
    clear: both;
    background-color: #eee;
    position:relative;
}
.CellImg
{
    float: left; /* fix for  buggy browsers */
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Cell
{
    float: left; /* fix for  buggy browsers */
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.source-logo
{
    text-align: center;
}
.thumbnail {
    width: 140px;
    height: 105px;
    object-fit: cover;
    white-space: nowrap;
}
.row-line {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    display: block;
    height: 1px;
    content: " ";
    border-top: 1px solid #f0f0f0;
}
.Row:nth-of-type(odd) {
    background-color:#fafafa;
}
    
.Row:nth-of-type(even) {
    background-color:#fff;
}
.model {
    font-weight: bold;
    font-size: 13px;
    color: #444;
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.info {
    font-size: 13px;
    color: #aaa;
    display: flex;
    white-space: nowrap;
}
.price {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.percentage {
    color: #ccc; 
    font-weight: normal;
    font-size: 13px;
}
.link-spanner {
    position:absolute; 
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.descr {
    width: 100%;
}
.datediff {
    color: #bbb;
    font-size: 10px;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.layer {
    font-size:1rem;
    width: 300px;
    position: fixed;
    line-height: 40px;
    top: 50%; 
    left: 50%;
    margin-top: -180px;
    margin-left: -150px;
    background-color: #f0f0f0;
    border: 2px solid gray;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    z-index: 11; /* 1px higher than the overlay layer */
    display: none;
}
.layer-input {
    font-size:1.6rem;
}
.layer-textarea {
    font-size: 1.3rem;
    padding: 10px;
}


/* Default is mobile view! Following are adjustments for PC */
@media (min-width:800px) { 
    body {
        font-size:0.85rem;
    }
    .Table
    {
        width: 500px;
    }

    .thumbnail {
        width: 180px;
        height: 135px;
    }
    .model {
        font-size: 15px;
    }
} 

a.ad-button{
    position:relative; 
    display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:#4eb5f1;
    text-align:center;
    transition: all 0.2s;
    z-index: 2;
}
a.ad-button:hover{
    background-color:#4095c6;
}
@media all and (max-width:30em){
    a.ad-button{
        display:block;
        margin:0.2em auto;
    }
} 

.form-submit-button {
    background: #047ae9;
    color: #fff;
    border: 2px solid #eee;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #eee;
    text-shadow:none;
    padding: 10px;

}

.form-submit-button:hover {
    background: #033f78;
    color: #fff;
    border: 2px solid #eee;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #eee;
    text-shadow:none;
}
