/* CSS Document */

/* Image Lenses */
.top-image img {
    display: block;
}

.top-image {
    position: relative;
}

.top-image .caption {
    position: absolute;
    top: 80%;
    left: 15%;
    transform: translate( -9%, -40% );
    text-align: center;
    color: white;
}

.box_green {
	border: 1px solid #d8e0ce;
	border-left: 10px solid #d8e0ce;
	padding-left: 15px;
	padding-top: 10px;
}

caption {margin-bottom: 10px;}
table.d_teal tr{border: 0;}
table.d_teal th {
	background-color: #cadedf; 
	border: 0;
	border-top: 1px solid #2d7a80;
	border-bottom: 1px solid #2d7a80;
}
table.d_teal td{
	background-color: #eaf2f2; 
	border: 0;
	border-top: 1px solid #2d7a80;
	border-bottom: 1px solid #2d7a80;
}
table.green tr{border: 0;}
table.green th {
	background-color: #d9e7d8; 
	border: 0;
	border-top: 1px solid #42853d;
	border-bottom: 1px solid #42853d;
}
table.green td{
	background-color: #f2f7f1; 
	border: 0;
	border-top: 1px solid #42853d;
	border-bottom: 1px solid #42853d;
}
table.yellow tr{border: 0;}
table.yellow th {
	background-color: #eff8d4; 
	border: 0;
	border-top: 1px solid #b1db29;
	border-bottom: 1px solid #b1db29;
}
table.yellow td{
	background-color: #f7fbea; 
	border: 0;
	border-top: 1px solid #b1db29;
	border-bottom: 1px solid #b1db29;
}
table.blue tr{border: 0;}
table.blue th {
	background-color: #dee6eb; 
	border: 0;
	border-top: 1px solid #26577a;
	border-bottom: 1px solid #26577a;
}
table.blue td{
	background-color: #f0f3f6; 
	border: 0;
	border-top: 1px solid #26577a;
	border-bottom: 1px solid #26577a;
}
table.teal tr{border: 0;}
table.teal th {
	background-color: #d9ecf0; 
	border: 0;
	border-top: 1px solid #007e9e;
	border-bottom: 1px solid #007e9e;
}
table.teal td{
	background-color: #edf6f8; 
	border: 0;
	border-top: 1px solid #007e9e;
	border-bottom: 1px solid #007e9e;
}