#main-content {margin-top:20px;}
.dict       {text-decoration: underline;}
.zero       {margin-top:0px !important;}
.greenTxt   {color:darkgreen !important;}
.whiteTxt   {color:white !important;}
.greenTable  th, th.greenTable, td.greenTable {background: linear-gradient(to top, darkgreen 0%, #177217 100%) !important;}
 h2.greenTxt{font-size:3em;}
.brownLink  {color:saddlebrown;}
.greenPanel {color:white; background-color:#9FA035 !important;}
.redPanel   {color:black; background-color: #D9534F !important;}
.brownBtn   {
              background: linear-gradient(to top, saddlebrown 0%, #986a0d 100%);
              color:white; margin-top:20px;
              min-width:100%;
            }
.brownBtn:hover   {
              background: linear-gradient(to top, #986a0d 0%, saddlebrown 100%);
              color:white; margin-top:20px;
              min-width:100%;
            }

.greenBtn   {
              background: linear-gradient(to top, darkgreen 0%, #177217 100%);
              color:white;
              margin-top:20px;
            }
.greenBtn:hover   {
              background: linear-gradient(to top, #177217 0%, darkgreen 100%);
              color:white;
              margin-top:20px;
            }
.w-100 {
    min-width:100% !important;
}
.lgTxt     {font-size:2em;}
.boldTxt   {font-weight: bold;}
.centered  {margin-right:auto;margin-left:auto;text-align: center !important;}
thead.centered th {margin-right:auto;margin-left:auto;text-align: center !important;}
