

* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

.stock_info_tit li {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.last_trade {
    width: 20%;
}

.stock_change, .change {
    width: 30%;
}

    .change span {
        padding-left: 28px;
    }

    .stock_change span {
        background: url(/images/stock_change_up.png) no-repeat;
        display: block;
        width: 18px;
        height: 17px;
        float: left;
        margin: 0 10px 0 0;
    }

.highest {
    width: 20%;
}

.lowest {
    width: 20%;
}

.stock_info_content li {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #1082d2;
}

@media screen and (min-width:483px) and (max-width:580px) {
    .stock_info_tit li {
        font-size: 14px;
    }

    .stock_info_content li {
        font-size: 15px;
    }

    .stock_change span {
        margin: 3px 0 0 0;
    }
}

@media screen and (min-width:0) and (max-width:483px) {
    .stock_info_tit li {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .stock_info_content li {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .stock_change span {
        margin: 3px 0 0 0 !important;
    }

    .last_trade {
        width: 25%;
    }

    .stock_change, .change {
        width: 35%;
    }

    .highest {
        width: 20%;
    }

    .lowest {
        width: 20%;
    }
}
