/* OTE Spot Market Index plugin styles, author: Mon Alba s.r.o., monalba.cz */

#ma-otesmi {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ma-otesmi-row {
    display: flex;
    padding: 25px 15px 15px 15px;
    background-color: #00000010;
    border-radius: 8px;
}

.ma-otesmi-col {
    flex: 1;
    text-align: center;
}

.ma-otesmi-row p {
    margin: 0;
    line-height: 1.2;
    font-size: 80%;
}

.ma-otesmi-row .pricedesc {
    opacity: .8;
}

.ma-otesmi-row .days {
    font-weight: bold;
    font-size: 100%;
}

.ma-otesmi-row .bignum {
    font-size: 125%;
    line-height: 1.7;
}

.ma-otesmi-row .bignum .currency {
    font-size: 60%;
}

#ma-otesmi .status {
    font-size: 12px;
    opacity: .5;
    text-align: right;
    padding: 5px 15px 0 0;
}


.ma-otesmi-col .arrow,
.small {
    font-size: 60%;
}

.ma-otesmi-col .arrow.down {
    color: green;
    position: unset;
    margin: 0;
}

.ma-otesmi-col .arrow.up {
    color: red;
    position: unset;
    margin: 0;
}


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

    #ma-otesmi {
        padding: 10px;
    }

    .ma-otesmi-row .pricedesc {
        font-size: 12px;
    }

    .ma-otesmi-row .days {
        font-size: 13px;
    }

    .ma-otesmi-row .bignum {
        font-size: 16px;
    }

}