/* main page first annotation option 
#test{
	clear: both; 
	margin-top: -630px;
}*/
#articles_authors tr:nth-child(2) td  p:nth-child(1){
	padding-bottom: 120px;
}
#articles_authors tr:nth-child(2) td  p:nth-child(2){
	display: inline;
	border-bottom: 1px dashed blue;
}
#articles_authors tr:nth-child(2) td  p:nth-child(2):hover{
	display: inline;
	border-bottom: 1px dashed orange;
}
#articles_authors tr:nth-child(3) div.author_photo_ph img{
	position: absolute;
	margin-top: -150px;
}
#articles_authors tr:nth-child(3) p.annotation_ru{
	position: absolute;
    width: 550px;
	margin: 5px;
    margin-left: -150px;
    text-align: left;
    clear: both;
}
#articles_authors tr:nth-child(3) p:nth-child(2){
    margin-left: 350px;
    margin-top: 30px;
}
#articles_authors tr:nth-child(3) p:nth-child(2) a.news_more{
	display: none;
}
#mobilindustrial{
	border: 4px solid #16A3DB;
	width: 98%;
}

/* media query 

@media (max-device-width : 1080px) and (max-device-height: 1920px){
 #test {
		margin-top: -630px;
   }
}*/
