@charset "utf-8";

* {
	font-family:Arial, Helvetica, Sans-Serif !important;
	font-size:1em;
	line-height:2em;
}

html {
	margin:0px;
}

body {
	margin:20px;
	background-color:#FFF;
}

.lineH {
	margin:10px 0px;
	line-height:0px;
	border-bottom:1px solid #EEE;
}

.chefDesc {
	margin:20px 0px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #978A7D;
    color: #ffffff;
    
}
.styled-table th {
	text-align: center;
}
.styled-table td {
	text-align: right;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
	line-height:1.1em !important;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #978A7D;
}


.tLeft {
	text-align:left !important;
}
.tCenter {
	text-align:center !important;
}
.tRight {
	text-align:right !important;
}


.tStrong {
	font-weight:bold;
}

.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.clear {
	clear:both;
}
.clear, .clearMobile {
	height:0px !important;
	font-size:0px !important;
	line-height:0px !important;
}

li {
	margin:10px 0px;
}

ol.lowerRoman li {
	/* list-style-type: lower-alpha;	/* a,b,c */
	/*list-style-type: upper-roman;	/* I, II, III */
	list-style-type: lower-roman;	/* i, ii, iii */
	
}

ul.point li {
	list-style-type: disc;
}

.strongUnderline {
	font-weight:bold;
	text-decoration:underline;
}

.signature {
	padding:10px 40px;
	margin:0px 20px;
	border-bottom:1px solid #000;
}