@media only screen and (max-width: 700px)
{


    .campos
    {
        width: 96%;
    }

	.campos_textarea
    {
        width: 96%;
    }

    .label1
{
position: relative;
left: 2% !important;
color: #342626;
font-size: 11pt;
width: 96%;
}


 .label2
{
	position: relative;
	left: 2% !important;
	color: #342626;
	font-size: 11pt;
	width: 96%;
}

.label3
{
	position: relative;
	left: 2% !important;
	color: #342626;
	font-size: 11pt;
	width: 96%;
}

.quebra_linha_mobile
{
    display: block;
}

.quebra_linha_desktop
{
    display: none;
}


#btn_salvar
{
width: 96% !important;
left: 2%;
}

#titulo
{
position: relative;
text-indent: 0px;
color: #31323d;
top: 5px;
border-bottom: solid 1px #ddd;
padding: 15px;
font-size: 13pt;
}

.corpo_observacao
{
    max-width: 95%;
}


}