﻿

/*.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;
    }
}