
.button_link {
   background-color: #F0F0F0;
   color: black;
   padding: 2px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   border: 2px solid #545454;
   cursor: pointer
}

a.button_link:hover {
  color: black;
  text-decoration: none;
}

th.no_bold {
   font-weight:normal;
}