<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: LLCR
Author: Pinecode Creative
Author URI: https://www.pinecodecreative.com
Version: 1.0
*/

#main-header{
	background-color:#f1f1f1;
	padding:10px 0;
	border-bottom:1px solid #eee;
	margin-bottom:100px;
}

.navbar{
	margin-bottom:0;
	min-height: 0;
}

.navbar-brand{
	height:auto;
	padding:0;
}

.contact-info{
	float: right;
	font-size: 20px;
	color: #bb0000;
	margin-top:2px;
}

form#loginform{
	background: #f1f1f1;
	border: 1px solid #ddd;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	display: block;
	float: none;
	border-radius: 3px;
}</pre></body></html>