/* fix leveho menu */
nav.nav__side ul li {
    width: 100%;
}

.partners {
    margin-top: 0;
}

.homepage-side h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: 500;
}

.from-media {
    margin-bottom: 3em;
}

.source, .homepage-side__item .source, .home-box__item .source {
    color: #999999;
}

.content ul li, .content ol li {
    margin-bottom: 0.5em;
}

/* ul, p */
ol {
  font-size: 1em;
  line-height: 1.4em;
}

h3 {
  font-size: 1.3em;
}


h2.above-line span,  h2.above-line span a{
    color: #5F696F;
}

.content.listing h1 {
    margin-left: 1.6rem;
}


nav.main ul li a {
    font-size: 1.1em;
}

.home-box__item h3, .homepage-side__item h3 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
}

.listing article h3 {
    font-weight: bold;
    font-size: 1.1em;
}

.content table td {
    font-size: 1em;
    font-family: "Open Sans";
}

.content table td {
    padding: 0.8em;
}

.content.fact-table table td {
    border-top: 1px lightgrey solid;
    background-color: white;
    padding: 1.5em;
}

.content.fact-table table tr:nth-of-type(even) {
    background-color: white;
}

.content.fact-table table tr td:nth-of-type(1) {
    width: 30%;
    vertical-align: top;
}

.content.fact-table table tr td:nth-of-type(2) {
    background-color: #dfefff;
}


