@charset "utf-8";
/* CSS Document */

/***************************************************
	CASUALTY STATUS
***************************************************/
.immediateRelease {
	color: #717171;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}
.casualty-headline {
	display: block;
    text-align: center;
	max-width: 800px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #333333;
    font-family: 'Crimson Text', serif;
    margin: 0 auto 0.7rem;
}
.casualty-headline .date {
	display: inline-block;
}
.table-wrap {
	display: block;
	padding-top: 50px;
}
.styledTables table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.styledTables td, th {
	border: 1px solid #adadad;
	padding: 12px;
	text-align: center;
	font-size: 17px;
}
.styledTables th {
	background-color: #333333;
	color: #ffffff;
	font-size: 20px;
}
.styledTables td {
	color: #333333;
	font-size: 17px;
}
.styledTables .leftTD {
	text-align: left;
}
.styledTables tr.totalsText {
	font-weight: bold;
	color: #ffffff;
	background-color: #355E93;
}
article table tr:nth-child(even) {
	background:#ebebeb;
}
.styledTables tr.totalsText td.leftTD,
.styledTables tr.totalsText td {
	color: #ffffff;
}
.styledTables li.footnote {
	font-size: 15px;
	line-height: 1.2em;
}
.styledTables li {
	list-style: none;
}
.styledTables div.notes {
	margin: 20px auto;
}
.styledTables div.notes ul {
	margin: 0 0 2rem 15px;
}
	
/***************************************************
    MEDIA QUERIES
***************************************************/
@media (max-width: 768px) {
	.page-banner-inner {
		padding:60px 15px 30px;
	}
	.page-banner .content-wrap {
		padding: 2rem 0 15px;
	}
	
}
@media (max-width: 490px) {
	.styledTables td, th {
		padding: 5px 10px;
	}
	.styledTables th {
		padding: 10px;
	}
}