.mibok-menu-top{
	display: flex;justify-content: space-between;
}
.mibok-menu-top_left{
	width: 90%;
}
.mibok-menu-top_right{
	width: 10%;
}
.mibok-menu-top_right .collapse{
	display: flex;
	justify-content: flex-end;
}
.navbar.mibok-menu-top {
	margin-bottom: 5px;
}

.font-size-100 h1, .font-size-100 .h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
.element-detail{
	margin-top: 0;
}
.element-detail .element-date {
	font-size: 17px !important;
}
@media screen and (max-width: 670px){
	.font-size-100 h1, .font-size-100 .h1 {
		font-size: 30px;
	}
}
