/* EasyWeb html style file */






	p.blockquote {
		background: #f2f3f5;
    	padding: 20px;
    	border-left: 4px solid #e40614;
	}



	p.tip {
		background: #59556e;
    	padding: 30px;
    	padding-left: 130px;
    	color: #fff;
	}



	p.quote {
		position:relative;
		padding: 60px;
    	font-weight: bold;
	}
	p.quote::before {
		content: "“";
	    font-weight: 700;
	    font-size: 70px;
	    font-family: Arial;
	    left: 0;
	    position: absolute;
	    top: 0px;
	}



	a.red-button {
		background: #e40614;
    	color: #fff;
    	display: inline-block;
    	    padding: 8px 15px;
	}


