/* Some bootstrap styles interfere with our CSS but the pubnav requires others */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a:hover{
    color: white;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.dropdown-menu {
  left: -100px;
}
.form-control {
  width: 80%;
  height: 25px;
  margin-bottom: 5px;
}
.bui-form {
  margin: 10px;
}
