/**
 * @file
 * Subtheme specific CSS.
 */


 nav.navbar-dark .menu--main .nav-item .nav-link,
 nav.tabs .nav-item .nav-link,
 nav.navbar-dark .menu--account .nav-item .nav-link
 {
    color: #222;
 }


 nav.navbar-dark .menu--main .nav-item .nav-link.is-active,
 nav.navbar-dark .menu--account .nav-item .nav-link.is-active{
    color: #222;
    font-weight: bold;
    text-decoration: underline;
 }


h2{
    padding: 1.5rem 0;
}


 .navbar-brand{
    max-width: 15rem;
 }


table thead th{
   padding: 1rem;
   background-color: #ccc !important;
   border: 1px solid #ccc;
   color: #333 !important;
}

table td{
   padding: 1rem;
   background-color: white !important;
   border: 1px solid #ccc;
}