body {
  margin: 1%;
  background-color:rgba(245, 246, 247, 0);  
}
table.title {
  background:#ffffff;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 0px solid #e3e3e3;
}
td.titleIcon {
  border-radius: 0px;
  width: 10%;
  height: 80px;
  align-items: left;
  margin: 0px;
  border: 0px #ffffff;
}
td.titleIcon2 {
  border-radius: 0px;
  width: 10%;
  align-items: left;
  margin: 0px;
  border: 0px #ffffff;
  background-color: #ffffff;
}
td.titleh1 {
  border-radius: 0px;
  width: 90%;
  height: 80px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px; 
  padding-right: 2%;
  padding-left: 2%;
  border: 0px;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(196, 184, 186);
  color: #fffcf6;
 background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 -webkit-box-shadow: inset 0px 1px 0px rgba(7, 6, 6, 0.18);
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
 box-shadow: inset 0px 1px 0px rgba(241, 238, 238, 0.18);
}
td.titleMenu {
  border-radius: 0px;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  padding-right: 0px;
  padding-left: 0px;
  border: 0px #ffffff;
}
img {
  border-radius: 0%;
  align-items: center;
  margin: 0px;
  height: 80px;
  width: 80px;
}
.header-nav .nav-link {
    display: flex;
    align-items: center;  
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    font:normal 12px 'Trebuchet MS',Trebuchet,Arial,Sans-Serif;
    color:white;
    text-transform:uppercase;
}
div.scrollmenu {
  background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 -webkit-box-shadow: inset 0px 1px 0px rgba(7, 6, 6, 0.18);
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
 box-shadow: inset 0px 1px 0px rgba(241, 238, 238, 0.18);
  overflow: auto;
  white-space: nowrap;
  
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 14px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
}
div.scrollmenu a:hover {
 color:rgb(9, 11, 36);
 background-color:white;
 background-image:-webkit-linear-gradient(top, #edd8b5, white);
 background-image:-moz-linear-gradient(top, #edd8b5, white);
 background-image:-o-linear-gradient(top, #edd8b5, white);
 background-image:linear-gradient(top, #edd8b5, white);
}
tr.navMenu{
   width:100%; 
   border: 0px;
   margin: 0px;
   padding: 0px;
}
h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 2%;
  font-size: 35px;
  text-align: center;
  color: #fffcf6;
  font-family: 'Times New Roman', Times, serif;
}
h2.navMenu{
  padding-top: 0px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 20px;
  text-align: center;
  color: rgb(1, 2, 78);
  font-weight: 500;  
  font-family:"Libre Baskerville",'Franklin Gothic Medium', 'Arial Narrow',   Arial, serif,sans-serif;
}
p {
 margin-left: 20px; 
 margin-right: 20px;
}
main {
  width: 100%;
  margin-left: auto;
  font-size: 15px;
  color: #0a0000;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.2;
}
ul li {
    color: rgb(1, 2, 78);
    font-weight: 500;  
    margin-left: 10%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;    
}
form {
  width: 40%;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe9c3;
  margin-left: 2%;
  margin-right: 50%;
  background-color: #fef4e1;
  padding-top: 0px;
  padding-left: 2%;
  padding-right: 10%;
  border-radius: 2px;  
}
h2 {
  padding-top: 0px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #e3e3e3;
  color: rgb(1, 2, 78);
  font-weight: 500;  
  font-family:"Libre Baskerville",'Franklin Gothic Medium', 'Arial Narrow',   Arial, serif,sans-serif;
}
h3 {
  margin: 5px;
  font-size: 15px;
  text-align: left;  
  margin-left: 20px;
}
section {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px; 
    background-color:rgba(245, 246, 247, 0);
}
div {
  margin: 0;
}
form h2 {
  margin-bottom: 20px;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  position: absolute;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;

  width: 30px;
  height: 18px;
  border-radius: 13px;
  background:  rgba(253, 247, 230, 0.705);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
  transition: .2s;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.662);
  transition: .2s;
}
.checkbox:checked + label:before {
 background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
}
.checkbox:checked + label:after {
  left: 14px;
}
.checkbox + label {
  position: relative;
  padding-left: 42px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  cursor: pointer;
}

input {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
  margin-top: 5px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 0px 3px 1px rgba(235, 231, 224, 0.4);
  border-radius: 5px;
  width: 30%;
  box-sizing: border-box;
  margin-left: 10px;
}
select {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 30%;
  box-sizing: border-box;
  box-shadow: inset 1px 0px 3px 1px rgba(235, 231, 224, 0.4);
}
select.selected {
  border: 1px solid #9b6200;
  box-sizing: border-box;
}
p.fillCells {
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: medium; 
  color: #d82f46;    
}
button {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: linear-gradient(to bottom, #550512, #f72a46);
  box-shadow: inset 1px 0px 10px 1px rgba(125, 1, 43, 0.631);
  font:bold 16px 'Trebuchet MS',Trebuchet,Arial,Sans-Serif;
  text-transform:uppercase;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  width: 270px;
  margin-left: 1.5%;
  border: 0px;
}
table.resultValues {
    background: linear-gradient(to top, #ffffff, #fef4e1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: max-content;
}
td.resultValues {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width: max-content;
}
th.resultValues {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
    width: max-content;
}
table.resultValues2 {
    background: linear-gradient(to top, #ffffff, #fef4e1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:fit-content;
}
div table.resultValues2 {
  width: max-content;
  margin-left: 20px;
  margin-right: 1%;
  margin-top: 0;
}
th.resultValues2 {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
    width: max-content;
}
td.resultValues2 {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width: max-content;
}
table {
    background: linear-gradient(to bottom, #d5f0ffbe, #0457b1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:fit-content;
}
div table {
  width: max-content;
  margin-left: 20px;
  margin-right: 1%;
  margin-top: 0;
}
th {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
    width: max-content;
}
td {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: rgba(253, 253, 247, 0.911);
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width: max-content;
}
table input {
  padding: 5px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  
}
table select {
  padding: 5px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 180px;
}
table h2 {
    width: 50%;
    padding: 0;
    text-align: center;
    color: #01000a;
    font-family: times; 
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
table h3 {
    padding: 0;
    text-align: left;
    font-family: times; 
}

p.transfer {
  font-family: times; 
  text-transform: none;
  font-size: 13px;
}
a.transfer {
  font-family: times; 
  text-transform: none;
  font-size: 13px;
}

#menuGrand {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#dataSubmission {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#IS_ethanol {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#EX {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#IS_tradition {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#nextProduct {font-family: times; 
  text-transform: none;
  font-size: 13px;}


@media screen and (orientation: portrait){
body {
  margin: 1%;
  background-color:rgba(245, 246, 247, 0);  
}

div.scrollmenu {
  background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 -webkit-box-shadow: inset 0px 1px 0px rgba(7, 6, 6, 0.18);
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
 box-shadow: inset 0px 1px 0px rgba(241, 238, 238, 0.18);
  overflow: auto;
  white-space: nowrap;
  margin-left: 2%;
  margin-right: 2px;
  
}

table.title {
  background:#ffffff;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: 0px solid #e3e3e3;
}
td.titleIcon {
  border-radius: 0px;
  width: 10%;
  height: 80px;
  align-items: left;
  margin: 0px;
  border: 0px #ffffff;
}
td.titleIcon2 {
  border-radius: 0px;
  width: 10%;
  height: 50px;
  align-items: left;
  margin: 0px;
  border: 0px #ffffff;
}
td.titleh1 {
  border-radius: 0px;
  width: 90%;
  height: 80px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px; 
  padding-right: 2%;
  padding-left: 2%;
  border: 0px;
  text-align: center;
  text-shadow: 1px 1px 2px rgb(196, 184, 186);
  color: #fffcf6;
 background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 -webkit-box-shadow: inset 0px 1px 0px rgba(7, 6, 6, 0.18);
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.1);
 box-shadow: inset 0px 1px 0px rgba(241, 238, 238, 0.18);
}
td.titleMenu {
  border-radius: 0px;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; 
  padding-right: 0px;
  padding-left: 0px;
  border: 0px #ffffff;
}
img {
  border-radius: 0%;
  align-items: center;
  margin: 0px;
  height: 80px;
  width: 80px;
}

tr.navMenu{
   width:100%; 
   border: 0px;
   margin: 0px;
   padding: 0px;
}
h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 2%;
  font-size: 24px;
  text-align: center;
  color: #fffcf6;
  font-family: 'Times New Roman', Times, serif;
}
h2.navMenu{
  padding-top: 0px;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 20px;
  text-align: center;
  color: rgb(1, 2, 78);
  font-weight: 500;  
  font-family:"Libre Baskerville",'Franklin Gothic Medium', 'Arial Narrow',   Arial, serif,sans-serif;
}
p {
 margin-left: 20px; 
 margin-right: 20px;
}
main {
  width: 100%;
  margin-left: auto;
  font-size: 15px;
  color: #0a0000;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.2;
}
ul li {
  color: rgb(1, 2, 78);
  font-weight: 500;  
  margin-left: 10%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;    
}
form {
  width: 96%;
  border-style: solid;
  border-width: 1px;
  border-color: #ffe9c3;
  margin-left: 2%;
  margin-right: 2%;
  background-color: #fef4e1;
  padding-top: 0px;
  padding-left: 2%;
  padding-right: 10%;
  border-radius: 2px;  
}
h2 {
  padding-top: 0px;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #e3e3e3;
  color: rgb(1, 2, 78);
  font-weight: 500;  
  font-family:"Libre Baskerville",'Franklin Gothic Medium', 'Arial Narrow',   Arial, serif,sans-serif;
}
h3 {
  margin: 5px;
  font-size: 15px;
  text-align: left;  
  margin-left: 20px;
}
section {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px; 
    background-color:rgba(245, 246, 247, 0);
}
div {
  margin: 0;
}
form h2 {
  margin-bottom: 20px;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  position: absolute;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;

  width: 30px;
  height: 18px;
  border-radius: 13px;
  background:  rgba(253, 247, 230, 0.705);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
  transition: .2s;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.662);
  transition: .2s;
}
.checkbox:checked + label:before {
 background-color: #2d78c9;
 background-image: -webkit-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -moz-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: -o-linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
 background-image: linear-gradient(bottom, #6b99ca 0%, #013872 50%, #0a3c71 50%, #013872 100%);
}
.checkbox:checked + label:after {
  left: 14px;
}
.checkbox + label {
  position: relative;
  padding-left: 42px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  cursor: pointer;
}

input {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
  margin-top: 5px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 0px 3px 1px rgba(235, 231, 224, 0.4);
  border-radius: 5px;
  width: 40%;
  box-sizing: border-box;
  margin-left: 10px;
}
select {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 40%;
  box-sizing: border-box;
  box-shadow: inset 1px 0px 3px 1px rgba(235, 231, 224, 0.4);
}
select.selected {
  border: 1px solid #9b6200;
  box-sizing: border-box;
}
p.fillCells {
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: medium; 
  color: #d82f46;    
}
button {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: linear-gradient(to bottom, #550512, #f72a46);
  box-shadow: inset 1px 0px 10px 1px rgba(125, 1, 43, 0.631);
  font:bold 16px 'Trebuchet MS',Trebuchet,Arial,Sans-Serif;
  text-transform:uppercase;
  color: white;
  border-radius: 30px;
  cursor: pointer;
  width: 270px;
  margin-left: 1.5%;
  border: 0px;
}
table.resultValues {
    background: linear-gradient(to top, #ffffff, #fef4e1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
td.resultValues {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width: 14%;
}
th.resultValues {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
    width: 14%;
}
table.resultValues2 {
    background: linear-gradient(to top, #ffffff, #fef4e1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:fit-content;
}
div table.resultValues2 {
  width: min-content;
  margin-left: 20px;
  margin-right: 1%;
  margin-top: 0;
}
th.resultValues2 {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
}
td.resultValues2 {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: #ffffff;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width:180px;
}
table {
    background: linear-gradient(to bottom, #d5f0ffbe, #0457b1);
    border-bottom: 2px solid #e3e3e3;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    width:fit-content;
}
div table {
  width: min-content;
  margin-left: 20px;
  margin-right: 1%;
  margin-top: 0;
}
th {
    padding: 7px;
    text-align: center;
    border: 1px  dashed rgb(191, 194, 194);
    vertical-align: center;
    font-family: times; 
    margin: 0px;
    width: min-content;
}
td {
    padding: 3px;
    border: 1px dashed rgb(173, 198, 206);
    background-color: rgba(253, 253, 247, 0.911);
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    font-size: 13px;
    margin: 5px;
    text-align: center;
    width:180px;
}
table input {
  padding: 5px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  
}
table select {
  padding: 5px;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 180px;
}
table h2 {
    width: 50%;
    padding: 0;
    text-align: center;
    color: #01000a;
    font-family: times; 
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
table h3 {
    padding: 0;
    text-align: left;
    font-family: times; 
}
}

p.transfer {
  font-family: times; 
  text-transform: none;
  font-size: 13px;
}
a.transfer {
  font-family: times; 
  text-transform: none;
  font-size: 13px;
}

#menuGrand {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#dataSubmission {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#IS_ethanol {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#EX {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#IS_tradition {font-family: times; 
  text-transform: none;
  font-size: 13px;}
#nextProduct {font-family: times; 
  text-transform: none;
  font-size: 13px;}

