table#graha_element th {
	width:120px;
}
table#graha_element td.contents
{
	white-space:pre-wrap;
	height:100px;
}
table#graha_element td.required_y_n
{
	text-align:center;
}

ul.multitab {
	display:none;
}
table#graha_element_parent {
	border:0px;
	
}
table#graha_element_parent thead {
	display:none;
}
table#graha_element_parent tr {
	display:inline-block;
}
table#graha_element_parent td.title {
	border:0px;
	display:inline-block;
}
table#graha_element_parent td.title::before {
	content:"/";
}
/*
table#graha_element_child_attribute,
table#graha_element_child_element
{
	border-top:#0f4c81 2px solid;
}
*/
table#graha_element_child_attribute thead,
table#graha_element_child_element thead
{
	display:none;
}
table#graha_element_child_attribute th.synonym,
table#graha_element_child_element th.synonym,
table#graha_element_child_attribute td.synonym,
table#graha_element_child_element td.synonym,
table#graha_element_child_attribute th.is_required,
table#graha_element_child_element th.is_required,
table#graha_element_child_attribute td.is_required,
table#graha_element_child_element td.is_required
{
	width:50px;
	text-align:center;
}
table#graha_element_child_attribute th.update_date,
table#graha_element_child_element th.update_date,
table#graha_element_child_attribute td.update_date,
table#graha_element_child_element td.update_date
{
	width:100px;
	text-align:center;
}
@media only screen and (max-width: 600px) {
	table#graha_element_child_attribute th.update_date,
	table#graha_element_child_element th.update_date,
	table#graha_element_child_attribute td.update_date,
	table#graha_element_child_element td.update_date
	{
		display:none;
	}
}
/*
table#graha_element_child_attribute td.contents {
	white-space:pre-wrap;
	height:100px;
	display:none;
}
*/