.council_content_class {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex: 1;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}
.organizational_structure_class {
	margin-top: 20px;
	border: 1px dashed #ABB1B5;
	border-radius: 2px;
	width: 700px;
	height: 416px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_head_class {
	margin-top: 20px;
	font-size: 14px;
	align-items: center;
	color: #333333;
	display: flex;
	height: 37px;
	border: 1px solid #CCCCCC;
	width: 698px;
	background-color: #EEF0F1;
}

.tab_one_three_class {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 67px;
	border-right: 1px solid #CCCCCC;
}

.tab_two_cell_class {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 98px;
	border-right: 1px solid #CCCCCC;
}

.tab_four_cell_class {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 159px;
	border-right: 1px solid #CCCCCC;
}

.tab_cell_content_class {
	font-size: 14px;
	align-items: center;
	color: #666666;
	display: flex;
	height: 37px;
	border-left: 1px solid #CCCCCC;
	width: 698px;
	border-right: 1px solid #CCCCCC;
	width: 698px;
	border-bottom: 1px solid #CCCCCC;
	width: 698px;
}

.tab_five_cell_class {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex: 1;
}
