@charset "utf-8";

@font-face {
    font-family: 'dynamictrooper';
    src: url('fonts/dynamictrooper-ovb7a-webfont.woff') format('woff');
    src: url('fonts/dynamictrooper-ovb7a-webfont.woff2') format('woff2');
    font-weight: normal;
    font-weight: normal;
}

header{
  position: fixed;
  z-index: 1000;
}


.content {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}

.mystic-logo{
    display: block;
    width: 25%;
    padding-top: 220px;
    margin-left: 40%;
}
 .content .list_items {
    margin-left: 15%;
    margin-right: 85%;
    width: 50%;
    padding: 5px;
}

.content p{
    width: 75%;
}

#wrap_text {
    width: 75%;
}

#spell_sheet{
    float: right;
    width: 40%;
}

#spell_tracker {
    float: right;

}

table, th, td {
    background-color: beige;
    table-layout: auto;
    margin-left: 15%;
    margin-right: 35%;
    border: 1px solid;
}

th {
    padding: 2px;
}

td {
    text-align: center;
    padding: 2px;
}

table h3 {
    margin-left: 10%;
}
table p {
    margin: auto;
}

#research {
    margin-left: 20%;
}

#difficulty {
    margin-left: 30%;
}

/* ...your other styles... */

.table-row {
  display: flex;          /* places tables side-by-side */
  gap: 24px;              /* space between tables */
  align-items: flex-start;
  flex-wrap: wrap;        /* optional: stack on small screens */
}

/* Avoid global margins on ALL tables */
table, th, td {
  background-color: beige;
  border: 1px solid #000;
  /* remove these if present anywhere:
     margin-left: 15%;
     margin-right: 35%;
  */
}

.sorcery-table {
  border-collapse: collapse;
  width: 320px;           /* or max-width: 100%; */
  flex: 1 1 320px;        /* lets them shrink/wrap nicely */
}

.sorcery-table th, .sorcery-table td {
  text-align: center;
  padding: 8px;
}

.sorcery-table h3 { margin: 0.25rem 0; }
.sorcery-table p  { margin: 0.25rem 0; }
