 body {
          background-image: url(../../images/church_foragainst.png);
          background-position: top 150px right 50%;
          background-repeat: no-repeat;
          top: 40%;
          overflow-x: hidden;
        }

        #statementStack {
          text-align: center;
        }

        .draggable {
          background-color: #663399;
          border-radius: 6px;
          border: 1px dotted #fff;
          color: #FFF;
          cursor: pointer;
          display: inline-block;
          font-family: Arial, sans-serif;
          font-size: 2rem;
          line-height: 2.4rem;
          margin: 0.5rem 0.5rem 0 0.5rem;
          max-width: 600px;
          min-height: 45px;
          padding: 0.5rem;
          padding: 0.5rem;
          text-align: center;
          width: 90%;
          z-index: 2;
        }

        .dropZone {
          /* border: 1px dashed #1c4c85; */
          background-color: rgba(29, 78, 137, 0.15);
          color: #9A12B3;
          font-family: Arial, sans-serif;
          font-size: 1.5rem;
          height: 80%;
          margin-bottom: 2rem;
          margin: 2%;
          max-width: 900px;
          min-height: 450px;
          text-align: center;
          width: 46%;
        }

        .dropZone .draggable {
          background-color: #663399;
          border-radius: 6px;
          border: 1px dotted #fff;
          color: #FFF;
          cursor: pointer;
          display: inline-block;
          font-family: Arial, sans-serif;
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin: 0.5rem 0.5rem 0 0.5rem;
          max-width: 600px;
          min-height: 45px;
          padding: 0.5rem;
          padding: 0.5rem;
          text-align: center;
          width: 90%;
          z-index: 2;
        }

        span.draggable.ui-draggable.ui-draggable-handle {
          width: 100%!important;
          height: auto!important;
        }

        .modal-content {
          border-radius: 5px;
          padding: 0px;
        }

        .modal-header-extension {
           border-top-left-radius: 5px;
           border-top-right-radius: 5px;
          -moz-border-radius-topleft: 5px;
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          /*-webkit-border-top-left-radius: 5px;
          background-color: #9A12B3;
          border-bottom:1px solid #eee;
          color:#fff;
          padding:9px 15px; */
        }