/* CSS Document */
article table {
  width: 100%; }
  article table tr th {
    color: #289c4c;
    background-color: rgba(149, 206, 177, 0.12);
    padding: 1rem 2rem;
    border-bottom: 1px solid #289c4c;
    width: 20%; }
    @media screen and (max-width: 575px) {
      article table tr th {
        width: 100%;
        display: block; } }
  article table tr td {
    padding: 1rem 2rem;
    border-bottom: 1px solid #b3b3b3;
    width: 80%;
    text-align: justify; }
    @media screen and (max-width: 575px) {
      article table tr td {
        width: 100%;
        display: block; } }
    article table tr td a {
      color: #289c4c;
      text-decoration: underline #289c4c !important; }
      article table tr td a svg {
        margin-right: 0.5rem; }
