@charset "utf-8";

tbody tr .header {
	background-color: hsla(194,99%,27%,0.80);
	height: 34px;
	font-family: open-sans;
	font-size: 12pt;
	color: hsla(0,0%,95%,1.00);
	border-bottom: 2pt solid hsla(0,0%,100%,1.00);
	margin-bottom: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-align: center;
}

tbody tr td {
	background-color: hsla(0,0%,88%,0.60);
	color: rgba(77,77,77,1.00);
	font-family: futura-pt-condensed;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 16px;
	min-height: 25px;
	height: auto;
	border-bottom: thin dashed hsla(0,0%,87%,1.00);
}
#teasers #declarations_TABLES table {
	margin-top: 5px;
	border-left-color: hsla(204,100%,36%,1);
	border-right-color: hsla(204,100%,36%,1);
	border-top-color: hsla(204,100%,36%,1);
	margin-left: auto;
	margin-right: auto;
	width: 883px;
	margin-bottom: 30px;
}
#declarations_TABLES {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 4px;
	color: hsla(0,0%,32%,1.00);
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
	line-height: normal;
}

.tabletext {
	color: rgba(77,77,77,1.00);
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	text-indent: 10px;
	font-size: 11pt;
	line-height: 20px;
	min-height: 20px;
	height: 35px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	vertical-align: middle;
	border-bottom: thin dashed hsla(0,0%,88%,1.00);
	font-variant: normal;
}
tbody tr .tabletext {
	-webkit-transition: all .50s ease-in-out;
	-o-transition: all .50s ease-in-out;
	transition: all .50s ease-in-out;
	border-bottom: thin dashed hsla(0,0%,56%,1.00);
	padding-top: 2px;
	padding-bottom: 2px;
}
tbody tr .tabletext:hover {
	/* [disabled]background-color: hsla(0,0%,100%,.80); */
}
table tbody tr .tabletext {
	text-align: left;
}
tbody tr .tabletext table tbody tr td {
	background-color: hsla(0,0%,94%,0.80);
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
table tbody tr {
	background-color: hsla(0,0%,85%,1.00);
	margin-bottom: 5px;
}
