
html,
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

body {
  padding-top: 51px;
  padding-bottom: 40px;
}

body .container .jumbotron {
  margin-top: 32px;
}

.container.static-header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.container.static-header .brand {
  flex: 1;
}

#session-nav-wrapper {
  text-align: right;
  margin-right: 0;
}

#session-nav-wrapper #logout {
  margin-left: 8px;
}

#session-nav-wrapper img#user-image {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

/*** TOP NAV ***/

ul.nav li.pro span {
  font-weight: bolder;
  color: darkred;
}

@media (max-width: 768px) {
  ul.nav li.pro span {
    color: white;
    font-weight: 300;
    font-size: 105%;
  }
}

/*** BOOTSTRAP ALERT WELLS ***/

.alert {
  overflow: hidden;
  text-overflow: ellipsis;
}
