body{font-size: 13px;}
strong {
    font-weight: bold;
}
.note p {
    white-space: normal !important;
    word-break: break-all;
    margin-bottom: 0.1rem;
}
.note pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.table-sm td, .table-sm th {
    padding: .1rem .5rem;
}
.card-header {
    padding: .4rem 1.25rem;
}
h5 {
    font-size: 1rem;
}
.form-control {
    padding: 0.3rem 0.2rem;
    height: calc(1.4em + .3rem + 2px);
}
.input-group-text {
    padding: 0.3rem 0.75rem;
    font-size: 12px;
    line-height: 1.25;
}
.popover {max-width: 700px;}
.popover-body {
    max-height: 300px;
    overflow-y: auto;
    white-space:pre-wrap;
}
ul.typeahead__list a {color: #002828;}
ul.typeahead__list a strong {background-color: #ffc107;font-weight: bold}
ul.typeahead__list a:hover {color: #28a745}
ul.typeahead__list a strong:hover {background-color: #ffc107;font-weight: bold}
.typeahead__dropdown, .typeahead__list {
    min-width: 500px;
    right: 0;
    left: auto;
}
.avatar-text {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: #008d44;
    display: inline-block;
  }