
       .wrap, .notice.notice-error {
			position: relative;
			background-color: #ffffff;
			padding: 30px;
			box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		}

        .wrap h2 {
            color: #222;
            text-align: center!important;
            font-size: 36px;
            font-weight:bold!important;
        }
        .wrap h3 {
            margin-top: 40px!important;
            font-weight:bold!important;
        }
        .wrap ul {
            list-style-type: square;
            margin-left: 50px;
        }
        .wrap ul li {
            color: #555;
            margin-bottom: 0.2em;
        }
        .wrap p {
            line-height: 1.6;
            margin-bottom: .5em!important;
        }
        .wrap p.data {
            margin-top: 30px;
            font-size: .8em;
            background: #f9f9f9;
            padding: 5px 10px;
            text-align: right;
        }
        .wrap img {
            max-width: 200px;
            height: auto;
			margin-top:10px;
			margin-bottom: 20px;
        }
		.pp-bottom-right-image {
			position: absolute;
			bottom: 280px;
			right: 30px;
			width: auto;
			height: auto;
			max-width: none;
			z-index: -1;
			opacity: 0.2;
		}
    