/* Styles for issue listings, used for display, projection and print media types */

.pbissue {
    font-size: 80%;
    color: #003399;
}

.pbformat {
    font-size: 80%;
}

.issuebox {
    float: left;
    width: 130px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.issuebox div {
    padding: 5px 10px 0px 10px;
    text-align:center;
}

.issuebox table {
	width: 110px;
}

.issuebox td {
	width: 110px;
}

.issuebox .issuenbr {
    color:#003399;
}

.issuebox td, .issuebox a {
    font-size:.9em;
}

.issuebox img {
    border: 1px solid #cccccc;
}

.blueheadlineText {
    padding-bottom: 9px;
}

.blueheadlineText a {
    display: block;
    font-weight: bold;
    color: #003399;
    font-size: 21px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: -10000px;
}

.redheadlineText {
     color: #cc0000;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/oldassets/cpim/ftp/bulletin/Headline_postalbulletin.gif) no-repeat top left;
    text-indent: -10000px;
    padding-bottom: 20px;
}

#listings {
	display: inline-block;
	width: 950px;
	zoom: 1;
}

#listings:before,
#listings:after {
	content: "";
	display: table;
}

#listings:after {
	clear: both;
}

@media (max-width: 900px) {
    #page-bottom-gradient {
    	overflow: hidden;
    	width: 100%;
    }
    #listings {
        width: 100%;
        padding-left: 1.5%;
        box-sizing: border-box;
    }
    .redheadlineText {
        background: none;
        text-indent: 0;
    }
    .issuebox td, .issuebox a {
	    font-size: 14px;
    }
    .issuebox td {
    	padding: 5px 0;
    }
}

@media (max-width: 480px) {
	.issuebox {
		width: 48%;
	}
	.issuebox table {
		width: 100%;
	}
	.issuebox td {
		text-align: center;
	}
}