/* pravstyle.css */
	.ta_c h1 {
    margin: 0;
}

	.pageTitle {
	font-size: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	}

.content1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
table {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.poltext {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
	.entry-content-tx {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
	.col-md-10.col-lg-8.medium-centered {
    width: 100%;
}
	.negative-padding-large {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.entry-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
}