#processar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	background-color: #000;
	z-index: 2000;
	display: none;
}

#processar div {
	top: 36%;
	left: 50%;
	margin-left: -200px; /* A metade de sua largura. */
	position: absolute;
	width: 400px;
	color: #FFF;
	text-align: center;
}


.margin-top-10{
	margin-top: 10px;
}


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0!important;
	background-color: #000;
}

.descricao {
	width:100%;
}

@media only screen and (max-width: 768px) {	
  .descricao{
  	width:220px;
  	text-align: left;
  }
}