.tables h3{
	text-transform:uppercase;
	text-align:center;
	font-size: 36px;
}
.tables table{
	border: none;
    border-collapse: collapse;
    width: 100%;
	table-layout: fixed ;
	font-size: 24px;
}
.tables table tr{
	width: 100%;
}
.tables table th{
	text-align:center;
	font-weight:bold;
	padding:22px 4px;
}
.tables table th span{
	font-size: 20px;
}
@media screen and (max-width: 780px){
	.tables table,
	.table-filterz .blue-btn{
		font-size: 18px;
	}
	.tables table th span{
		font-size: 14px;
	}	
}
.tables table td{
	text-align:center;
	border-top:1px solid black;
	padding:22px 4px;
}
.tables table tr td:first-child{
	font-weight:bold;
}
.tables table .blue{
	color:#007670;
	font-weight:bold;
}
@media screen and (max-width: 580px){
	.width-wrapper.table-width-wrapper{
		padding:0;
	}
	.tables table,
	.table-filterz .blue-btn{
		font-size: 16px;
	}
	.tables table th span{
		font-size: 12px;
	}	
}
.table-home-wrap2,
.table-home-wrap3,
.table-home-wrap{
	display:none;
}
.table-home-wrap2.current,
.table-home-wrap3.current,
.table-home-wrap.current{
	display:block;
}
.prefiltertext{
	color: #007670;
	font-weight:bold;
}
#table-switcher li,
#table-switcher{
    list-style-type: none;
	padding:0;
	margin:0;
	font-family: "CenturyGothicStd-Bold";
}
#table-switcher-wrapper{
	display:block;
	position:relative;
	z-index: 800;	
}	
#table-switcher {
	/*
	display:inline-block;
	background-color:rgba(255,255,255,0.9);
	border-radius:22px;
	position:relative;
	padding:14px 0;
	*/
	display: inline-block;
    background-color: white;
    position: relative;
    padding: 14px 16px;
}
#table-switcher.open{
    box-shadow: 0 3px 4px rgba(128,128,128,0.20);
}
#table-switcher li:first-child:after{	
	content:'';
	display:block;
	position:absolute;
	top: 15px;
    right: -14px;
    height: 44px;
    width: 44px;
	background-image:url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,1)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition:transform .3s linear;
	transition:transform .3s linear;
} 
#table-switcher li.open:first-child:after{
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg); 
}
#table-switcher li{
	cursor:pointer;
	position:relative;
	opacity:1;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
	padding:8px 32px;
}
#table-switcher li:hover{
	opacity:0.7;
}
#table-switcher li:nth-child(2),
#table-switcher li:nth-child(3),
.table-width-wrapper2,
.table-width-wrapper3{
	display:none;
}
.year-wrapper{
	display:none;
}
.year-wrapper.current{
	display:block;
}
#table-switcherz-wrapper{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	align-items:flex-start;
}
.table-switcher-wrapper{
	flex-basis:33%;
}
#table-switcherz-wrapper .table-switcher-wrapper li::selection,
#table-switcherz-wrapper .table-switcher-wrapper li ::selection {
  background: transparent;
}
#table-switcherz-wrapper .table-switcher-wrapper li,
#table-switcherz-wrapper .table-switcher-wrapper ul{
    list-style-type: none;
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
#table-switcherz-wrapper .table-switcher-wrapper{
	display:inline-block;
	position:relative;
	z-index: 800;	
	vertical-align:top;
}	
.table-switcher-wrapper{
    padding: 14px 16px;
}
.switcher-label{
	padding:0 32px;
	font-size: 16px;
	line-height: 20px;
}
#table-switcherz-wrapper .table-switcher-wrapper ul {
	/*
	display:inline-block;
	background-color:rgba(255,255,255,0.9);
	border-radius:22px;
	position:relative;
	padding:14px 0;
	*/
	display: inline-block;
	vertical-align:top;
    background-color: white;
    position: relative;
}
#table-switcherz-wrapper .table-switcher-wrapper ul.open{
    box-shadow: 0 3px 4px rgba(128,128,128,0.20);
}
#table-switcherz-wrapper .table-switcher-wrapper ul li:first-child:after{	
	content:'';
	display:block;
	position:absolute;
	top: 8px;
	right: -1px;
	height: 32px;
	width: 32px;
	background-image:url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="rgba(0,0,0,1)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
	background-repeat:no-repeat;
	background-size:32px 32px;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition:transform .3s linear;
	transition:transform .3s linear;
} 
#table-switcherz-wrapper .table-switcher-wrapper ul li.open:first-child:after{
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg); 
}
#table-switcherz-wrapper .table-switcher-wrapper ul li{
	cursor:pointer;
	position:relative;
	opacity:1;
	-webkit-transition:opacity .3s linear;
	transition:opacity .3s linear;
	padding:8px 32px;
	font-weight:600;
	color:#007670;
}
#table-switcherz-wrapper .table-switcher-wrapper ul li:hover{
	opacity:0.7;
}
.regionus,
#table-switcherz-wrapper .table-switcher-wrapper ul li:not(:first-child),
.table-width-wrapper2,
.table-width-wrapper3{
	display:none;
}