<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-container {
    border-right: 0px;
}

#top-container {
    background-color: #eee;
    border-left: 10px solid #353a95;
    border-top: 10px solid #353a95;
    border-top-left-radius: 20px;
	border-right: 10px solid #353a95;
	border-top-right-radius: 20px;
	background-color: #353a95;
}

@media screen and (max-width: 767px) {
	#top-container {
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;
		background-color: #353a95;
	}
}

#main-container {
    background-color: #eee;
    border-right: 10px solid #353a95;
	border-left: 10px solid #353a95;
}

#bottom-container {
    border-left: 10px solid #353a95;
	border-right: 10px solid #353a95;
    padding-bottom: 20px;
    background-color: #eee;
}

#meriq-container {
    border-left: 10px solid #353a95;
	border-right: 10px solid #353a95;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		letter-spacing: 1px;
	}
}

.inner-border-top {
	background-color: #eee;
    border-left: 5px solid #2f3335;
    border-top: 5px solid #2f3335;
    border-top-left-radius: 25px;
	border-right: 5px solid #2f3335;
	border-top-right-radius: 25px;
}

@media screen and (max-width: 767px) {
	.inner-border-top {
		margin-top: 15px;
	}
}

.inner-border-main {
	background-color: #eee;
    border-right: 5px solid #2f3335;
	border-left: 5px solid #2f3335;
}

.inner-border-bottom {
	border-left: 5px solid #2f3335;
	border-right: 5px solid #2f3335;
}

body {
	background-color: #888;
}

.brand {
	color: #fff;
	text-shadow: 8px 4px 8px #fe0002;
}

.nav&gt;li&gt;a {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #fe0002;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
}

@media screen and (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #3605ac;
	}
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
	background-color: #ddd;
}</pre></body></html>