/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 .modal {
  background-clip: padding-box;
  background-color: transparent !important;
  border: medium none !important;
  border-radius: 0 0 0 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  margin-left: 0 !important;
  outline: medium none;
  position: relative !important;
  top: 10%;
  width: 100% !important;
  z-index: 2 !important;
}