h1 {
    color: rgb(24, 54, 73);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    }

h3 {
    color: rgb(25, 66, 91);
    }

.pull-right {
    float: right;
}

#logging-info {
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

#logged-as {
   align-self: center;
}

#logout-button {
   justify-self: flex-end;
}

.alert {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#save-button {
}

.field-errors {
    color: red;
}

.popover-content {
    font-size: 12px;
    color: background-color: rgb(25, 66, 91);
    font-style: italic;
}

.legend-button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    overflow: hidden;
    outline: none;
    vertical-align: baseline;
    cursor: default;
}
