@charset "UTF-8";

.bg_gray {
	background: #CCC;
	padding: 10px;
}

.bg_orange {
	background: #ff3300;
	padding: 10px;
}

.text_white {
	color: #fff;
}

.text_orange {
	color: #ff3300;
}

.text_shadow {
	text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.text-justify {
	text-align: justify;
}

.tech_table {width:100%;}
.tech_table th {color:#FFF; background:#279fbf; font-size:18px; padding:5px;}
.tech_table td {font-size:16px; padding:5px;}
.tech_table th, .tech_table td {width:25%; text-align:center; vertical-align:middle; border:1px solid black;}