table {
    max-width: 100%;
    text-align: center;
    border: 2px solid;
    border-collapse: collapse;
    table-layout:fixed;
}

th {
    border-collapse: collapse;
    border-bottom: 1px solid;
    background-color: rgba(60,60,60,1);
    color: rgb(200,200,200);
    padding: 0.25rem;
    word-wrap: break-word;
}

td {
    border-collapse: collapse;
    border-bottom: 1px dotted;
    border-right: 1px dotted;
    border-color: rgb(100,100,100);
    padding: 0.25rem;
    word-wrap: break-word;
}

.article-wrapper {
    max-width: 100%;
    overflow: auto;
}

.diagram {
  max-height: 10em;
  max-width: 100%;
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {

    table {
      font-size: 11px;
      max-width: 100%;
    }

    .article-wrapper {
        max-width: 100%;
        overflow: auto;
    }
  }


  @media only screen and (min-width: 600px) {

    table {
      width: 50rem;
      max-width: 100%;
    }
  }
