/* Basic setup */
@font-face {
  font-family: "Komikax";
  src: url("KOMIKAX_.ttf") format("TrueType");
}

body {
  white-space: normal;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  display: flex;
  flex-direction: row;
}

#leftSide {
  width: 50%;
  padding-right: 16px;
}

#rightSide {
  width: 50%;
  padding-left: 16px;
}

.headerButton {
  width: 100%;
  height: 2em;

  font-family: 'Komikax', 'Segoe UI', 'Tahoma';
  font-size: xx-large;
}

.contentElement {
  display: none;
}
/* End basic setup */

/* Moves */
.moveName {
  font-size: large;
  font-weight: bold;
}
/* End moves */

/* Team */
#usingTeamDiv {
  background-color: orange;
}
/* End team */

/* Core GM Reference stuff */

#coreTable {
  width: 100%;
}
/* End core GM Reference stuff */

/* Playbook moves stuff */
#playbookMovesTable {
  width: 100%;
}


/* Table stuff */
table, td, th {
  border: 1px solid;
  border-collapse: collapse;
}

th {
  text-align: left;
}

#teamTable {
  width: 100%;
}

/* End table stuff */