

.article-shutter__red__table .red-table{
  border: 0;
}

.article-shutter__red__table .red-table tr td,
.article-shutter__red__table .red-table tr th{
  border: 1px solid #BCBCBC;
  padding: 1rem;
}

.article-shutter__red__table .red-table tr td:first-child,
.article-shutter__red__table .red-table tr th:first-child{
  border-left-width: 2px;
}

.article-shutter__red__table .red-table tr td:last-child,
.article-shutter__red__table .red-table tr th:last-child{
  border-right-width: 2px;
}

.article-shutter__red__table .red-table tr:first-child td,
.article-shutter__red__table .red-table tr:first-child th{
  border-top-width: 2px;
}

.article-shutter__red__table .red-table tr:last-child td,
.article-shutter__red__table .red-table tr:last-child th{
  border-bottom-width: 2px;
}