@media (min-width: 979px) {
	body {
		padding-top: 60px;
	}
}

/* General styles */
.center{
	text-align: center !important;
}

.mutable .hero-unit {
  /*padding: 60px;
  margin-left: auto;
  margin-right: auto;*/
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.mutable .centrerow {
  margin-left: auto;
  margin-right: auto;
}

.mutable_inner_container {
  margin-left: auto;
  margin-right: auto;
}

.span12, .container {
    width: 90%;
}

.span9 {
    width: 75%;
}

.span8 {
    width: 90%;
}

#selectors td{
	padding-right: 20px;
}
