.header {
  padding-top: 20px; }
  .header h1 {
    float: left;
    padding: 13px 0 0 25px; }

.header .nav, .header .navbar-text {
  font-size: 12px; }

.main {
  clear: both; }

.initially-hidden {
  display: none; }

p.help-block {
  font-size: 12px; }

.question > p.help-block {
  margin-top: -5px; }

.question {
  margin-top: 20px; }

.question > label + div.radio {
  margin-top: 0px; }

label.error {
  color: #d83820;
  font-style: italic; }

.table-hover {
  cursor: pointer; }

.table-sm, .table-xs {
  font-size: 12px; }

.table-striped > tbody > tr.header-row > td {
  background-color: black;
  color: white; }

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

#form-modal .checkbox {
  padding-top: 21px; }

.header {
  position: relative; }

.session-header {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0; }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  .form-signin .form-signin-heading {
    margin-bottom: 10px; }
  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px; }
  .form-signin .form-control:focus {
    z-index: 2; }
  .form-signin input[type="text"] {
    margin-bottom: 5px; }

  .wide-button {
    width: 50px; }

.alert {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  width: 80%; }

.btn-right {
  float: right;
  margin-top: 10px; }

.when-finished {
  margin-top: 20px;
  color: #aaa; }

.tighter-checkbox, #form-modal .tighter-checkbox {
  padding-top: 0px; }

.align-left {
  float: left; }

.align-right {
  float: right; }

/* typeahead info below */
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca; }

span.twitter-typeahead .tt-suggestion > p > small {
  color: #aaa; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important; }

.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important; }

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important; }

/* typeahead info above */

/*# sourceMappingURL=style.css.map */
