.brand img{
  opacity: 0.6;
  margin-left: auto;
  padding:30px;
  margin-right: auto;
  max-width: 15%;
  background:transparent;
  float:center;
  
}


.well {
	min-height: 0px;
	padding: 19px;
  	padding-right: 0px;
  	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	border: 0px solid #e3e3e3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}	
*input,
textarea,
.userinput {
	width: inherit;
}

select {
	width: inherit;
	border: 1px solid #ccc;
	background-color: #fff;
}


.footer {
	background-color: #abc1d1;
	
	
}


.body .container {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0);
}

 a {
	color:#000000
}

.header {
  background-color:#abc1d1;
  margin:0px;
  border:10px solid #abc1d1;
  
}

body {
	margin: 0px;
	line-height: 30px;
}

.nav{
  font-size: 25px; /* Change the size of font */

}

.navigation {
    border-top: 3px solid rgba(0,0,0,0.075);
    border-bottom: 3px solid rgba(0,0,0,0.075);
    margin-bottom: 10px;
}

.container-fluid {
    padding:0px;
}

body.site {
  padding:0px;
}

.pull-right {
		
  	float:center;
  	padding-top:38px;
}

.sidebar-nav{
  margin:0px;
  }

hr{
  border:0px;
}

a{
  color:#c2c2c2;
}

fb-root{
  margin-left:0px;
}

.page-header {
  margin:35px;
}

center-image {
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

padleft{
  padding:40px;
}

@media (max-width: 767px) { 
  	[class*="span"],
	.uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    	width: fit-content;
  }
  
