:root {
    --mpc_color_1: #066291;
    --generic_gray: #F2F2F2;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.participants > table {
    width: 185px;
    text-align: center;
    display: inline-block;    
}
.participants > table {
    font-size: 12px;
}
.participants > table > thead {
    font-size: 24px;
}
.participants > table > thead > tr > th{
    background-color: var(--mpc_color_1);
    color: white;
    font-weight: normal;    
}
.participants-names > tr > td {
    height: 42px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.group-stage {
    background-color: var(--generic_gray);

}
.group-stage > div > p {
    margin: 0 auto; 
    padding-top: 24px;
    font-size: 24px; 
}
.substitute{
    color: red;
    font-weight: bold;
    font-style: italic;
}
