label {
    font-size: 1.2rem;
}

body {
    font-size: 1.1em;
}

small, .small {
    font-size: 100% !important;
}

.form-control {
    font-size: 1.2rem;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem;
    height: 30px;
}
.table > thead > tr > th {
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
 textarea {
    font-size: 1.2rem;
    height: 3rem;
    margin: 0 0 0.5rem 0;
    padding: 0.3rem 1.3rem 0.3rem 1.3rem;
    width: 100%;
}

.btn-default {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
}

table tr th, table tr td {
    font-size: 1.2rem;
}

table thead tr th, table thead tr td {
    font-size: 1.2rem;
}

.side-nav li.heading {
    font-size: 1.2rem;
}
.side-nav li {
    font-size: 1.1rem;
}
.dropdown-toggle {
    font-size: 1.2rem;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.8rem;
}

.navbar-inverse {
    background-color: ##3F3D3D !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #B69E4F;
}

.navbar-default {
    background-color: ##3F3D3D !important;
}

.form-group {
    margin-bottom: 5px;
}

.nav > li > a {
    font-size: 1.2rem;
}
