/* FOOTER */
/* Changes the background color of the footer area. */
footer#footer {
background-color: #3f6d69;
}

.page .entry-title
{color:#3f6d69;
}

.nav__title
{color:#3f6d69;
}

.branding .navbar-brand-sitename span
{
color:#3f6d69;
}

/* START OF Change the color of the Sidebar background */
/* 1. Both sidebars */
.tc-sidebar {
  background-color: rgba(0, 94, 37, 0.1);
}
/* 2. Left sidebar */
.left .tc-sidebar {
  background-color: rgba(0, 94, 37, 0.1);
}
/* 3. Right sidebar */
.right .tc-sidebar {
  background-color: rgba(0, 94, 37, 0.1);
}
/* END OF Change the color of the Sidebar background */

/*
.events-gridview #tribe-events td {
    background-color: green;
}
*/

.notableborders table { 
	 border-collapse:collapse;
   border:0;
}

td {
    border: 0;
}
.noborders td {
        border:0;
    }