.firstletter  {
	float:left;
	font-size:63px;
	line-height:63px;
    font-family: Times New Roman;
	margin:-5px 0px 0 0;
	margin-top: -15px;
	padding:0 6px;
	color:#000;
	font-weight:bold;
	background-repeat: no-repeat;	
    background-position: center; 	
}
blockquote .firstletter  {
	font-size:40px;
	line-height:40px;
	margin:0 5px 0 0;
	padding:0 6px 0 0;	
	background-image: none;	
}

.articleimage {
	max-width: 80%;
	margin: auto;
    text-align: center;
	object-fit: cover;
	width: 100%;
	max-height: 500px;
}

.xtraarticleimage {
    max-width: 80%;
    margin: auto;
    text-align: center;
    object-fit: cover;
    width: 70%;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.articleheadline {

    float: left;
	position: relative;
    width: 80%;
    margin-bottom: 20px;
	margin-top: -50px;
    text-align: center;
	line-height: 43px;
	margin: auto;
	margin-left: 10%;
    padding: 10px;
	font-family: "Oswald",Helvetica, Arial, san-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
	display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
}

.articlelead {
	
    float: left;
	position: relative;
    width: 80%;
    padding: 20px 0;
    border-top: 1px solid#666;
    border-bottom: 1px solid#666;
    text-align: center;
	margin: auto;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-left: 10%;
	font-style: italic;
	font-family: "Oswald",Helvetica, Arial, san-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
}

.articlestats {
	
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #777;
	margin-left: 0 auto; 
	margin-right: 0 auto;
    font-weight: 400;
	position: relative;
    border-top: 1px solid#666;
    border-bottom: 1px solid#666;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
}

.post-views-count {
	

	width:70%;
	position:relative;
	margin:0 0 10px 0;
    font-size: 12px;
	
	
}

.post-views-count:before {
	font-family: FontAwesome;
	content: "\f06e";
	margin:0 5px 0 0;
}
.nobr {
    white-space: nowrap;
}
.newspaper {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
	margin: 0 auto;
    width: 80%;
    padding: 10px;
	padding-top: 10px;
	padding: 10px;
    float: left;
    position: relative;
	column-rule-style: solid;
	column-rule-width: 1px;
	column-gap: 40px;
	columns: 3;
	margin-left: 10%;
	text-align: justify;
	column-fill: balance;
}
.articlebody {
	
	

}


h4 {
  font-family:"Oswald",Helvetica, Arial, san-serif;
  font-size:19px;
  line-height:24px;
  font-style:normal;
  
  font-weight:400;
  text-transform:none;
  text-decoration:none;
  text-shadow:none;
  -moz-text-shadow:none;
  -webkit-text-shadow:none;
}

body {
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
	
	
}
.articlecaption {
	color: black;
    font-size: 12px;
    padding: 5px 10px;
	border: 2px solid black;
    background-color: white;
    position: relative;
	margin-top: 1%;
    bottom: 65px;
    left: 60%;
	width: 20%;
    text-align: center;
}
.stuffcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top:-25px;
}
span.post-publish-date:before {
	font-family: FontAwesome;
	content: "\f093";
	margin:0 5px 0 0;
	white-space:nowrap;
}

span.post-views-count:before {
	font-family: FontAwesome;
	content: "\f06e";
	margin:0 5px 0 0;
	white-space:nowrap;
}
table {
	width: 100%;
	margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #dddddd;
    text-align: left;
}
tr,  img {
	page-break-inside: avoid;
}
td {
	background-color: #fff !important;
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.fn {
    max-width: 100%;
    border: 1px solid #000;
    background-color: #f7f7f7;
    color: black;
    padding: 15px;
}