@charset "utf-8";

body {
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif; font-size: 13px; color:#000;
}
#geral {
	width: 8.5in;
	height: 11in;
}


/*  Pedido  */
.table-info-pedido{
	border-collapse: collapse;
	border-color: #ccc;
}

.table-info-pedido.list{
	width: 100%;
}
.table-info-pedido tr td{
	padding: 2px;
}
.table-info-pedido tr.title td{
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	text-align: center;
}
.table-info-pedido tr.rodape td{
	font-size: 11px;
	font-weight: bold;
	background-color: #f5f5f5;
}
table.table-info-pedido{
	font-size: 11px;
}

table.table-info-pedido-geral{
	border-collapse: collapse;
	border-color: #ccc;
	width: 100%;
}
table.table-info-pedido-geral tr  td{
	padding: 2px;
}
table.table-info-pedido-geral{
	font-size: 12px;
}
span.check{
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	display: inline-block;
	margin: 0px 3px;
}
b.title{
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
}

