.boat-info-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
@media screen and (max-width: 992px) {
  .boat-info-container {
    position: relative;
    width: auto;
  }
}
.boat-info {
  margin-top: 5px;
  margin-right: 5px;
  background-color: #575757;
  font-family: "Times New Roman";
  color: white;
}
@media screen and (max-width: 992px) {
  .boat-info {
    margin-right: 0;
  }
}
.boat-info.boat-info-red {
  background-color: #CF494A;
}
.boat-info-content {
  padding: 10px;
}
.boat-info-content p {
  margin-bottom: 0;
}
.boat-info-header {
  display: flex;
  justify-content: space-between;
}
.extended-boat-info {
  background-color: white;
  color: black;
}
