@charset "utf-8";
/* CSS Document */

#quickorder .form-order-info .form-content .instantform .sign-info .table-blanksign-re{
	width: 100%;
	height: 450px;
	background-image: url("../images/Blankcustomre.gif");
	background-position:top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0;

}
#quickorder #content-re {
  margin-top: 15px;
  width: 80%;
  padding: 5px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  font-size: 20px;
}

.material-section{
	max-width: 100%;
	margin: auto;	
}
.material-section .material-content{
	display: flex;
	background: white;
}
.material-section .material-content .material-info{
	width: 33%;
	padding: 10px 10px;
}
.material-section .material-content .material-info .mat-show{
	font-size:13px;
}
.material-section .material-content .material-info .mat-show table{
	width: 100%;
	background: #f1f1f1;
}


