/* woocommerce myaccount */
div.woocommerce table.myaccount_question {
	display:inline-table;
	width:100%;
}

div.woocommerce table.myaccount_question tr th {
	padding:10px 0;
}

div.woocommerce table.myaccount_question tr.question-title th.question-title-no { width:50px; text-align:center; }
div.woocommerce table.myaccount_question tr.question-title th.question-title-product { width:100px; text-align:center; }
div.woocommerce table.myaccount_question tr.question-title th.question-title-date { width:120px; text-align:center; }
div.woocommerce table.myaccount_question tr.question-title th.question-title-answer { width:100px; text-align:center }

div.woocommerce table.myaccount_question tbody tr {border-bottom:1px solid #e0e0e0;}
div.woocommerce table.myaccount_question tbody tr:first-child {border-top:1px solid #e0e0e0}
div.woocommerce table.myaccount_question tbody tr td { font-size:12px; padding:5px 0;}
div.woocommerce table.myaccount_question tbody tr td.question-td-no {text-align:center;}
div.woocommerce table.myaccount_question tbody tr td.question-td-product {text-align:center;}
div.woocommerce table.myaccount_question tbody tr td.question-td-product a img {
	background:#fff;
	padding:5px;
	border:1px solid #e0e0e0;
}
div.woocommerce table.myaccount_question tbody tr td.question-td-date {text-align:center;}
div.woocommerce table.myaccount_question tbody tr td.question-td-answer {text-align:center;}

div.woocommerce table.myaccount_question tbody tr td.question-td-answer span.answer-box {
	background:#676767;
	color:#fff;
	padding:5px 10px;
}

div.woocommerce table.myaccount_question tbody tr td.question-td-answer span.completed {
	background:#da2128;
}

div#kingkongboard-wrapper table#kingkongboard-table tbody tr td.kingkongboard-list-section a img {
	width:50px;
	height:auto;
}