
.nav-tabs {
margin-top: 20px;
}

#content-container .container {
padding-top: 13px;
}

/*Bootstrap Example styles */
@media (min-width: 768px) {
	.bs-example {
	  margin-right: 0;
	  margin-left: 0;
	  background-color: #fff;
	  border-color: #ddd;
	  border-width: 1px;
	  border-radius: 4px 4px 0 0;
	  box-shadow: none;
	}
}

.bs-example {
  position: relative;
  padding: 35px 15px 13px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
}

.bs-example-tooltip .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}

.bs-example-tooltips {
  text-align: left;
}

.bs-example-tooltips>.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.btn-default:focus, .btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

hr.bootstrap {
	margin-top: 40px;
 	margin-bottom: 40px;
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}