article {
	width: 100%;
	padding: 0;
	background-color: #2f2f2f;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
}


.article {
	width: 100%;
	/* padding: 0 10px; */
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*align-items: stretch;	*/
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.article-title {	
	color: #09488f;
	width: 100%;
	margin: 6px 0 4px 0;
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
}

.article-date-tags {  
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 0 10px;

	display: flex;
	flex-direction: row;	
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
}
.article-date {	
	color: #999;
}
.article-tags {
	color: #000;
	font-weight: 500;
}
.article-text {	
	width: 100%;	
	margin: 0 0 10px 0;
	padding: 10px; 
	box-sizing: border-box;
}
.article-text > p, .maintext {
	/* width: 670px; */
	margin: 0 0 16px 0;
	color: #000;
		font-size: 16px;
	font-weight: 400;	
	text-align: justify;
	/* text-align: left; */
	box-sizing: border-box;
}


/*
p a, p a > * {	
	color: #09488f;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
p a:visited, p a:visited > * {
	color: #8b9fb0;
}
p a b {	
	font-weight: bold;
}
p a u {	
	text-decoration: underline;
}

a.part-link > * {	
	color: #00f;
}
a.part-link:visited > * {
	color: #551A8B;
}
*/


a.part-link {	
	color: #00f;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none !important;
}
a.part-link:visited {
	color: #551A8B;
}
p a.part-link > * {	
	color: #00f;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none !important;
}
p a.part-link:visited > * {
	color: #551A8B;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}
p a:not(.part-link), p a:not(.part-link) > * {	
	color: #09488f;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
p a:not(.part-link):visited, p a:not(.part-link):visited > * {
	color: #8b9fb0;
	text-decoration: underline;
}
p a b {	
	font-weight: bold;
}



.article-text cite {
    margin: 6px 6px 6px 16px;
    padding: 4px 0px 4px 8px;
    text-align: left;
    font-style: italic;
    border-left: 4px #B3CEE4 solid;
    display: block;
    box-sizing: border-box;
}

.article-text-insert-img {
    width: 80%;
    max-width: 480px;
    height: auto;
    margin: 0 0 8px 0;
    padding:  0;
    border:  1px #000 solid;
    text-align: center;
}

.article-text-insert-img-alt {
    width: 80%;
    max-width: 480px;
    margin: 0;
    padding:  0;    
    text-align: center;
    font-size: 12px;
    color: #000;
    display: block;
    box-sizing: border-box;
}



.article-img-place {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	display: block;
	box-sizing: border-box;

	/*background-color: #fc3;*/
}

.article-img-big {
	padding: 0;
	margin: 0;
	min-width: 240px;
	width: 290px;
	min-height: 140px;
	height: auto;

	border: 1px solid #c7cedf;
	box-sizing: border-box;
}

@media only screen and (min-width: 400px) {
	.article-img-big {
		min-width: 280px;
		width: 340px;
	}
}

.bigimg-copy {
    font-size: 10px;
    font-weight: 400;
    color: #09488f;
}


/* ------ links ------------ */

.article-list-link-header {
	/* width: 670px; */
	width: 100%;
	padding: 4px 10px;
	margin-bottom: 10px;
	color: #09488f;
		font-size: 18px;
	background: linear-gradient(#c0d8ec, #95b6d1);
	box-sizing: border-box;	
	text-transform: uppercase;
	font-weight: 500;
}

.article-list-link {
	/* background-color: #47ec7c;	 */
	/* width: 670px; */
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	box-sizing: border-box;	
}
.article-link-item {
	min-width: 260px;
	margin: 0 0 24px 0;
	padding: 0;
	/* color: #000; */
	color: #09488f;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;

}
.article-link-img {	
	width: 60px;
	/* height: 75px; */
	margin-right: 10px;
	display: block;
	border: 1px solid #09488f;
	box-sizing: border-box;
	background-color: #eee;
	text-align: center;
}
.article-link-date > * { 
	width: 260px;
	/* color: #000; */
	color: #09488f;
	font-size: 14px;  
	min-width: 200px;
	/* display: block; */  
}
.article-link-text {  
	min-width: 230px;  
	display: block;
	margin-top: 6px; 
	font-size: 16px;  
	color: #09488f;
}
.article-link-text-small {  
	font-size: 10px;
	margin-top: 0;
	color: #09488f;
}

.article-prm-place {
	min-width: 340px;
	margin: 0 0 10px 10px;
	padding: 0;
	height: 20px;
	box-sizing: border-box;
}


/* --- tags list --- */
.article-tags-list {
	width: 100%;
	/* background-color: #47ec7c;	 */
	color: #09488f;
	font-size: 14px;	
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;	
	/* border-top: 1px solid #c3d2e4; */
	box-sizing: border-box;	
}

.article-tags-list > * { 
	color: #09488f;
	font-size: 14px;
}

/* --- share buttons --- */
.share-block {
	width: 100%;
	/* width:480px; */
	height:20px;
	margin: 0 0 16px 0;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items:flex-start;
	box-sizing:border-box;
	/* background-color: #fc3; */
}
.share-block-item {
	height: 20px;
	margin: 5px 10px 0 0;
	display: block;
	/* background-color: #f00; */
}

/* ----------- PRM --- */
.prm-px {
/*
	width: 600px;
	height: 20px;
	background-color: #dc3;
*/
	margin: 20px 0 0 0;
	padding: 0;
	box-sizing:border-box;
}