.break{
    display:none!important;
}

.testNg{
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,159,50,0.5046393557422969) 50%, rgba(255,255,255,1) 100%);
    padding: 10%!important;
    font-size:1.2em!important;
    color:#000000;
    width: 100%!important;
    height: auto!important;
    margin-bottom: 100px!important;
    position: relative!important;
    top:0!important;
    overflow: scroll!important;
}

.table-form{
	display: block!important;
}

.ul-form{
		display: none!important;
	}

.table-form tr {
	width:80%!important;
	height:20%!important;
	
	}

.table-form tr td {
	width:40%!important;
	height: auto!important;
	padding-bottom: 150px!important;
	}

.table-form tr td img{
	width: 50%!important;
	height: auto!important;
	}

.msj-exito{
	font-weight: bold!important;
	background-color:  #008000!important;
	color: #ffffff!important;
	position: relative!important;
	top:10%!important;
	width:100%!important;
	height:500px!important;
	padding-top: 10%!important;
	text-align: center!important;
	font-size: 1.5em!important;
	margin-bottom:50px!important;
}	

.msjError{
	font-weight: bold!important;
	background-color:  #008000!important;
	color: #ffffff!important;
	position: relative!important;
	top:10%!important;
	width:100%!important;
	height:500px!important;
	padding-top: 10%!important;
	text-align: center!important;
	font-size: 1.5em!important;
	margin-bottom:50px!important;
}	

.share{
	display: block!important;
	position: relative!important;
	top:-80px!important;
	right: 40%!important;
	float:right!important;
	}

.form-send{
margin-left: 35%!important;
}

@media (max-width: 840px) {
   
    
    .break{
    display:inline!important;
}
    
    .testNg{
        padding: 5%!important;
    }
    
	.table-form {
		display: none!important;
	}

	.ul-form{
		display: block!important;
	}


	.ul-form li{
		padding-top: 25px!important;
		padding-bottom: 25px!important;
	}

	.ul-form li img{
	width: 50%!important;
	height: auto!important;
	}
    
    .msj-exito{
    top:20px!important;
    width:100%!important;
	height:auto!important;
	padding:5%!important;
	margin-bottom:100px!important;
    }
    
    .msj-error{
    top:20px!important;
    width:100%!important;
	height:auto!important;
	padding:5%!important;
	margin-bottom:100px!important;
    }
	.share{
    display:block!important;
    position:relative!important;
	top:10%important;
	right:10%!important;
	}
	
	.form-send{
margin-left: 0!important;
}


	}