::-moz-selection {
 color: #fff;
 background: #338fff;
}
/*******************************************
           header
*******************************************/

table img {
	max-width: 100%;
}
.table-remove-border table.table tr td,
.table.table-bordered {
	border: none !important;
}
.table-remove-border .table tr:nth-child(2n) td {
	background: rgba(243,243,243,.75)
}
@media (max-width:768px) {
.table-remove-border table.table tr{display:flex; flex-direction: column}
.table-remove-border table.table tr:nth-child(2n+1) td:first-child{order: 2;}
}
.tb_content_full {
	left: 50%;
	margin-left: -50vw;
	position: relative;
	width: 100vw;
}

