/* Common properties: */
.navbar-inner {
    background-color: #383838; /* header color */
    box-shadow: 0 4px 20px -2px #150911;
}
.home-page-search {
    box-shadow: 0 4px 20px -2px #150911;
}
.intranetextra-link {
    color: #aaa !important; /* header icon color */
}
#wrapper {
    padding-top: 10vh;
}
#footer {
    box-shadow: 0 4px 20px -2px #150911;
}
.media-set-elem-in {
    box-shadow: 0 4px 20px -2px #150911;
    border-radius: 5px;
}
.media-set-elem {
    border-radius: 5px;
}
.title {
    border-radius: 0px 0px 5px 5px;
}