.fill-100{
	width:100%;
	height:100%;
	display:block;
}
th, td {
  padding-top: 3px !important;
  padding-bottom: 1px !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.athon-overlay-action{
	background-color:white;
	border:1px solid gray;
	border-radius:3px;
	padding:5px;
	min-width:40%;
	min-height: 40%;
}

a{
	color: var(--text-color);
}

.cf-logos{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.logo-holder1 {
	background-image: url('../images/logos/uefiscdi_logo_300px.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}
.logo-holder2 {
	background-image: url('../images/logos/logo_MEC_new_2025.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}
.logo-holder3 {
	background-image: url('../images/logos/echitate.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 50px;
}

.logo-holder4 {
	background-image: url('../images/logos/RO_Co-fundedbytheEU_RGB_POS.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 33%;
	height: 50px;
}
.logo-holder5 {
	background-image: url('../images/logos/GovRo.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 33%;
	height: 50px;
}

.textHeader{
	font-size: 14px;
	width: 33%;
}

.cf-row3{
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.cf-row2{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.cf-column{
	display: flex;
	flex-direction: column;
	width: 33%;
	align-items: left;
}

.custom-footer{
	padding: 10px 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: var(--generic-website-color);
}

.cf-link-header{
	margin-top: 15px;
	color: var(--generic-text-color);
	font-size: 18px;
	font-weight: bold;
}

.cf-link{
	color: var(--generic-text-color);
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
}

.cf-link:hover{
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.textHeader, .cf-link{
		font-size: 10px;
	}

	.cf-link-header{
		font-size: 12px;
	}
}