/*
Theme Name: HTLAB.NET Theme
Theme URI: http://htlab.net/
Description: HTLAB.NET Theme
Version: 1.0
Author: @pcjpnet
Author URI: http://pc-jp.net/
*/



/* ========== PRINT ========== */

#title_header_left {color:#000000 !important;}
div#nav_header {display:none !important;}
div#title_header_left_text {display:block !important;}
div#sidebar {display:none !important;}
div#article {
	flex:0 0 100% !important;
	max-width:100% !important;
	padding: 15px;
}
div#footer_left a {display:none !important;}

.no_print {
	display: none !important;
}

.inl_print {
	display:inline !important;
}

a {
	text-decoration: none !important;
}


table thead tr th:empty {
	display: none;
}
