p, button {
  margin: 20px;
  margin-left: 0px;
  font-family: sans-serif; }

h1{
  margin-top: 0px;
  font-size: 20px;
   }

video, img{
  /*width: 100%;
  margin-top: 20px;*/ }
.formodalimg {
  width: 100%;
}
.print_serv{
  width: 50%;
}
.lite-modal {
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  font-family: sans-serif;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  line-height: 1.6em; }
  .sea_reight{
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(43, 59, 155, 0.58);
    width: 70%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 30px;
  }
  .lite-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
  }
#grande{
  background-color: #C3FFBB; }