.vue-mfeed-table{
    table-layout: fixed;
    font-size: 16px;
}

.vue-mfeed-table,
.vue-mfeed-table th,
.vue-mfeed-table td{
    border: none;
    text-align: right;
}

.vue-mfeed-table th,
.vue-mfeed-table td{
    padding: 5px 8px;
    border-bottom: 1px solid rgb(216, 216, 220);
}

.vue-mfeed-table th{
    color: rgb(108, 108, 122);
    font-size: 14px;
    font-weight: normal;
}

.vue-mfeed-table tr th:first-child,
.vue-mfeed-table tr td:first-child,
.vue-mfeed-table tr th:first-child .vue-mfeed-table__cell-value,
.vue-mfeed-table tr td:first-child .vue-mfeed-table__cell-value{
    padding-left: 0;
}

.vue-mfeed-table tr th:last-child,
.vue-mfeed-table tr td:last-child{
    padding-right: 0;
}

.vue-mfeed-table tbody tr td:first-child{
    width: 40%;
    font-weight: bold;
    text-align: left;
}

.vue-mfeed-table__cell-value{
    display: block;
    padding: 5px;
}

.vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value,
.vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value{
    position: relative;
    padding-right: 25px;
    color: #FFF;
}

.vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before,
.vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value{
    background-color: #00455F;
}

.vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value{
    background-color: #ff5555;
}

.vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
    border-bottom: 6px solid #FFF;
}

.vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
    border-top: 6px solid #FFF;
}

.vue-mfeed-table__cell.mfeed-price-up.mfeed-cell-simple .vue-mfeed-table__cell-value{
    color: #00455F;
}

.vue-mfeed-table__cell.mfeed-price-down.mfeed-cell-simple .vue-mfeed-table__cell-value{
    color: #ff5555;
}

@media (max-width: 640px){
    .vue-mfeed-table{
        font-size: 15px;
    }

    .vue-mfeed-table th,
    .vue-mfeed-table td{
        padding: 4px 7px;
    }

    .vue-mfeed-table th{
        font-size: 13px;
    }
}

@media (max-width: 480px){
    .vue-mfeed-table{
        font-size: 14px;
    }

    .vue-mfeed-table th,
    .vue-mfeed-table td{
        padding: 4px;
    }

    .vue-mfeed-table th{
        font-size: 12px;
    }

    .vue-mfeed-table__cell-value{
        padding: 4px;
    }

    .vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value,
    .vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value{
        padding-right: 17px;
    }

    .vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before,
    .vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
        right: 6px;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }

    .vue-mfeed-table__cell.mfeed-price-up:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
        border-bottom-width: 5px;
    }

    .vue-mfeed-table__cell.mfeed-price-down:not(.mfeed-cell-simple) .vue-mfeed-table__cell-value:before{
        border-top-width: 5px;
    }
}

@media (max-width: 380px){
    .vue-mfeed-table{
        font-size: 12px;
    }

    .vue-mfeed-table th{
        font-size: 11px;
    }
}

@media (max-width: 360px){
    .vue-mfeed-table{
        font-size: 9px;
    }

    .vue-mfeed-table th{
        font-size: 9px;
    }
}