
body {
    font-size: 12px;
}

i {
    font-size: 1px;
}

.navbar {
    background-color: #0066cc;
}

.navbar a {
    color: #FFFFFF;
}

.navbar a:hover {
    color: black;
}

.badge {
    font-size: 11px;
}

a.dropdown-item {
    font-size: 12px;
    color: black;
}

a.dropdown-item:hover {
    color: black;
}

.list-group .list-group-item {
    padding-top: 3px;
    padding-bottom: 3px;
}

table {
    font-size: 12px;
}

table.fixed-layout {
    table-layout: fixed;
}

form.form-inline div.form-group,
form.form-inline div.form-group label
{
    margin-left: 5px;
    margin-right: 5px;
}

.form-control-feedback {
    color: red;
    font-weight: bold;
}

input.form-control,
textarea.form-control,
select.form-control,
.form-control,
.btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text
{
    font-size: 12px;
}

.footer {
    font-size: 10px;
}

.typeahead__list {
    width: 600px;
}

.typeahead__container {
    padding: 0;
}

.typeahead__field input {
    border-radius: 3px;
    height: auto;
}
