.CommonTextComponent {
  padding: 2rem 0;
  font-size: 1.2rem; }
  .CommonTextComponent.isDark {
    color: #FFFFFF; }
  .CommonTextComponent .table {
    width: 100%; }
    .CommonTextComponent .table tbody > tr:first-child {
      background-color: #a2a2a2; }
      .CommonTextComponent .table tbody > tr:first-child td {
        color: #FFFFFF;
        text-align: center;
        font-size: 1rem;
        line-height: 1.1rem;
        font-weight: 700; }
        .CommonTextComponent .table tbody > tr:first-child td p, .CommonTextComponent .table tbody > tr:first-child td span {
          color: #FFFFFF !important;
          font-weight: 700 !important; }
    .CommonTextComponent .table tbody > tr > td {
      border: 1px solid #ccc; }

