html{
  font-family: 'Roboto', sans-serif;
  background-color:whitesmoke;
}
.weatherwidget-io{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-top:30px;
  background-color:white;
  padding:10px;
}
iframe{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width:100%;
  background-color:white;
}
#eviivo_best_rate{
  color:white;
  background-color:#413B48;
  text-align:center;
  padding:10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  font-size: xx-large;
}
#eviivo-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-bottom:30px;
  background-color:white;
  padding:10px;
}
#eviivo-card-highlight {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-top:30px;
  background-color:#413B48;
  padding:10px;
}
#eviivo-card-title{
  margin-top:18px;
  margin-bottom:18px;
  font-size: large;
  font-weight: bold;
}
#eviivo-card-title-highlight {
  margin-top:18px;
  margin-bottom:18px;
  font-size: large;
  font-weight: bold;
  color:white;
}
#eviivo-card-img{
width:100%;
}
#eviivo-card-icon{
width:50px;
float:right;
}
#eviivo-card-body{
  font-size:16px;
  margin-top:18px;
  margin-bottom:18px;
}
#eviivo-card-body-highlight{
  font-size:16px;
  margin-top:18px;
  margin-bottom:18px;
  color:white;
}
#eviivo-card-book-now{
  padding:10px;
  border:none;
  background-color:#D54B4A;
  color:white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  display:block;
  text-decoration:none;
  font-size:medium;
  width:100px;
}
#eviivo-text-box{
  border:none;
  border-bottom:1px solid #757575;
  font-size:medium;
}
#eviivo-button{
  text-decoration:none;
  margin-top:16px;
  padding:10px;
  border:none;
  display:block;
  background-color:#D54B4A;
  color:white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width:100px;
  text-align:left;
  font-size:medium;
  cursor: pointer;
}
#eviivo_container{
  text-align: center;
  width:100%;
}
#eviivo_img{
  width:100%;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
#eviivo_img_2{
  width:32%;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}