Plantilla:Distribución de miembros/styles.css

De Wikimedia Small Projects
.countries {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.countries th {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.countries th,
.countries td {
    padding: 10px 13px;
    text-align: center;
}

.countries tbody tr {
    border-bottom: 1px solid #dddddd;
}

.countries tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.countries tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.countries tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.distribution-row {
  display: flex;
}

.distribution-col {
  padding: 5px;
  flex: 50%;
}

* {
  box-sizing: border-box;
}