body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #f60;
  color: #333;
  background: url(img/pattern.jpg) repeat;
  background-size: cover;
  background-position: left center;
  line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #f60;
	outline: none;
}
	
a img { border: none; }

h1 {
  font-size: 36px;
  line-height: 1em;
  color: #f60;
  margin-top: 0;
	margin-bottom: 30px;
}

img {
  max-width: 100%;
}

.lede {
  font-size: 20px;
  line-height: 1.2em;
}

h2 {
	margin: 0;
}
.container {
  max-width: 800px;
  margin: 0px auto;
}

.container .content {
  background-color: white;
	padding: 50px;
}


#box {
	margin-top: 30px;
	min-height: 170px;
}

.qlocation {
	text-align: center;
}

.qlocation .active {
	color: #f60;
	font-weight: bold;
	font-size: 12pt;
}

.extra {
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #ddd;
	text-align: center;
}


.btn {
  display: inline-block;
  color: white;
  background-color: #f60;
  padding: 16px 20px;
  margin: 20px 0;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.btn--small {
  padding: 8px 10px;
}

.btn:hover {
  /* background-color: #0a265f; */
  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.25),inset 0 0 0 rgba(255,255,255,0.2) !important;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2),inset 0 0 0 1px rgba(255,255,255,0.25),inset 0 0 0 rgba(255,255,255,0.2) !important;
}

.list-options {
  list-style: none;
  padding-left: 0;
  margin-left: 22px;
}

  .answer {
    margin-bottom: 8px;
  }

  .answer:hover, .answer input {
    color: #f60;
    cursor: pointer;
  }
  
  .list-options input {
    margin-left: -22px;
    margin-right: 4px;

  }