﻿.label {
    display: block;
    width: 50px;
    margin: auto;
}

.container-fluid {
    margin-top: 50px;
    width: 60%;
    min-width: 768px;
}

.navbar-default {
    color: #fff;
    background-color: #333333;
    border-color: black;
}

    .navbar-default .navbar-text {
        color: #fff;
        font-weight: bold;
    }

.navbar-brand a {
    color: #fff;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.detail th:nth-child(1) {
    width: 20%;
}

.detail th:nth-child(2) {
    text-align: center;
    width: 15%;
}

.detail tr td:nth-child(2) {
    text-align: center;
}

.detail th:nth-child(3) {
    width: 65%;
}

.list th:nth-child(1) {
    width: 20%;
}

.list th:nth-child(2) {
    width: 70%;
}

.list th:nth-child(3) {
    text-align: center;
    width: 10%;
}

.list tr td:nth-child(3) {
    text-align: center;
}

.navbar-header {
    width: 60%;
    min-width: 768px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
