.oz-button {
  font-family: 'Teko', sans-serif;
  display: inline-block;
  width: 100%;
  max-width: 425px;
  background-color: white;
  margin: 15px;
  padding: 3px 3px 0 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.5);
}
.button-head {
  font-size: 1.75em;
  font-weight: bold;
  color: black;
  margin-bottom: -0.25em;
}
.button-title {
  font-size: 3em;
  font-weight: bold;
  color: #a30605;
  margin: -0.25em 0;
}
.button-date {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  margin-top: -0.25em;
}
.fizzle-table {
  border-collapse: collapse;
  border: 1px solid black;
}
.fizzle-table th, td {
  border: 1px solid black;
  text-align: center;
  padding: 0.5em;
}
.ogre-rules-ul li {
  padding-top: .25em;
  padding-bottom: .25em;
}

.text-wrap-left {
  clear: right;
  float: left;
  margin: 10px;
}

.text-wrap-right {
  clear: left;
  float: right;
  margin: 10px;
}

.img-resize {
  width: 48%;
}

table {
  width:70%; 
  margin-left:15%; 
  margin-right:15%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
}
th {
  text-align: left;
}
caption {
    padding: 10px;
    caption-side: bottom;
}
.underline {
        text-decoration: underline;
}
