.main-banner {
    background: url('../images/main-banner-bg.jpg');
}

.danger {
    background: #C62828;
    color: #FFF;
}

.success {
    background: #2E7D33;
    color: #FFF;
}

.tiny-icons-list {
    list-style: none;
    display: inline-flex;
    float: right;
    margin: -27px 0 0 0;
    background: #cacaca;
    border-radius: 0 0 5px 5px;
}

.tiny-icon {
    background: #0072bb !important;
    padding: 6px;
    width: 35px;
    height: 35px;
    font-size: 0.7em;
    color: #FFF;
}

.minimal-text {
    font-size: .7em;
    color: #808080;
    margin: -15px 0 -20px 60px;
}

.tiny-text {
    font-size: .8em;
    overflow: hidden;
}

.badge {
    margin: -35px 0 0 0 !important;
}

.sticker {
    display: initial;
    background: #0072bb;
    padding: 10px 8px 5px 10px;
    border-radius: 4px;
    font-size: 1em !important;
    color: #FFF!important;
}

.small-pad {
    display: contents;
    font-size: .6em !important;
}

.tabs {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    width: 100%;
}

*[role="tab"] {
    padding: 10px 30px;
    background: #fafbfc;
    color: #0695d6;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    margin: 0 2px 0 0;
    cursor: pointer;
}

.selected {
    border: 1px solid #c5c5c5;
    background: #e9e9e9;
    border-bottom: none;
    color: #555;
}

.hidden {
    display: None;
}

.placeholder {
    border-radius: 2px;
    color: #333333;
    padding: 6px 8px;
    background: #FFF;
    border: solid 1px #cccccc;
    overflow: hidden;
}

.articles-list {
    list-style: none;
}


.articles-list-element {}

.articles-list-element:before {
    content: '*‎';
    padding-right: 5px;
    font-size: .8em;
    color: #0072bb;
}

.slim-box {
    max-width: 25em;
    padding: 20px 40px;
}

.screen-centered {
    margin: auto;
}

.small-form-label {
    font-weight: 400;
    color: #444;
    margin: 10px 0 5px 0;
}

.tiny-channel-icon {
    width: 2em;
    height: 2em;
    background: #DAE;
}