﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

.panel-title {
    font-size: 24px;
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
}

.navbar-toggle {
    margin-top: 16px;
    margin-right: 16px;
}



.table-clickable-rows tbody {
    cursor: pointer;
}

.no-click-cell {
    cursor: default;
}