table.estimate
{
	width: 100%;
}
table.estimate td
{
	background-color: #ffffff;
	border: 1px solid #1b5759;
	padding: 4px;
}
table.estimate th
{
	background-color: #b0e5e7;
	padding-left: 4px;
	padding-right: 4px;
}
table.estimate .center
{
	text-align: center;
}
table.estimate .right
{
	text-align: right;
}

.editor-controls
{
	margin: 0;
	padding: 0;
}
.flexrow
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.form-group
{
	display: inline-block;
	vertical-align: middle;
}
.info
{
	padding: 8px;
	border: 1px solid #7f7f7f;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.page-header
{
	display: none;
}
