

.btn-pink {
  background-color: hsl(337, 80%, 43%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e72770", endColorstr="#c51559");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e72770), to(#c51559));
  background-image: -moz-linear-gradient(top, #e72770, #c51559);
  background-image: -ms-linear-gradient(top, #e72770, #c51559);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e72770), color-stop(100%, #c51559));
  background-image: -webkit-linear-gradient(top, #e72770, #c51559);
  background-image: -o-linear-gradient(top, #e72770, #c51559);
  background-image: linear-gradient(#e72770, #c51559);
  border-color: #c51559 #c51559 hsl(337, 80%, 40.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.btn-primary {
  background-color: hsl(149, 7%, 4%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252b28", endColorstr="#090a0a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#252b28), to(#090a0a));
  background-image: -moz-linear-gradient(top, #252b28, #090a0a);
  background-image: -ms-linear-gradient(top, #252b28, #090a0a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252b28), color-stop(100%, #090a0a));
  background-image: -webkit-linear-gradient(top, #252b28, #090a0a);
  background-image: -o-linear-gradient(top, #252b28, #090a0a);
  background-image: linear-gradient(#252b28, #090a0a);
  border-color: #090a0a #090a0a hsl(149, 7%, 1%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  -webkit-font-smoothing: antialiased;
}

.centered { margin: 0 auto; }
.center_text{ text-align:center;}

body { padding-top: 40px;}
.navbar .brand{margin-left:-27px;}
#footer {text-align:center;}


     
#sidebar {
	position: fixed;
	left: 50%;
	top: 80px;
	margin: 0 0 0 500px;
	background: white;
}
* html #sidebar { 
	position: absolute;
}

.margin_none {
margin-left: 5px;
}



