# fixes to light-backround themes

table a:not(.btn), .table a:not(.btn), table a, .table a, a {
    text-decoration: none;
}

table a:hover, .table a:hover, a:hover {
    text-decoration: underline;
}

blockquote {
    font-size: 15px;
}

body , table , input , select {
    font-family: "Trebuchet MS", Verdana, Arial, Sans Serif;
    font-size: 15px;
}

hr {
    border-color:gray;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
