.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: #2e786f;
	text-transform: uppercase;
	font-size: 1.2vw;
}

#szemely_title{
	padding: 10px;
	background: #2e786f;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	font-size: 1.2vw;
	padding-left: 20px !important;
}

.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;
}

#word_cloud_container{
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-right: 4%;
	margin-left: 1%;
	margin-top: 2%;
}

#word_cloud_holder{
	flex: 1;
	color: black;
}

#szoveg_holder{
	font-size: 1vw;
	height: 100%;
	background: #d3d3d3;
}

#word_table{
	width: 100%;
	table-layout: fixed;
}

#word_table ul{
	margin: 0;
	list-style-type: none;
}

#word_table td{
	vertical-align: top;
}

.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;
}

.title_div{
	padding: 5px;
	background: #955f25;
}

.szoveg_title{
	font-weight: bold;
	text-transform: uppercase;
}

.szoveg_container{
	color: black;
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 2vh;
}

.verse_holder{
	text-align: left;
}

.szoveg_holder_div{
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 2vh;
}

.arrow_button_holder{
	padding-right: 30%;
	text-align: right;
}

.pager_arrow{
	width: 1.3vw;
	height: 1.3vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

#pager{
	height: 25px;
}


#pager div{
	cursor: pointer;
}