#container .all_result .all_result_con ul li .rst_buy,
#container .all_result .all_result_con ul li .rst_sell {display:inline-block; width:80px; height:34px; border-radius:3px; }

#container .all_result .all_result_con ul li .rst_buy {color:#fff; background:#c24042; }
#container .all_result .all_result_con ul li .rst_sell {color:#fff; background:#384ea3; }

.d-none { display: none }

/* Minimal Math Captcha  */
.mini-captcha .input-group-text { border: thin solid #768487; border-right: none;}
.mini-captcha #c_code_input { width: auto !important; text-align: center; }
.mini-captcha input::placeholder { color: #b9b9b9; }
.mini-captcha #mini_math_c_code { font-size: 16px; font-weight: bold; transform: rotate(-30deg); }

.con_pc { font-size: 12px; line-height: 20px; background-color: #222322; color: #ffffff }
.users_wrap .login_wrap #bank_name {width:100%; height:42px; font-size:14px; font-weight:600; border:thin solid #768487;  padding:0 20px; }

/*CKEditor*/
#container .txt_area * {
    color: inherit;
}

#container .txt_area h2,
#container .txt_area h3,
#container .txt_area h4 {
    line-height: 1.4;
    margin: 0 0 10px 0;
}

#container .txt_area h2,
#container .txt_area h2 * {
    font-size: 2rem;
}

#container .txt_area h3,
#container .txt_area h3 * {
    font-size: 1.75rem;
}

#container .txt_area h4,
#container .txt_area h4 * {
    font-size: 1.5rem;
}

#container .txt_area .text-tiny,
#container .txt_area .text-tiny * {
    font-size: .7em;
}

#container .txt_area .text-small,
#container .txt_area .text-small * {
    font-size: .85em;
}

#container .txt_area .text-big,
#container .txt_area .text-big * {
    font-size: 1.4em;
}

#container .txt_area .text-huge,
#container .txt_area .text-huge * {
    font-size: 1.8em;
}

#container .txt_area .image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

#container .txt_area .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

#container .txt_area .image img {
    width: 100%;
    max-width: 100% !important;
}

#container .txt_area ul,
#container .txt_area ol {
    margin: 10px 0;
    padding: 0 0 0 30px;
    list-style: initial;
    list-style-type: decimal;
}

#container .txt_area ul {
    list-style-type: circle;
}

#container .txt_area .table {
    display:table;
    width: 100%;
    margin:.9em auto
}

#container .txt_area .table table {
    border:1px double #b3b3b3;
    border-collapse:collapse;
    border-spacing:0;
    height:100%;
    width:100%
}

#container .txt_area .table table td,
#container .txt_area .table table th {
    border:1px solid #bfbfbf;
    min-width:2em;
    padding:.4em
}

#container .txt_area .table table th {
    background:rgba(0,0,0,.05);
    font-weight:700
}

#container .txt_area[dir=rtl] .table th {
    text-align:right
}

#container .txt_area[dir=ltr] .table th {
    text-align:left
}
.container_cart_disable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
