.CommonTextComponent {
  padding: 5rem 0;
  font-size: 1.2rem; }
  .CommonTextComponent.isDark {
    color: #FFFFFF; }
  .CommonTextComponent .table tbody > tr:first-child {
    background-color: #0a265e; }
    .CommonTextComponent .table tbody > tr:first-child > td {
      color: #FFFFFF;
      text-align: center;
      font-size: 1rem;
      line-height: 1.1rem;
      font-weight: 300; }
  .CommonTextComponent .table tbody > tr > td {
    border: 1px solid #ccc; }

