* {
  font-family: 'Century Gothic', 'Open Sans', 'Montserrat', sans-serif !important;
}

#imageViewer {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background-color: rgba(0, 0, 0, .7);
	z-index:9999;
}

table.priority td.painted {
	border:1px solid #FF0000 !important;
	background-color:#F56A6A;
}

table.priority td.unpainted {
	border:1px solid #FF0000 !important;
	background-color:#FFF;
}

 .ld, .ldTable, .hidden {display:none;}

h2.postApproval,
h3.postApproval {
	color:#FF0000;
	margin-bottom:5px;
	margin-top:3px;
}

h3.section {
	margin: 20px 0px 0px 0px;
}

label.ready4development {
	margin: 30px 0px 25px 0px;
}

div.commands-box {
	margin: 5px 0px 10px 0px;
}

.dPreview p,
#innerPreview p,
.inner p,
div:is(.request, .agreed, .comments, .inner-priority) p {
	text-indent: 15px;
}

.dPreview ul,
.inner ul,
#innerPreview ul {
    margin-left: 30px;
}

@media (max-width: 800px) {
	div:is(.request, .agreed, .comments, .inner-priority) :is(table, tbody, tr) {
		display: block;
		width: 100%;
	}

	div:is(.request, .agreed, .comments, .inner-priority) td {
		display: block;
		width: 100%;
		text-align: center;   /* opcional */
		margin-bottom: 15px;  /* separación entre imágenes */
	}

	div:is(.request, .agreed, .comments, .inner-priority) td img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	.ld {display:inline;}
	.hd {display:none;}

	.ldTable {
		display:table-cell;
	}
}