.btn-raised, .btn-raised:hover, .btn-raised:focus {
	box-shadow: none;
}
.pf-question-group {
  background-color: #ccc !important;
}

.LiveField__answer .Select 
{
	line-height: 10px;
	padding: -0px !important;
}

.Select-placeholder, .Select--single > .Select-control .Select-value {
	line-height: 30px;
}

.LiveField__input {
	background-color: #f7f7f7;
	border-radius: 5px;
	-webkit-appearance: none;
	display: block;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	width: 100%;
	border: 1px solid rgba(230,230,230,.8);
	outline: 0;
	padding: 5px 0px 5px 12px;
}

.Address__input label 
{
	line-height: 30px;
}

.LiveField__header {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Roboto, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500 !important;
	color: rgb(236, 7, 7);
	display: none;
}
