html {
    /* original 14 */
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    
      font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* main content area grows to fill available space */
.site-content {
    flex: 1 1 auto;
    /* keep normal flow (no absolute positioning) */
    position: relative;
}

/* footer stays after content */
.site-footer {
    flex-shrink: 0;
}

#breadcrumb {
    color: #666666;
    background-color: #F3F3F3;
    border: 1px #000000;
    /* position: absolute;
	height: 20px;
	/* width: 80%;
	/* left: 10px;
	/* top: 75px;
	/* font-size: 11px;*/
    /* font-family: Verdana;*/
}

#rightnav {
    float: right;
    width: 25%;
    margin-top: 12px;
    font-size: 0.875rem;
}

main[role="main"] {
    

}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0.2em;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

/*
        th.asc a:after {
            content: '';
        }

        th.desc a:after {
            content: '';
        }
           */

td {
    padding: 0.25em 2em 0.25em 0.8em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*table custom*/
/* breakout areas*/
table.breakout {
    /*border-left:none;*/
    /*border-left-width: 1px;*/
    /*border-left-color:darkgray;*/
    /*border-spacing:5px;*/
    /*border-collapse:separate;*/
    /* margin-top:0em;*/
}

    table.breakout td {
        padding: 0em 2em 0em 0em;
    }

table.graytable {
    margin-left: 0%;
    margin-right: 0%;
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-color: gray;
}

    table.graytable th {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: gray;
        background-color: #CCCCCC;
        color: #585943;
        font-size: 12px;
        font-family: Verdana;
        font-weight: bold;
        text-align: left;
    }

    table.graytable td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        border-color: gray;
        background-color: white;
        color: #585943;
        font-size: 12px;
        font-family: Verdana;
        font-weight: normal;
    }
