#main{
	padding:10px 10px;
	max-width: 1170px;
	margin:0 auto;
}

/*****************歷史帳務 strat**************/
.billing-date-area .billing-date-table{
	/*border-collapse: collapse;*/
	border-collapse: separate;
    width: 100%;
}

.billing-date-area .billing-date-table td{
	padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.billing-date-area .billing-date-table tr:not(.title-tr) td:first-child{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.billing-date-area .billing-date-table tr:not(.title-tr) td:last-child{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.billing-date-area .billing-date-table .title-tr td{
	border-right: 1px solid #d4dae1;
	padding: 12px 5px;
	text-align:center;
    font-weight: bold;
    background-color: #ebebeb;
	position: sticky;
	top:0px;
}

.billing-date-area .billing-date-table .title-tr td:last-child{
	border:0px;
}

.billing-date-area .billing-date-table .options-title-tr td{
	border-right: 1px solid #e4e5e6;
    border-bottom: 1px solid #e8ecf0;
    background-color: #fff;
	text-align:right;
}

.billing-date-area .billing-date-table .total-tr td{
    font-weight: bold;
    background-color: #c4ccd3;
	border-right: 1px solid #aab2ba;
	text-align:right;
}

.billing-date-area .billing-date-table .total-tr td:last-child{
	border:0px;
}

.billing-date-area .billing-date-table .space-tr{
	background-color:#ebebeb;
}

.billing-date-area .win-amount{
	font-weight:bold;
	text-decoration:underline;
}

.billing-date-area .green-txt{
	color:green;
}

.billing-date-area .red-txt{
	color:#F00;
}



.member-order-area .top-feature-bar{
	display: flex;
	align-items: center;
	font-size: 15px;
	margin-bottom:10px;
}

.member-order-area .top-notes{
	color:#E26A6A;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:10px;
}

.member-order-area .top-feature-bar .back-btn{
	color: #fff;
    background-color: green;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    user-select: none;
	line-height: initial;
}

.member-order-area .bottom-feature-bar{
	display: flex;
	align-items: center;
	margin-top:10px;
	justify-content: flex-end;
	font-size: 15px;
}

.member-order-area .order-table {
    /*border-collapse: collapse;*/
	border-collapse: separate;
    width: 100%;
}

.member-order-area .order-table td{
    padding: 9px 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}


.member-order-area .order-table tr:not(.title-tr) td:first-child{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.member-order-area .order-table tr:not(.title-tr) td:last-child{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.member-order-area .order-table .title-tr td{
	border-right: 1px solid #d4dae1;
	padding: 15px 5px;
	text-align:center;
    font-weight: bold;
    background-color: #ebebeb;
	position: sticky;
	top:0px;
}

.member-order-area .order-table .title-tr td:last-child{
	border:0px;
}

.member-order-area .order-table .options-title-tr td{
	border-right: 1px solid #e4e5e6;
    border-bottom: 1px solid #e8ecf0;
    background-color: #fff;
	text-align:right;
	white-space: nowrap;
}


.member-order-area .order-table .options-title-tr .gc-name-td {
    width: 20%;
    text-align: center;
}

.member-order-area .order-table .sub-total-tr td{
    font-weight: bold;
    background-color: #d4d4d4;
	border-right: 1px solid #aab2ba;
	text-align:right;
}

.member-order-area .order-table .sub-total-tr td:last-child{
	border:0px;
}

.member-order-area .order-table .total-tr td{
    font-weight: bold;
    background-color: #c4ccd3;
	border-right: 1px solid #aab2ba;
	text-align:right;
}

.member-order-area .order-table .total-tr td:last-child{
	border:0px;
}

.member-order-area .order-table .no-data{
	background-color: #FFF;
}

.member-order-area .order-table .align-r{
	text-align:right;
}

.member-order-area .order-table .handicap {
	color: #0000CC;
	font-weight: bold;
}

.member-order-area .order-table .odds {
    font-weight: bold;
}

.member-order-area .order-table .rank_score{
	color:orange;
}

.member-order-area .order-table .bet-period-no{
	font-weight:bold;
}

.member-order-area .red-txt{
	color:#F00;
}

.member-order-area .notes{
	font-weight: bold;
	color: red;
}
/*****************歷史帳務 end**************/