
#small_menu_1:checked ~ div { height: 200px; transition: 0.4s all; }

#small_menu_2:checked ~ div { height: 100px; transition: 0.4s all; }

.text {
	text-align:center;
	padding-top:20px;
	color:#000000;
}
.title_section {
	height: 40px;
}
.title_hover { transition: 0.2s all; }
.title_hover:hover {
	background: rgba(50,50,90,0.3) !important;
	transition: 0.2s all;
}
.text > font {
	font-size: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #555;
	padding: 6px 15px 6px 15px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 2px 3px #bbb;
}
.content_right > table > tbody > tr > td:nth-child(2) { font-size: 0.9em; }
.content_right > table > tbody > tr > td:nth-child(3) { font-size: 0.9em; }
.content_right > table > tbody > tr > td:nth-child(4) { font-size: 0.9em; }
.content_right > p:nth-child(1) {
    font-size: 47px;
    font-weight: 700;
    margin-left: 15px;
    color: #191919;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 30px;
}

@keyframes historyanimation {
	from {
		width: 0%;
		opacity: 0.5;
	}
	to {
		width:100%;
		opacity: 1;
	}
}

@media screen and (max-width: 1220px) {
	table { font-size: 14px; }
	.title_hover { font-size: 15px; }
	.view_hidden { display: none; }
	.title_section > td:nth-child(3) { border-right: 0 !important; }
	.content_right > table > tbody > tr > td:nth-child(3) { border-right: 0 !important; }
	.content_right > p:nth-child(1) > h { font-size: 12px !important; }
}
