* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	text-align: center;
}

.mySlides {
	display: none;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

.bigContainer {
	width: 600px;
	height: 303px;
	background-image: url("https://eujournal.org/files/customSlider/bgImage.jpg");
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.transparentBg {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	text-shadow: 2px 2px #000000;
	padding: 10px;
}

.transparentBg p {
	font-size: 20px;
}

.transparentBg a {
	color: #dad425;
}

.transparentBg a:visited {
	color: #dad425;
}

/* Editorial board */

.custom-table img {
  display: flex;
  float: left;
  max-width:177px;
  max-height:177px;
  min-width: 50px;
  min-height: 50px;
  width: auto;
  height: auto;
}

.custom-table {
	width: 100%
}

.custom-table td {
	width: 47%;
	float: left;
	margin: 0 1%;
	margin-bottom: 35px;
}

.editor-avatar {
	display: inline-block;
	float: none;
	margin-bottom: 0px;
}

.editor-info {
	display: inline-block;
	margin-top: 0px;
}

.editor-info p {
	margin: 0px 20px 0px 20px;
}

.editor-block {
	display: inline-block;
	height: auto;
}

.editor-name {
	height: auto;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px 20px 0px 20px;
}

.editor-title {
	height: auto;
	background-color: #66b2ff;
	border-radius: 4px;
	padding: 3px 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline-block;
	color: #fff;
}

.editor-university {
	height: auto;
	font-size: 16px;
	font-style: italic;
	color: #000;
	margin: 5px 20px 20px 20px;
	margin-bottom: 20px;
}

.side-menu-donations-block {
	font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 20px;
}

.side-menu-donations-block a {
	display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #007ab2;
    text-decoration: none;
}

#customblock-ESJ-Donations {
	padding-top: 0px;
	margin-top: 0px;
}