/************ 
global styles 
************/
* {
    font-size: 15px;
    color: #333;
}

h1 {
    color: #2182BF;
    font-size: 24px;
}

h2 {
    color: #2182BF;
    font-size: 20px; 
}

h3 {
    font-size: 18px;
}

a {
    color: #2182BF;
}

.sbz-body {
    min-height: 95vh;
}

.sbz-footer {
    height: 3vh;
    text-align: center;
}

/* erin tests */
body {
    background-image: -webkit-linear-gradient(280deg, #fff 50%, #F4F4F4 50%);
}

.row.content {
    background-color: #fff;
}

.btn-primary {
    background-color: #1D6AB4;
    border-color: #1D6AB4;
}

/**************** 
Classifieds page
****************/
.classifieds-header {
    text-align: center;
    margin-top: 0.5rem;
}

/* change zip code form */
.change-zip-code {
    /* resetting this wierd style that chrome appears to add automatically */
    margin-block-end: 0;

    padding-top: 6px;
}

.change-zip-code Input {
    font-size: 12px;
}

.webmaster-message-header {
    color: #70757a;
    font-size:10px;
}

.webmaster-message-footer {
    color: #70757a;
    font-size:10px;
    text-align: right;
    font-style: italic;
}

.webmaster-message-footer a {
    font-size: 10px
}

.listing-date { 
    font-size:14px; 
    color:#aaa; 
}

.listing {
    font-size: 15px;;
}

/********************************** 
Webmaster Apply Subscription Form
**********************************/
#cvv {
    width: 25%
}