.pager_arrow_holder{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.more_button{
	width: 1.3vw;
}

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 2100px;
	color: white;
	background: #1e1e1e;
	display: flex;
	flex-direction: column;
	font-family: corbel;
	overflow: auto;
}

#container{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
}

#side_menu_container{
	width: 22%;
	margin-left: 4%;
	margin-right: 1%;
	margin-top: 2%;
}

#thumbnail_container img{
	width: 100%;
}

#side_menu_title{
	padding: 10px;
	background: #2e7835;
	text-transform: uppercase;
	font-size: 1.2vw;
}

#abc_category_list{
	padding: 10px;
	background: #2e7835;
	font-size: 1.2vw;
}

.first_abc_element{
	flex: 1;
	text-align: right;
}

.last_abc_element{
	flex: 1;
}

.divider{
	cursor: auto !important;
	margin-right: 5px;
	margin-left: 5px;
}

#content_container{
	display: flex;
	flex-direction: row;
	flex: 1;
	background: white;
}

#irodalom_container{
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-right: 4%;
	margin-left: 1%;
	margin-top: 2%;
}

#irodalom_holder{
	display: flex;
	flex-direction: column;
	flex: 1;
	color: black;
	background: #d3d3d3;
	padding-bottom: 1vh;
	padding-top: 1vh;
	padding-left: 1vw;
	padding-right: 1vw;
}

.irodalom_item{
	display: flex;
	flex-direction: column;
	margin-bottom: 1vh;
	font-size: 1vw;
}

#abc_category_list{
	display: flex;
	flex-direction: row;
}

.selectedAbcCategory{
	color: black;
}

.selectedPage{
	font-weight: bold;
}

.pageNumber{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5px;
}

#pager{
	font-size: 1vw;
	padding: 10px;
	color: black;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#footer{
	height: 200px;
	background: #1e1e1e;
}

.property_list_item, .property_title/*, .property*/{
	float: left;
}

.property_title{
	padding-right: 5px;
	color: #7a9525;
}

.property a{
	color: #2e7851;
}

.pager_arrow{
	width: 1.3vw;
	height: 1.3vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

#pager{
	height: 25px;
}


#pager div{
	cursor: pointer;
}

#abc_category_list div{
	cursor: pointer;
}