.pdf2post_buttons_container {
	display:flex;
	justify-content: space-around;
    flex-direction: column;
}
.convertion_result_button {
	font-size: 1.1rem;
	padding:1rem;
	margin:1rem;
	border-radius:4px;
	background-color:#6B6B6B;
	border: 1px solid #484848;
}
.convertion_result_button a {
	color:white;
}
.pdf2post_preview_container {
	display:flex;
	justify-content: space-around;
	align-items: center;
}
.pdf2post_thumbnail_result {
	max-width: 100px;
    max-height: 100px;
    border: 1px solid;
}