﻿body {
    background: white;
}

/* make bootstrap submenus work
    added by fjf June 25/21 */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.greenBar
{
    width: 100%; 
    height: 3px;
    background: #566C11;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tbl_cell_label_sm{
    width: 15%; 
}

.tbl_cell_label_md{
    width: 20%; 
}

.tbl_cell_label_lg{
    width: 25%; 
}