.main-wrapper {
display: flex;
justify-content: space-between;
}
.main-wrapper-column {
flex-basis: 49%;
display: flex;
flex-direction: column;
}
.main-footer-actions.main-plainlist {
display: flex;
}
.main-footer-actions.main-plainlist h3, .allSelectedCategories {
margin-left: 10px;
line-height: 2em;
font-size: 1em;
}
.allSelectedCategories {
margin-left: 0px;
}
.main-footer-actions.main-plainlist h3 a, .allSelectedCategories a {
color: black;
}
.main-footer-actions.main-plainlist h3 a:hover, .allSelectedCategories a:hover {
color: #0645ad;
}
.selectedArticle h2.main-header.main-box-header {
border-bottom: none;
}
h3.allSelectedCategories {
font-size: 1em;
border-bottom: 0;
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
font-weight: bold;
line-height: 2em;
border-bottom: 0;
padding-top: 0.5em;
font-family: sans-serif;
}
@media screen and (max-width: 480px) {
.main-wrapper {
flex-direction: column;
}
.main-wrapper:not(.mainPage) {
flex-direction: column-reverse;
}
}