<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cards {
    overflow: hidden;
    padding: 25px 20px 10px 10px;
}

    .cards .card {
        display: block;
        float: left;
        margin-left: 12px;
        margin-bottom: 12px;
        width: 198px;
        height: 212px;
        padding: 10px;
        border: #B7B5B6 1px solid;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 8px #B7B5B6;
        box-shadow: 0px 0px 8px #B7B5B6;
        color: rgb(86, 86, 86);
        font-family: Arial, sans-serif;
        font-size: 16px;
    }

    /* .cards .card:last-child {
        margin-right: 0px;
    }*/

    .cards .card:hover {
        border: #969495 1px solid;
        -webkit-box-shadow: 0px 0px 12px #969495;
        box-shadow: 0px 0px 12px #969495;
    }


    .cards .card img {
        margin-bottom: 10px;
        width: 199px;
        height: 138px;
    }

        
    .cards .card a.more {
        padding: 0px 10px 0px 0px;
        background-image: url("../images/arrow.gif");
        background-position: center right;
        background-repeat: no-repeat;
    }

    .cards .card a {
        color: #606060;
        text-decoration: none;
    }

    .cards .card a:hover {
        color: #000;
    }

    .cards .card .cardText .highlight {
        color: #990000;
        text-transform: uppercase;
        font-weight: bold;
    }

		.cards .three-quarter:nth-child(1) {
			width: 662px;
		}

		.cards .three-quarter {
			margin-top: 20px;
			margin-bottom: 40px;
		}
</pre></body></html>