.breadcrumb span,
.breadcrumb a {
  color:#2b1d4b;
}
.page-header {
	flex-basis: 100%;
    margin-top: 200px;
	text-align: center;
}
.seminars-body,
.publications-body {
	text-align: justify;
	padding-top: 20px;
    padding-bottom: 20px;
	color: #4475e6;
}
.seminars-body a,
.publications-body a {
	color: #f5df88;	
}
.seminars-body a:hover,
.publications-body a:hover {
  text-decoration: underline;
}
.page__items.element-anime--visible {
	width: 26%;
}
@media(max-width: 767px) {
	.page__items.element-anime--visible {
		width: 100%;
	}
}
/* SEMINARS TABLE LAYOUT */
table.seminars-table tbody tr td {
  min-height:65px;
  padding:15px;
  text-align:center;
  color:#2b1d4b;
}
table.seminars-table tbody > tr:first-child td {
  background:#4475e6;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
}
table.seminars-table tbody tr td:first-child {
  width:33.333333%;
}

table.seminars-table tbody tr td:nth-child(2) {
  width:20%;
}
table.seminars-table tbody tr td:nth-child(3) {
  width:20%;
}

table.seminars-table tbody tr td:nth-child(4) {
  width:26%;
}

/* even background color */
table.seminars-table tbody tr:not(:first-child):nth-child(even) td:first-child {
  background:#f5df88;
}
table.seminars-table tbody tr:not(:first-child):nth-child(even) td:nth-child(2) {
  background:#f1e09b;
}
table.seminars-table tbody tr:not(:first-child):nth-child(even) td:nth-child(3) {
  background:#f3e6b1;
}

table.seminars-table tbody tr:not(:first-child):nth-child(even) td:nth-child(4) {
  background:#f3ecd0;
}

/* odd background color */
table.seminars-table tbody tr:not(:first-child):nth-child(odd) td:first-child {
  background:#d7cd98;
}
table.seminars-table tbody tr:not(:first-child):nth-child(odd) td:nth-child(2) {
  background:#d4cea8;
}
table.seminars-table tbody tr:not(:first-child):nth-child(odd) td:nth-child(3) {
  background:#d5d3ba;
}

table.seminars-table tbody tr:not(:first-child):nth-child(odd) td:nth-child(4) {
  background:#d5d8d4;
}

