anctext_type.css 707 Bytes
.anctext {
	/*display:table;*/
/*	background-color: #6A6D6D;*/
	margin: 0px;
	padding: 0px;
}

.anctext > div {
	/*width: 50%;*/
	/*float:	left;*/
	
}

.anctext > .anctext-dropzone {
	/*width:150px;*/
	/*height: 100%;*/
	min-height: 100px;
/*	min-width: 100px;*/
	min-width: 90%;
	text-align: center;
	background-color: white;
	color: #6A6D6D;
	margin:0px;
	margin-top:1px;
	padding:10px;
}	
.anctext > .anctext-dropzone > div.preview-database-text {
	color: #6A6D6D;
}
.anctext > .anctext-dropzone > .preview-database-text {
	text-align: center;
}

.anctext > .anctext-dropzone > img,
.anctext > .anctext-dropzone > .preview-database-text > img {
	/*width:200px;*/
	max-width: 125px;
	max-height: 150px;
}