
.arthro-row{
	width:100%

}
.arthro-left-col {
    margin-top: -30px;
    position: relative;
    padding: 30px 23px 20px 10px;
    float: right;
    width: 72%;
    background-color: white;
    left: -40px;
}

.arthro-left-col a:link, 
.arthro-left-col a:visited {
    color: blue; /* Κρατά το χρώμα ίδιο */
    font-size: 16px;
    text-decoration: none; /* Χωρίς υπογράμμιση αρχικά */
}

.arthro-left-col a:hover {
    text-decoration: underline; /* Υπογράμμιση κατά το hover */
    color: blue; /* Κρατά το χρώμα ίδιο */
}

.arthro-left-col p {
  text-align: justify;
}
.arthro-left-col h2{
    margin-top: -20px;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    margin-left: 25px;
    color: #a92228;
    font-size: 25px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;	
	
}
.arthro-left-col p{
    font-size: 16px;
    color: #505050;
	line-height: 24px;
}
.arthro-left-col img{
	width: 60%;
	float: left;
	padding: 0px 20px;
	margin-bottom: 8px;
	display: inline-block;	
}
.arthro-left-col td img{
    width: auto;
    float: none;
}
.arthra-dex-col{
	/* width:18%; */
	/* float:left; */
	
}
.arthra-dex-col h3{
	font-size: 18px;
	}
.more-articles{
    margin-left: 15px;
	font-size: 15px;
	font-weight:bold;
	float:left;
}
.botomnmenu{
	display:none;
}
@media screen and (max-width: 800px) {
.arthro-left-col{
    margin-top: 0px;
    margin-bottom: 20px;
    width: 91%;	
    left: -2%;
}
.arthra-dex-col{
	width:100%;
}
.leftmenu{
	display:none;
}
.botomnmenu{
	display:block;
}
}
@media screen and (max-width: 530px) {
.arthro-left-col img{
    width: 100%;
    float: none;
	padding: 0px 0px 0px 5px;	
}
.arthro-left-col{
	width: 87%;
	
}
}