/* ECFS Table Styles */

.region-content table:not(.table-normal-content) {
  color: #808080;
    border-collapse: collapse;
    border-spacing: 0;  
    /* margin:10px; */ /* Was causing issues in cart checkout tables */
}

.region-content table:not(.table-normal-content) th, .region-content table:not(.table-normal-content) label {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    background: #01458e;
    border: 1px solid #01458e;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.region-content table:not(.table-normal-content) tr {
    font-weight: normal;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #808080;
    padding: 4px;
}

.region-content table:not(.table-normal-content) td {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #808080;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

/* For borders around Carbide rows (that have borders) */
.region-content div.az-element.az-row.row {
  border-width: 1px;
}

/* CTN Study Tables */
table.ctn-study th {
    color: #000;
    background-color: #b6ccea;
    font-size: 13px;
}
table.ctn-study th p {
    color: #000;
    font-size: 13px;
}
table.ctn-study th a {
    color: #0074BD !important;
}
table.ctn-study td a {
    color: #0074BD !important;
}

/* CTN List of Centres e.g. https://www.ecfs.eu/ctn/list-ctn-centres */
table.ctn-list-centres td {
    vertical-align: top;
}
table.ctn-list-centres p {
    margin-bottom: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
table.ctn-list-centres p:last-child {
    margin-bottom: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}