.prowiz.prowizProjectWrapper{
    margin-top: 26px;
    color: black;
	border:none !important;
}


.prowiz.prowizProjectWrapper .mainWrapper{
	padding:0;
}

.prowiz.prowizProjectWrapper .contentWrapper {
	max-width: none;
	box-shadow: none;
	border-bottom: 0;
	padding: 0px;
	min-height: 0;
}

.prowiz h1, .prowiz h2 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-family: "Prompt",Arial,sans-serif;
    padding: 15px 0 15px 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prowiz .headline {
    color: #666;
    padding: 20px 0 0px 0;
}

.prowiz .subline {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-family: "Prompt",Arial,sans-serif;
    padding: 0 0 15px 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prowiz .contentWrapper {
    padding: 0px !important;
}



.prowiz .button, .prowiz .messageButton {
	border: none;
    color: #fff;
    background: #bb0000;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    outline: none !important;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Prompt";
    /* font-weight: 600; */
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	background-image: none;
	border-radius: 0;
}

.prowiz .button:hover, .prowiz .button:focus, .prowiz .messageButton:hover, .prowiz .messageButton:focus {
    background: #FF0000;
}

.prowiz.prowizProjectWrapper .prowizButton {
    position: relative;
    right: 0px;
    bottom: 0;
    /* width: 100%; */
    clear: both;
    display: block;
    padding-bottom: 20px;
}

.prowiz.prowizProjectWrapper .question {
    font-family: "Prompt", Arial, sans-serif;
    /* text-transform: uppercase; */
    color: #333;
    padding: 20px 0 20px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
}
