@import url('base/_base.css');

.content {
  width: 100%;
}

.content__title {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
}

.content__block {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(180, 230, 200, 0.2);
  text-align: justify;
  padding: 50px;
  font-size: 18px;
  line-height: 24px;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table, th, td {
  border: 1px solid #AAAAAA;
  padding: 8px;
}

.al__authors,
.al__title {
  text-align: left;
}

.al__header {
  font-weight: 600;
  text-align: center;
}

.footer__container {
  background-image: url('../images/about/elfasia_footer.jpg') !important;
}
