// Place all the styles related to the hotels controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#HotelURL {
  width: 500px;
}

#hotel_not_valid{
  color: red;
  font-size: 24px;
  text-align: center;
}

#hotel_valid{
  color: green;
  font-size: 24px;
  text-align: center;
}