body {
  padding-top: 50px;
  
}

.starter-template {
  padding: 40px 15px;
  text-align: center;  
}

.sp-redtext {
	color:red;
}
.container {
	width: 100%;
}
hr {
	border-width: 2px;
	margin: 3px 0 3px 0; 
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	clear:both;
}

.navbar-toggle {
	float: left;
	
}

h3 {


}

#helper {
	max-width:600px;
	padding:5px;
}
.jumbotron {
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
}

.jumbotron p {
font-size: 14px;
font-weight: normal;
}

.spdropnav {
width:100%; 
margin:4px 0 2px 0; 
padding: 3px 0 3px 3px;
background-color: rgba(100, 100, 100, .25);
border-radius: 4px;


}

.cpy {
	font-size: 10px;
	text-align: center"
}

.title {
	margin-top: 0;	
	}

#sp-greatdivide {
	padding: 1px;
	margin: 0 0 3px 0;
	background-color: gray;
	color: white;
	border-radius: 3px;
	
}
.sp-greatdivide-text {
	text-align:center;
	margin:3px 1px 1px 1px;

}

#edit{
position: relative;
padding-top: 100px; //(whatever distance from the top of the page you want)
}

#title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffffff;
	}

#nav {
	float: left;
	width: 90px;
	clear: both;
	height: auto;
	margin-left:10px;
	}

#foot {
		height: 50px;
		padding: 10px;
		background-color: #d1d3d4;
		border-top-style: solid;
		border-top-width: 1px;
		border-color: #f7931e;
		clear:both;
		font-size: 40%;
		}

#mainbody {
	margin: 0px 10px 0px 10px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 25px;
	}	
#pagecontents {
	margin-left: 20px;
	margin-left: 10px;
}


@media print {
    a:link:after,
    a:visited:after {
        content: "" !important;
    }
}









 /* Navbar container */
.sp-navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}

/* Links inside the navbar */
.sp-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.sp-dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.sp-dropdown .sp-dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.sp-navbar a:hover, .sp-dropdown:hover .sp-dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.sp-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.sp-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.sp-dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.sp-dropdown:hover .dropdown-content {
  display: block;
} 



	