body #wrapper .wrapper-inner {
    padding-left: 10px;
}

.item_img, .category_img {
  text-align: center;
}

.item_fulltext ul, .item_fulltext ol {
 margin-left: 30px;
}

#top .item_introtext p {
  padding-bottom: 0px!important;
}

.mod-custom__home_bottom.center > p {
/*  background-color: rgba(200, 200, 200, 0.5);
  color: #fefefe; */
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 20px;
  max-width: 100%;
  padding: 5px 10px;
  text-align: left;
}

body.body__home #wrapper .wrapper-inner {
  background-color: #a1bc99;
}


table.schedule {
  border-top: 1px solid #ccc;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  margin: 5px 10px;
  width: 95%;
}

table.schedule tr {
  border-bottom: 1px solid #ccc;
}

table.schedule .location {
  font-size: 1.4em;
  width: 30%;
}

table.schedule td, table.contact-team td {
  vertical-align: top;
  border: none;
}

table.contact-team {
  border: 0px solid transparent;
  width: 95%;
}
.contact-team td {
  padding-left: 2em;
}

.sponsors {
  margin: 40px 0;
}

.sponsors img {
  margin: 3px 5px;
  height: auto;
/*  max-width: 200px;
  width: 15em; */
}

div.mod-languages li {
  border: 1px solid #009c4a;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
}

div.mod-languages li.lang-active, div.mod-languages li:hover {
  background-color: #009c4a;
}

div.mod-languages .lang-active > a, div.mod-languages li:hover > a {
  color: #ffc;
}

@media (max-width: 768px) {
  #aside-right {
    background-color: white;
  }
  body #aside-right {
    background-color: white;
  }
}