select {
	width: 100%;
}
.container {
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-bottom: 10px!important;
}
body {
	background-color: #eee;
	background-image: url('https://crm-dev.nedmarine.info/_assets/images/patterns/irongrip50.png')!important;
	background-repeat:repeat!important;
	background-size: auto!important;
}
.cms-nav-top h1 {
	margin: auto;
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}
.content {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;

	min-height: 600px;
	background: none;
}
.content > * {
	min-width: 360px;
	margin: auto;
}

h1 {
	font-size: 25px;
}

@media (min-resolution: 250dpi) { 
	h1 {
		font-weight: normal!important;
	}
}
@media (max-resolution: 250dpi) { 
	h2, h3, h4, h5, h6 {
		font-weight: 200!important;
		
	}
}

h2, h3, h4, h5, h6 {
	color: #018D99 !important;	
}
hr {
	margin: 20px 0px;
	border-color:#BDBEBD;
}
.notifications-wrapper > * {
	border-left: 2px solid #ccc;
	border-color:#D6B420;
	background-color: rgba(215,180,30,0.25);
	padding: 2.5px 7.5px;
}