
/** ADD YOUR AWESOME CODES HERE **/
/* ---- "Other Branches" nav link (branch switcher back to the selector page) ---- */
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link.other-branches {
	font-weight: 700;
	border: 1px solid #010101;
}

.top-navbar .navbar-light .navbar-nav .nav-item .nav-link.other-branches:hover {
	background: #000000;
	color: #ffffff;
}

/* A .row nested directly inside another .row (the tabbed "special menu"
   block) applies Bootstrap's -15px gutters twice, pushing 15px past the
   viewport edge on phones. Cancel the second set; the columns inside still
   supply their own 15px padding, so content stays aligned with .container. */
.row > .row {
    margin-left: 0;
    margin-right: 0;
}
