/* 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;
}

div#kingkongboard-wrapper div.product-infobox {display:block; border:1px solid #e0e0e0; margin:10px; padding:10px; position:relative; overflow-y:hidden; background:#fff;}
div#kingkongboard-wrapper div.product-infobox > span.product-thumb {position:absolute; top:10px; left:10px; }
div#kingkongboard-wrapper div.product-infobox > div.product-info {display:block; margin-left:100px; }
div#kingkongboard-wrapper div.product-infobox > div.product-info > span {display:block;}
div#kingkongboard-wrapper div#kingkongboard-read-table > div.product-infobox > div.product-info > span.product-info-title > a {margin-top:10px; font-size:16px; font-weight:bold; line-height:1.2;}
div#kingkongboard-wrapper div.product-infobox > div.product-info > span.product-info-description {font-size:12px; font-weight:normal; color:#797979; padding:5px 0;}
div#kingkongboard-wrapper div.product-infobox > div.product-info > span.product-info-price {font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold;}














