.medlist_table
{
  border-collapse: collapse;
}

.medlist_title
{
  color: white;
  background-color: blue;
  border: 1px solid black;
  text-align: center;
  font-weight: bold;

  padding-left: 3px;
  padding-right: 3px;
}

.medlist_row
{
}

.medlist_collumn
{
  border: 1px solid black;
}

.mintlist_table
{
  width: 100%;
}

.mintlist_material
{
  width: 30%;
}

.mintlist_production
{
  width: 10%;
}

.mintlist_comment
{
  width: 60%;
}


