@import "https://www.t-e-s-t.net/dmarc/assets/2top.css";
@import "https://www.t-e-s-t.net/dmarc/assets/dmarc.css";
@import "https://www.t-e-s-t.net/dmarc/assets/bootstrap.min.css";
html, body {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  width: 100%;
  height: 100%;
  background-color: aliceblue;
}

table, tr, td, th {
  padding: 8px;
  border: 1px solid black;
  border-collapse: collapse;
  color: black;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  width: 50% !important;
  /*table-layout: fixed;*/
}

th {
  text-align: center;
}

td:first-child {
  width: 33%;
}

.center {
  margin: auto;
  width: 100%;
  border: 0px solid #675149;
  padding: 15px;
}