.navbar-inverse .navbar-inner, .bg-dark { background-image: linear-gradient(to right, #ffffff 120px, #0078b3 125px, #0078b3); border-color: #ffffff; }
.navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #ffffff; }
.navbar img { padding-right: 19px; }
.bg-dark { background-color: #0078b3 !important; }

@media (min-width: 768px) {
  	.row div.sticky {
		position: fixed;
		height: calc(100% - 105px);
		top: 55px;
		overflow-y: scroll;
		width: 27%;
	}
}
