﻿/*MinFinFeedLoader*/
.mb-table-currency .icon-down-open {
    color: red;
    font-style: italic;
    font-size: 0.8em;
}

.mb-table-currency .icon-up-open {
    color: green;
    font-style: italic;
    font-size: 0.8em;
}

.mb-table-currency.mb-table-currency td,
.mb-table-currency .mb-table-currency th {
    padding: 5px;
}

.mb-table-currency th a {
    text-decoration: none;
}

.mb-table-currency th {
    color: gray;
}

/* UaWarStatsFeedLoader */
.war {
    background: url(https://www.unian.ua/build/assets/img/war-big2.png) 50% no-repeat;
    background-size: cover;
    color:white;
    padding: 15px 10px 10px 20px;
}
.war__list{
    display: grid;
    grid-gap: 10px;
    grid-template-columns:33% 33% 33%;
    padding-top: 15px;
}

.war__item-info {
    font-size: small;
}

a.war__title {
    text-decoration: none;
    font-weight: bold;
}

.war__item-count-plus {
    color: lightgreen;
}

@media (max-width: 767.98px) {
    .war__list{
        grid-template-columns: 50% 50%;
    }
    .war__item-count {
        font-size: small;
    }
    .war__item-info {
        font-size: x-small;
    }
}