.boatContainer .images {
  -moz-columns: 300px;
       columns: 300px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.boatContainer .images a img {
  display: block;
  height: auto;
  margin-bottom: 0.5rem;
  width: 100%;
}
.boatContainer .boatContainer-info {
  background: #006;
  color: white;
  max-width: 350px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.boatContainer .boatContainer-info .boatContainer-name {
  font-size: 1.5rem;
}
.boatContainer .boatContainer-info .boatContainer-specs {
  border-top: 1px solid white;
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem -0.5rem 0;
  padding-top: 0.5rem;
}
.boatContainer .boatContainer-info .boatContainer-specs > * {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 2px);
}
.boatContainer .boatContainer-info .boatContainer-specs > :nth-child(odd) {
  border-right: 1px solid white;
}
.boatContainer .boatContainer-info .boatContainer-specs > * > * {
  padding: 0.25rem 0.5rem;
}
.boatContainer .boatContainer-info .boatContainer-specs > * > :last-child {
  text-align: right;
}
/*# sourceMappingURL=boat.css.map */