#branding { background-color: #50b849; }
#branding #branding-logo1 { width: 300px; height: 80px; display: block; left: 0px; background-image: url(nw.png); background-size: 300px 80px; background-repeat: no-repeat; }
#branding #branding-logo2 { width: 300px; height: 80px; right: 0px; display: block; background-image: url(ne.png); background-size: 300px 80px; background-repeat: no-repeat; }

.tab-content a { color: #50b849; text-decoration: none; }
.tab-content a:hover { text-decoration: underline; }

#tlIndexHolder { border-color: rgba(25, 25, 25, 0.2); }
#tlIndexHolder div:nth-child(odd) { background-color: #a2b8a1; }
#tlIndexHolder div:nth-child(even) { background-color: #ffffff; }

@media all and (max-width: 615px) { #branding #branding-logo2 { display: none; } }
