
#exportPdf {
	font-size: 12px;
}
td {
	max-width: 500px;
}
.td-format {
	max-width: 100px;
	border: 1px solid #666;
	text-align: center;
	max-height: 80px;
}
.text-format {
	padding: 1px;
}
.img-format {
	width: 100px;
	height: auto;
	margin: 5px;
}


.displayleft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.amountcolor1 {
	color: #dd5f4b;
	font-size: 18px;
	font-weight: bold;
}
.amountcolor2 {
	color: #2eabe4;
	font-size: 18px;
	font-weight: bold;
}

.sos-card {
  margin: 5px 10px;
}
.sos-card .sos-card-title {
  margin: 10px 0;
}
