#main article .entry-content {
	margin: 1.5rem 0 15px 0;
    font-size: 1.8rem;
}

#main article .entry-content a img{
	display: block;
	margin: 0 15px 15px 0 !important;
	overflow: hidden;
  	width: 40%;
}

#main article .entry-content a:not(:first-child) {
	margin-top: 15px;
}

#main article .entry-content iframe {
  width: 40%;
  min-width: 400px;
  float: left;
  margin: 0 15px 10px 0 !important;
}
.article-part {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}

.article-text {
	float: right;
}

#_uwndWnd1, #_uwndWnd2 {
	width: 70% !important;
  	font-size: 1.1em !important;
}

#_uwndWnd1 h3, #_uwndWnd2 h3 {
  margin-bottom: 10px;
}

section a.underline {
   	text-decoration: underline !important; 
  	}    

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media screen and (max-width: 768px) {
	#main article .entry-content a img, #main article .entry-content iframe {
		  width: 100%;
      	  min-width: 100px;
 	      margin-right: 0 !important;
	}
  


	
	
	
}