html, body {
    font-family: sans-serif !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    color: #333;
    background-color: #fff
}

.container-fluid {
	padding-top: 50px;
	padding-bottom: 50px;
}

.press-article {
	display: flex;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.press-article a { 
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	line-height: 1.2;
}

.press-article a:hover .press-title, .press-article a:focus .press-title { 
	text-decoration: underline;
}

.press-source {
	color: #999;
	font-style: italic;
	font-size: 0.9rem;
	margin-top: 3px;
}

.press-date {
	border-bottom: 2px solid #333;
	font-weight: bold;
	font-size: 1.6rem;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 60px;
}