body {
  padding-top: 0px;
  padding-bottom: 0px;
}    

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}

form {
  margin-top: 5px;	
}

#brand-shield {
  float: left;	
}

#brand-title {
  color: white;	
}

.navbar {
  background-color: #18453B;
}

.btn-addon {
  color: #565656;
  background-color: #e1e1e1;
  border: 1px solid #ccc;
  border-radius: 0px 4px 4px 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #216354;
}

ul.nav.navbar-nav > li.dropdown.open > a.dropdown-toggle {
	background-color: #349b83;
}

.ccts-common {
  display: block;
  font-size: 1em; /* Or specific pixel/rem value like 16px/1rem */
 
 

}

/* start of printing styles */
@media print {
    .print-hide {
        display: none !important;
    }
	h1, h2, h3 {
	  font-size: 15px;
	  font-weight: 700;
	  margin-top: 0px;
	  margin-bottom: 0px;
}

.hide { display:none; } 
.show { display:block; }

textarea {
	width: 100%;
}




}