.flightStorageOptionLabel {
  padding: 15px 6px;
  font-size: 14px;
  white-space: nowrap;
}

.flightStorageOptionInput {
  padding: 8px 20px;
}

.flightStorageOptionBtn {
  max-width: 120px !important;
  text-align: center;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #d3d3d3;
  padding: 5px 12px;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  transition: all 0.4s ease 0s;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  margin: 6px 2px;
  cursor: pointer;
  width: 100%;
  height: 30px;
  font-size: 13px !important;
}
