img.party-icon {
    all: initial;
    width: 2em !important;
    height: 2em !important;
}

.highcharts-credits {
    display: none;
}

.table-row:nth-child(odd) {
    background-color: #FBFBFB;

}

.table-row {
    border: 1px solid #E7E7ED;
    border-top: none;
}

.mobile-table {
    display: none;
}

.table-row-item {
    text-align: left;
    padding: 10px;
}

.people-minister {
    color: #2b6cb0;
}

.table-heading>th {
    text-align: left;
    padding: 25px 10px;
}

.table-heading {
    border: 1px solid #E7E7ED;
}

.mobile-table-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7ED;
    padding: 20px 0;
    background-color: #FBFBFB;
}

.mobile-table-row-item {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.mobile-position {
    font-weight: bold;
    padding-bottom: 15px;
}

.mobile-votes {
    padding-bottom: 15px;
}

.mobile-votes-count {
    text-align: center;
}

@media only screen and (max-width: 1100px) {

    .table-body,
    .table-head {
        display: none;
    }

    .mobile-table {
        display: flex;
        flex-direction: column;
    }
}