body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.bookings-table th:nth-child(1) {
    width: 5%;
}
.bookings-table th:nth-child(2) {
    width: 18%;
}
/*.bookings-table th:nth-child(3) {*/
    /*width: 12%;*/
/*}*/
.bookings-table th:nth-child(3) {
    width: 13%;
}
.bookings-table th:nth-child(4) {
    width: 12%;
}
.bookings-table th:nth-child(5) {
    width: 10%;
}
.bookings-table th:nth-child(7) {
    width: 15%;
}


.bookings-table th:nth-child(3),
.bookings-table th:nth-child(4),
.bookings-table th:nth-child(5),
.bookings-table th:nth-child(7) {
    text-align: right;
}
.bookings-table td:nth-child(3),
.bookings-table td:nth-child(4),
.bookings-table td:nth-child(5),
.bookings-table td:nth-child(7) {
    text-align: right;
}

.bookings-table p,
#client-list-table p {
    margin-bottom: 0;
}


.clients-table th:nth-child(1),
.clients-table td:nth-child(1),
.clients-table th:nth-child(2),
.clients-table td:nth-child(2),
.clients-table th:nth-child(5),
.clients-table td:nth-child(5),
.clients-table th:nth-child(6),
.clients-table td:nth-child(6),
.clients-table th:nth-child(7),
.clients-table td:nth-child(7),
.clients-table th:nth-child(8),
.clients-table td:nth-child(8) {
    text-align: right;
}

.clients-table th:nth-child(4),
.clients-table td:nth-child(4) {
    width: 30%;
}

footer {
    margin-top: 50px;
}

#bookings-active-table_filter {
    margin-top: -30px;
}
#booking-client-name {
    width: 300px;
}

#user-create-form > .form-group {
    margin: 0;
}

#cost-create-form > .form-group {
    margin: 0;
}

#reports td {
    text-align: right;
}
#reports td:nth-child(1) {
    text-align: left;
}
#reports th:nth-child(2),
#reports th:nth-child(4),
#reports th:nth-child(6),
#reports td:nth-child(2),
#reports td:nth-child(4),
#reports td:nth-child(6) {
    border-left: 1px solid #ddd;
}