.text-indent{
	text-indent: 0.5em;
}
.menu_list {
	list-style: none;
	background: #2a2a2a;
	display: flex;
}
.menu_item {
	list-style: none;
	background: #2a2a2a;
	display: flex;
}

th, td {
	width: 50%;
}
/* 
@media only screen and (max-width: 767px){
	th, td {
		width: 40%;
	}
} */
