﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.mytextbox {
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
  
}

.mylabel {
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 3px;
    margin-bottom: 1px;
  
}



#pagecontent
{
	display:block;
	left:0px;
	width:720px;

	text-align:left;
	background-color:white;
	padding-left:3px;
	margin-left:100px;

	top: 0px;
	
}

#sitecontainer
{
	float:none;
	
	width:100%;
	border-width: 0px ;
	margin:0 auto;
	text-align:left;
	background-color:white;
}
#pagecontainer
{
	float: left;
	width:100%;
	border-width: 2px ;
	margin: 0px;
	text-align:left;
	background-color:white;
}



/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


.my-header{
  color: white ;
  background-color: #262626;
}

.my-menubar{
  color: white ;
  background-color: #262626;
}

.my-primary{
  color: white ;
  background-color: #262626;
}

.my-primary-blue{
  color: white ;
  background-color: blue;
}

.my-pagecontent{
  color: black ;
  background-color: white;
}