.mem button  {
  background: #8E6F3E !important;
  width: 100%; 
  border-width: initial; 
  border-style: none; 
  border-color: initial; 
  text-align: left;
  color:white;
  padding: 5px;
}

@media only screen and (max-width: 765px) {
   button .mem {
     font-size: 1em; 
   }

   tr td {
      max-width: 30px;
   }

   table {
     font-size: inherit !important; 
     border: 1px solid black;
   }
}

table, tr, td, th {
   border: 1px solid black;
}



th {
   background: rgb(194, 142, 14) !important;
   padding: 10px 10px;
}

