.container {
	max-width: 800px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.logo {
	margin-top: -95px;
	margin-bottom: -30px;
	text-align: center;
}
.hide {
	display: none;
}
.document_form {
	margin-bottom: 50px;
}
.replacements_form label {
	width: 200px;
	justify-content: left;
	word-break: break-all;
}
.replacements_form .form-inline {
	margin-bottom: 5px;
}
.replacements_form textarea {
	width: calc( 100% - 200px )!important;
}
.replacements_form .form-group {
	width: 100%;
}
h1,h2,h3,h4,h5,h6,.navbar {
    font-family: serif;
}
