body {
	width:100%;
	font-family:"Times New Roman";
}

h1 {
	font-size:36px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:20px;
}

.red {
	color:#ea3719;
	font-weight:bold;
}

.blue {
	color:#006aaf;
	font-weight:bold;
}

.green {
	color:#367a3a;
	font-weight:bold;
}

.black {
	color:#000;
	font-weight:normal;
}

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.smalltxt {
	font-size:12px;
}

table.layout {
	border-top: 1px solid black;
	border-collapse: collapse;
	width:9.5cm;
	max-height:6cm;
	min-height:6cm;
	margin-bottom:10px;
}

td {
	vertical-align:top;
}

.table-header {
	padding:10px 0 10px 0;
}

.table-size {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding:7px 0 0 0;
}

.table-product {
	vertical-align:middle;
}

.table-price {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding:10px 0;
}

.location {
	padding-top:27px;
	border-top: 1px solid black;
}

.freefit {
	padding:30px 0 0px 0;
}