h1, h2 {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
/* 	color: #475256; */
	color: #008a57;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	color: #008a57;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #475256;
}

.center {
	position: relative;
	margin: 0 160px 0 160px;
}

.pure-table thead {
	background-color: #f2f5f5;
	color: #475256;
}

.pure-table td {
  border: 1px solid #cbcbcb;
}

.pure-table th {
  border: 1px solid #cbcbcb;
}

.table-input {
	max-width: 100%;
	width: 97%;
}

.panel {
/* 	background-color: #f2f5f5; */
/* 	color: #475256; */
}
