.main_text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: black;
	line-height: 130%;
	text-align:justify;
}
.main_orange {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #b70f0f;
	font-weight: bold;
}
/* Added for eu */
.footer{
	background: black;
	color:white;
}
a.main-link{
	color: black;
	text-decoration: underline;
	font-weight:bold;
	font-size:13px;
}

/* Modal */
#antagonistikotitaImg:hover{
		cursor:pointer;
	}
	.modal {
  		display: none;
		align-items: center;
 	 	position: fixed;
  		z-index: 1;
  		left: 0;
  		top: 0;
  		width: 100%;
  		height: 100%;
  		overflow: auto;
  		background-color: rgb(0,0,0);
  		background-color: rgba(0,0,0,0.5);
	}
	
	.modal-content {
  		position: relative;
  		background-color: #fefefe;
  		margin: auto;
  		padding: 0;
  		border: 1px solid #888;
  		width: 66%;
		max-width: 800px;
  		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  		animation-name: animatetop;
  		animation-duration: 0.4s;
		font-size:large;
	}
	.modal-header {
  		padding: 0px 16px;
  		color: red;
		font-size: 2rem;
		text-align: end;
		border-bottom: 1px solid black;
	}
	.modal-body {padding: 2px 16px;}
	span.close:hover{
		cursor: pointer;	
	}

.contactList {
	list-style:none;
}
.contactList > li{
	margin-bottom: 8px;
}