.clery-table-bordered {
  border: 1px solid #d0d0ce;
  text-align: right;
    font-family:"Noto Sans", sans-serif;
    font-size: 1.2em;
    font-weight:500;
}
  .clery-table-bordered th,
  .clery-table-bordered td {
    border: 1px solid #d0d0ce; }
  .clery-table-bordered thead th,
  .clery-table-bordered thead td {
    border-bottom-width: 2px; }
    
.clery-table-bordered-2 {
  border: 1px solid #d0d0ce;
  text-align: center;
    font-family:"Noto Sans", sans-serif;
    font-size: 1.2em;
    font-weight:500; 
}
    
.clery-table-bordered-2 th,
  .clery-table-bordered-2 td {
    border: 1px solid #d0d0ce; }
  .clery-table-bordered-2 thead th,
  .clery-table-bordered-2 thead td {
    border-bottom-width: 2px; }

.clery-subhead-row {
    margin-top: 0;
    margin-bottom: 1rem;
    background-color: #012169;
    color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.05em;
}

.clery-even-row {
background-color: #efefef
}

.clery-blank-cell {
background-color: #b1b3b3
}

.clery-subhead-col { 
    margin-top: 0;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.2rem;
    color: #012169;
    text-align: left;
}

.clery-subhead-col-2 { 
    margin-top: 0;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.2rem;
    color: #012169;
    text-align: left;
    background-color: #efefef
}


.clery-big {
    font-size: 1.4rem;
    background-color:#d9d9d6;
    text-align: center;
}

.column-a {
    float: left;
    width: 50%;
    color:#012169;
    padding: 10px;
    
}

.column-b {
    float: left;
    width: 50%;
    color:#012169;
    background-color:#aaa;
    border: 1px solid;
    border-spacing: 2px;
    padding: 10px;
    
}

.row:after{
    content: "";
    display: table;
    clear:both;
}

