body,
.segments-page,
table.striped > tbody > tr:nth-child(odd) {
	background-color: #dcdcdc !important;
}

.color-pri { color: #00843a !important;}
.color-sec { color: #fccd01 !important;}

.bg-pri { background-color: #00843a !important; color: #fff !important}
.bg-sec { background-color: #fccd01 !important; color: #fff !important}

table.highlight > tbody > tr { border-bottom: 1px solid #f2f2f2;}
table.highlight > tbody > tr td { padding: 6px;}

table.highlight > tbody > tr:hover {
 background-color: #f2f2f2;
}
.pos-blue {
	border-left: 3px solid #0077B5;
}
.pos-yellow {
	border-left: 3px solid #ffb300;
}
.pos-red {
	border-left: 3px solid #db3a34;
}

.navbar,
.club-details .tabs .tab a.active,
.btn-fase,
footer {
    background-color: #00843a;
}
.btn-camp {
    background-color: #fff;
    color: #00843a;
}
.title-camp h3 {
	color: #fff;
}
#footer-bar a,
.matches .content-right ul li a,
.tabs .tab a {
	color: #00843a;
}
h3 { color: #00843a; font-weight: 900; text-transform: uppercase;}


