

@import url(https://fonts.googleapis.com/css?family=arial:400,700,900);


body {
  background-color: white;
}
.FlySoBI-Logo {
margin-top: -10px;
}
.myBox {
  position: relative;
  width: 100%;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 rgba(230,230, 230, 0.7); 
  line-height: 1.5;
  margin: 60px auto;
}


.myBox:before, .myBox:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width: 200px;
  background: rgba(230,230, 230, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.myBox:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
