
.whiteBackground {
    background-color:white;
    resize: none;
}

.card-textarea {
 width: 96%;
 float: left;
 position: relative;
 overflow: visible;
 box-sizing: border-box;
}

.homeVisitingQuestion {
	margin-top: 20px;
}

label.instructions-hv {
	line-height: 1.8em !important;
   	margin-right: 25px;
   	padding-top: 10px;
   	padding-bottom: 10px;
    color: #000;
    font-style: italic;
    float: left;
}

@media screen and (max-width: 767px){
    .hide-question{
        display: none;
    }
    
	p.instructions-hv{
		margin-left: 0px !important;;
    }
    
    .card-textarea {
		 width: 89%;
	}
   
}