.green-title {
    color: #fff;
    padding: 3px 16px 6px 16px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #83AA51;
    background-image: linear-gradient(bottom, #83AA51 0%, #99C309 100%);
    background-image: -o-linear-gradient(bottom, #83AA51 0%, #99C309 100%);
    background-image: -moz-linear-gradient(bottom, #83AA51 0%, #99C309 100%);
    background-image: -webkit-linear-gradient(bottom, #83AA51 0%, #99C309 100%);
    background-image: -ms-linear-gradient(bottom, #83AA51 0%, #99C309 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #83AA51), color-stop(1, #99C309) );
	display: table;
	margin: 0 auto;
}

a {
	color: #025c9a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.dark-blue {
	color: #025c9a;
}

.red {
	color: #ED4B48;
}

.orange {
	color: #F5660E;
}

.bg-blue {
	background: #18B4E7;
    color: #fff;
    display: block;
    padding: 3px 5px;
    margin-bottom: 0;
}

table.tours td:nth-child(2n) {
	margin-bottom: 10px;
    display: block;
	padding: 10px 15px 0 0;
	text-align: justify;
}

table.tours {
	border-collapse: collapse;
}

table.tours tr {
	background-color: rgba(218, 218, 218, 0.62);
}

table.tours tr:nth-child(2n) {
	background-color: #f2f2f4;
}

table.tours tr td:first-child {
	color: #ED4B48;
	font-weight: bold;
}

table.tours tr:nth-child(2n) td:first-child {
	/*color: #025c9a;*/
	color: #025C9A;
}