﻿

/*.table-borderless td,
.table-borderless th {
    border: 0;
    border-top:none;
}*/


.table-borderless > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th,
.table-borderless > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}

dt, dd {
    line-height: 2.0;
}

/*.navbar-left li a:not(:last-child):after {*/
/* .navbar-left li a:after {
    content: '|';
    padding-left: .5em;
    padding-right: .5em;
}*/
/*Firefox has some awkward fieldset styling involving width that interferes with the responsive table. (not provided in Bootstrap but added here)*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.navbar-inverse {
    background-color: #2397dc;
    border-color: #2e6da4;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #4e6381;
        }

.btn-primary {
    color: #fff;
    /*background-color: #337ab7;*/
    background-color: #2397dc;
    border-color: #2e6da4;
}

.jumbotron {
    background-color: #fff;
    /* The image used */
    /*background-image: url("./assets/images/Hi_vis_image.png");*/
    /* Add the blur effect */
    /*filter: blur(8px);
    -webkit-filter: blur(8px);*/
    /* Full height */
    /*height: 100%;*/
    /* Center and scale the image nicely */
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
