.box {
  padding: 50px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.first {
	margin-top: -20px;
	min-height: 120px;
  }
.border {
	border: thin solid #949494;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 50px;
	box-shadow: 5px 5px 50px;
  }  

body {
	background-color: #E8E8E8;
  }

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nopadding {
    padding-right: 0px;
    padding-left: 0px;
}
