html {
	font-size: 16px;
}

body {
	background-color: #fff;
}

a:link {
	color: #03c;
	text-decoration: none;
}

a:visited {
	color: #50c;
	text-decoration: none;
}

.first {
	margin-top: 3rem !important;
}

.article {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	background-color: #eee;
	padding: 1rem;
	border: 1px #000;
	display: block;
	border-style: solid;
	margin: 0.25rem auto 0.25rem;
	max-width: 40rem;
}

.article div {
	padding: 0.25rem;
	overflow-wrap: break-word;
}

.source img {
	max-height: 1rem;
	padding-right: .25rem;
	width: auto;
	height: auto;
}

.source a {
	color: #000;
	text-decoration: none;
}

.description {
	padding: 0.5rem;
	line-height: 1rem;
	display: block;
	word-wrap: break-word;
	overflow: hidden;
	height: 4.8rem;
}

.datetime {
	font-style: italic;
	text-align: right;
}

.header {
	position: fixed;
	display: block;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 3.25rem;
	-webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 75%);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 75%);
}

.header .right {
	width: 13rem;
	height: 3rem;
	overflow: hidden; 
	white-space: nowrap; 
	position: fixed; 
	top: 0; 
	right: 0;
	text-align: right;
}

.header .left {
	width: calc(100% - 13rem);
	height: 3rem;
	overflow: hidden; 
	white-space: nowrap; 
	position: fixed; 
	top: 0; 
	left: 0;
	text-align: left;

}


.header img {
	height: 3rem;
	width: auto;
	min-height: 3rem;
}

.header .title {
	position: relative;
    font-size: 2.5rem;
    line-height: 3rem;
    vertical-align: middle;
    top: -1.25rem;
	padding-left: .25rem;
	font-variant: small-caps;
}

.header a {
	color: #000;
	text-decoration: none;
}

.footer{
	padding: 1rem;
	display: block;
	background-color: #fff;
	width: 90%;
	text-align: center;
	font-style: italic;
}

.othersources { 
	display: flex; 
	flex-direction: row; 
	font-variant: small-caps;
	
} 
	  
.othersources:before, 
.othersources:after { 
	content: ""; 
	flex: 1 1; 
	border-bottom: 1px solid #777; 
	margin: auto; 
	margin-bottom: 6px;
} 

.motd { 
	margin-top: 3.75rem;
	height: 1.5rem;
	width: 100%;
	padding: 0;
	display: block;
	background-color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 1.25rem;
}