table.treatment {
    background: #fff;
    margin-bottom: 1.25rem;
    width: 100%;
    border: 0px solid #ccc;
}

table.treatment tr {
    border-bottom: 1px solid #ccc;
}

table.treatment th {
    padding: 0.2rem 0.3rem !important;
    color: #8E731B;
    font-size: 1em;
}

table.treatment td {
    padding: 0.2rem 0.3rem !important;
    font-size: 90%;
}

.fade:not(.show) {
    opacity: 1;
}

.link-gold {
    color: #8E731B;
}

table.mypage {
    background: #fff;
    margin-bottom: 1.25rem;
    width: 100%;
    border: 1px solid #ccc;
}

table.mypage th {
    background-color: #EDEDED;
}

table.mypage td {
    padding: 0.2rem 0.3rem !important;
    font-size: 90%;
}

.orderby {
    width: auto;
    height: auto;
    background-color: rgb(248, 248, 248);
    border-color: rgb(166, 166, 166);
    color: -internal-light-dark-color(black, white);
    float: left;
    margin-right: 2px;
    margin-top: 0px !important;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.currencyset {
    width: auto;
    height: auto;
    background-color: rgb(248, 248, 248);
    border-color: rgb(166, 166, 166);
    color: -internal-light-dark-color(black, white);
}

.table-noborder {
    background: #fff;
    margin-bottom: 1.25rem;
    width: 100%;
    border: 0px solid #ccc;
}

.table-noborder tr {
    border: 0px solid #ccc;
}

.table-noborder td {
    border-bottom:1px solid #ccc;
    padding: 0.5rem 0.6rem;
}

.table-noborder th {
    border: 1px solid #ccc;
    padding: 0.5rem 0.6rem;
}

.payment-label {
    border-bottom: solid 1.5px #B69E4F;
    margin: 0rem 0rem 0.5rem 0rem;
}

.mypage-label {
    border-bottom: solid 2.0px #B69E4F;
    margin: 0rem 0rem 0.5rem 0rem;
}

.btn-rq {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #8E731B;
    background-color: #fff;
    border-color: #8E731B;
}

.btn-rt {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #8E731B;
    border-color: #8E731B;
}

.hidden {
    display: none !important;
}

.btn-mypage {
    background-color: #8E731B !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
}

.post-title {
    color: #8E731B !important;
    font-family: 'Libre Baskerville', serif;
    margin-top: 30px !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

.btn-gold {
    color: #fff;
    background-color: #aa9346;
    border-color: #aa9346;
}
