/* #6c24e0 */

.container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.market .x-cls {
    border-right: 1px solid #bfbfbf;
    padding: 20px;
}

.tdata {
    background: #a4fcf5;
    padding: 15px;
    margin: 10px;
    border: 1px solid #043a35;
}

.btn-primary {
    background-color: #a4fcf5;
    border: 1px solid #043a35;
    color: #043a35;
    border-radius: 0;
}
.btn-primary:hover {
    background-color: #a4fcf5;
    border: 1px solid #043a35;
    color: #043a35;
    border-radius: 0;
}

#boeprice {
    color: green;
    font-weight: 500;
}

/* @media */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .maincontent {
        margin-top: 30px;
    }

}