* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.error {
	color: red;
	font-size: 0.8em;
}

.main-div {
	display: table;
	width: 100%;
	height: 100vh;
}

.header-row {
	display: table-row;
	height: 40px;
	background-color: #808080;
}

.added-cell {
	display: table-cell;
	min-width: 150px;
}

.logo-cell {
	display: table-cell;
	min-width: 150px;
	padding: 0 15px;
	vertical-align: bottom;
}

.logo-cell img {
	vertical-align: bottom;
}

.header-cell {
	display: table-cell;
	width: 100%;
}

.content-row {
	display: table-row;
		/**/height: 100%;

}

.menu-cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	min-width: 150px;
	padding: 15px;
}

.article-cell {
	display: table-cell;
	padding: 15px;
	align: left;
	width: 100%;
	height: 100%;
}

.floor-row {
	display: table-row;
	height: 20px;
	background-color: #808080;
}

.copyright-cell {
	display: table-cell;
	width: 100%;
	text-align: center;
	padding: 10px;
}