1 /* NICE CONTACT FORM 7 ALERT / WARNING OUTPUT */
2 .wpcf7-response-output {
3 padding:20px !important;
4 background-color:#fff !important;
5 border:1px solid;
6 border-color: #ddd !important;
7 text-align:center;
8 margin:auto !important;
9 width:94% !important;
10 max-width:1280px; /* your max-width container wrapper size */
11 }