﻿

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}


.jumbotron {
    padding: 2rem 1rem;
}

.card-header {
    padding: 5px;
}

.form-group {
    margin-top: 1px;
    margin-bottom: 5px;
}


.form-control {
    height: 35px;
}

tr {
    line-height: 15px;
}

/*.btn {
    padding-top:1px;
    line-height:1.2rem;
}*/

table .btn {
    padding-top: 1px;
    line-height: 0.90rem;
}