/* Vlastní úpravy nad rámec Bootstrap 3 (2015 styl) */
body {
    padding-bottom: 20px;
    background-color: #f9f9f9;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand strong {
    color: #337ab7;
}

.jumbotron {
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-panel {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.page-header {
    margin-top: 20px;
    border-bottom: 1px solid #eeeeee;
}

/* Tabulky */
.table > tbody > tr > th {
    background-color: #f5f5f5;
    width: 30%;
}

/* Typografie a řádkování */
p {
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 15px;
    text-wrap: pretty;
}

.lead {
    line-height: 1.6;
    margin-bottom: 25px;
    text-wrap: pretty;
}
