/* ERROR */
body {
	max-width: 750px;
    margin: auto;
    background-color: #ffffff
    font-family: 'Century Gothic';
    font-size: 16px;
    color: #656565;
}
.section {
		border-bottom: solid 4px #4FB0CD;
		margin-bottom: 10px;
		text-align: center;
	}

.section p{
		font-family: 'Century Gothic';
		font-weight: bold;
		margin-bottom: 2px;
		text-transform: uppercase;
		color: #4FB0CD;
		font-size: 18px;
	}

.section-notfound {
		border-bottom: solid 4px #4FB0CD;
		margin-bottom: 20px;
		border-top: solid 4px #4FB0CD;
		margin-top: 50px;
		text-align: center;
	}

.section-notfound p{
		font-family: 'Century Gothic';
		font-weight: bold;
		margin-bottom: 2px;
		text-transform: uppercase;
		color: red;
		font-size: 18px;
	}

.section-items {
	margin-top: 0px;
	margin-bottom: 20px;
}

.section-form {
	margin-top: 0px;
	margin-bottom: 50px !important;
	padding: 0 10px;
}

.section-items-name {
	font-weight: bold;
	width: 150px;
	margin-bottom: 6px;
}

.section-items-notfound {
/*	font-weight: bold;*/
	/*width: 150px;*/
	margin-bottom: 6px;
}

.section-items-value {
	margin-bottom: 6px;
}

.section-items p {
	margin-top: 0.3em;
}

.section-img {
	margin-bottom: 50px;
	text-align: center;
}


.header {

	margin-bottom: 30px;
	max-height: 150px;
	padding: 10px;
	border-bottom: 2px solid #F2F2F2;
	text-align: center;
}

.header img {
		max-height: 60px;	
}

.footer {
	background-color: #4FB0CD;
/*	max-height: 50px;*/
	padding: 10px;
	display: inline-flex;
}

.footer div {
	display: flex;
}

.footer p {
	color: white;
	display: block;
    /*margin-block-start: 1em;*/
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
}

.footer-ico {
    overflow-clip-margin: content-box;
    overflow: clip;
    /* width: 15px; */
    margin-right: 8px;
    vertical-align: middle;
    height: 15px;
    margin-top: 4px;
}

.table-container {
	margin: 50px auto;
	max-width: 400px;
}

.table {
	text-align: center;
	color: #656565;
}

.table thead {
	color: #4FB0CD;
	font-weight: bold;
}

.table thead th p {
    border-bottom: 1px solid #656565;
    /* margin: 0 10px; */
    display: initial;
    padding: 7px;
}