.w3-card-4 {/* box-shadow:0px 2px 5px #888888, 0px 2px 10px #888888;*/ height: 9.4em; border-radius: 5px 5px 2px 2px;}
.w3-section {margin-top:0.01em!important; margin-bottom:1.0em!important; margin-right:0.5em; margin-left:0.5em; display: inline-block;}
.w3-container {padding:0.01em 0.8em; font-family: "LatoWeb","Helvetica Neue","Helvetica","Arial","sans-serif";}
.w3-teal {color:#fff!important; border-radius: 5px 5px 1px 1px; height: 1.4em; padding: 0.2em 0.4em;}
.w3-card-4:hover {box-shadow:0 2px 5px #555555,0 2px 10px #555555;}
img.w3-card-img {width: 10em; height: 7.4em;}
a.w3-container-link {text-decoration: none;}


.page-btn {
	width: 160px;
	height: 20px;
	border-radius: 5px;
	position: relative;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	box-shadow: 0px 1px 3px #888888, 0px 2px 6px #888888;
	/* box-shadow: 0px 4px 8px 0px #BBBBBB;  0 rgba(0,0,0,0.4) */
	padding: 5px;
}
img.page-btn-img {
	height: 1px;
}
.blue {
 	background-color: rgba(98, 119, 179, 1); /* #6277B3; */
}
.green {
 	background-color: rgba(195, 213, 77, 1); /* #C3D54D; */
}
.raincloud {
 	background-color: rgba(98, 159, 178, 1); /* #629FB2; */
}
.red {
 	background-color: rgba(245, 130, 32, 1);
 	/* background-color: rgba(241, 90, 42, 1); /* #F15A2A; */
}
.darkgray {
	background-color: rgba(109, 109, 109, 1); /* #6D6D6D; */
}
.brown {
	background-color: rgba(144, 121, 76, 1); /* #90794C */
}
.beige {
	background-color: rgba(241, 189, 42, 1); /* #E1BD69; */
}
.blue-alt {
 	background-color: rgba(98, 119, 179, 0.5); /* #6277B3; */
}
.green-alt {
 	background-color: rgba(195, 213, 77, 0.5); /* #C3D54D; */
}
.raincloud-alt {
 	background-color: rgba(98, 159, 178, 0.5); /* #629FB2; */
}
.red-alt {
 	background-color: rgba(241, 90, 42, 0.5); /* #F15A2A; */
}
.darkgray-alt {
	background-color: rgba(109, 109, 109, 0.5); /* #7B7B7B; */
}
.brown-alt {
	background-color: rgba(144, 121, 76, 0.5); /* #E90794C */
}
.beige-alt {
	background-color: rgba(225, 189, 105, 0.5); /* #E1BD69; */
}
.page-container-nav {
	display: inline-block;
	width: 170px;
	height: 60px;
	vertical-align: top;
	padding: 1px;
}
a.page-container-link {
	text-decoration: none;
	font-size: 1px;
}



