html {
  min-height: 100%;
}

body {
  background-color: #000000;
  font-size: 18px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.centeredColumn {
  background-color: #3afdd1;
  border: 1px solid #41b198;
  border-top-color: #2fc6a4;
  border-radius: 5px;
  min-height: 100%;
  width: 320px;
}

#places {

}

.welcome {
  background-color: green;
  color: white;
  font-weight: bold;
  height: 180px;
  padding-top: 20px;
}

.main_form {
  min-height: 340px;
}

.types {
  margin-top: 20px;
}

.types input {
  margin: 0 4px 0 10px;
}

#boulder_scale {
  margin-top: 20px;
}

#rope_scale {
  margin: 20px 0 0 20px;
}

.actions {
  margin-top: 20px;
}

.actions a {
  background-color: #30c4a3;
  border: 1px solid #41b198;
  border-top-color: #2fc6a4;
  border-radius: 4px;
  box-shadow: rgba(0,0,0,.2) 0px 1px 1px;
  color: white;
  cursor: pointer;
  padding: 6px;
}

.actions a:active {
  background-color: #30c4a3;
  border-color: #89f4dc;
  border-top-color: #41b198;
  border-radius: 4px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  padding: 6px;
}

.flash_it {
  margin-left: 20px;
}

.routes {
  margin: 20px 10px;
}

.routes.loading {
  border-bottom-color: orange;
  border-top-color: orange;
  height: 20px;
}

.route {
  border-top: 1px solid orange;
  height: 20px;
  padding: 10px 0;
  position: relative;
}

.route.flash {
  background-color: aqua;
}

.route.first {
  border-top: none;
  padding-top: 0;
}

.route .rating,
.route .type {
  background-color: red;
  display: inline-block;
  width: 145px;
  height: 100%;
}

.route .rating {
  background-color: gray;
  margin-right: 10px;
}

.places_wrapper {
  padding: 10px 10px 0;
}

.places_wrapper select {
  width: 100%;
}