@media print {*{-webkit-print-color-adjust: exact;print-color-adjust: exact;}}
.icons_small {width: 15px;}
.white_fill {fill: white;}
.bg_img {background: rgb(0, 100, 50);}
.bg_img input {background: none; color: white;}
.bg_img button {background: white; color: black;}
#in_stock_table, #sales_table, .sales_table {width: 100%; border-collapse: collapse; margin-bottom: 16px;}
#in_stock_table th, #sales_table th, .sales_table th {padding: 0 8px;}
#in_stock_table td, #sales_table td, .sales_table td {border: 1px solid white;}
#stocking_table td {border: 1px solid white; padding: 8px;}
table {width: 100%; border-collapse: collapse;}

.product-search-box{position:relative;width:100%}
.product_search_results{position:absolute;left:0;right:0;top:50px;border:1px solid #ddd;border-top:0;max-height:300px;overflow-y:auto;display:none;z-index:9999}
.product-search-result{padding:4px;cursor:pointer;border-bottom:1px solid #eee}
.product-search-result:hover{background:#f5f5f5; color: black;}
.product-search-result.active{background:#f5f5f5; color: black;}
.product-search-no-result{padding:12px;color:#777}

.faq-question{width:100%; cursor: pointer; border: none;}
.faq-answer{display:none;}