﻿.adListing { padding: 0px 10px; }
@@media (max-width: 480px) { .adListing { padding: 0px 0px; } }

.adListing a {
    color: black;
    text-decoration: none;
}

.thumbnail {
    padding: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 3px #bdc4c6;
    box-shadow: 0px 0px 3px #bdc4c6;
    min-height: 360px;
}
@@media (min-width: 1200px) { .thumbnail { font-size: 10.5pt; }}

.adListing .thumbnail:hover {
    background-color: whitesmoke;
}

.thumbnail hr {
    margin-top: 4px; margin-bottom: 10px;
}


.adListing .list-group-item-heading {
    text-align: center;
    padding: 10px;
    height: 40px;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #87bdd8;
}

.adListing .list-group-item-text {
    min-height: 212px;
    padding: 10px;
    line-height: 2;
}

.adListing .list-group-item-text img {
    max-width: 108%;
}
@@media (max-width: 480px) { .adListing .list-group-item-text img { max-width: 100%; }}

.btn-yellow {
    display: inline-block;
    padding: 6px 12px;
    margin: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #87bdd8;
}
.btn-yellow:hover {
    background-color: #95c7e8;
}