/* Enter Your Custom CSS Here */
#footer {
/*     background: #4f583d!important; */
}
#footer h2 {
/* 	color:#91925f!important; */
}
#footer table.contact-table tr {
/* 	background: #4f583d!important; */
}
table.activities-contact {
    width: 100%;
}
table.activities-contact {
	margin-top:30px;
}
table.activities-contact tr {
    background: #eeeeee;
}
table.activities-contact td:first-child {
    font-weight: 800;
}
table.activities-contact tr:nth-child(even) {
    background: #e6e6e6;
}
table.activities-contact td {
    vertical-align: top;
    padding: 10px 20px;
}
body {
background:#f8f6f4
}
a {
	color:#0c538f;
}