@charset "UTF-8";
/* CSS Document */

.news-release-container { 
    max-width:800px;
    padding-left: 0px;
    padding-right: 0px;
}
h1 {
    text-transform: none;
}
.press-header, .press-footer { 
    max-width:100%;
    margin: 15px auto 10px auto;
    display: block;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.bodytext {
    line-height: 20px; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15px;
}
caption {
	caption-side: top;
	font-weight: bold;
	text-align: center;
	color: #000000;

}
table {
	width: 100%;
}
.block-table table {
	border-collapse: collapse;
}
.block-table table, .block-table th, .block-table td {
	border: 1px solid #ddd;
}
.block-table th {
	text-align: left;
	padding: .5rem;
	vertical-align: bottom;
}
.block-table td {
	vertical-align: bottom;
	text-align: left;	
	padding: .5rem;
	font-size: .8rem;
}
.block-table {
	overflow-x: auto;
}