body {
    background-color: lightblue;
}

#subscribers,.game,.info,.trick {
    border-style: solid;
}

.vertical {
    display: flex;
    flex-flow: column;
}

.horizontal {
    display: flex;
    flex-flow: row;
}

.name:not(.online) {
    color: #888;
}

.name.self {
    font-weight: bold;
}

.next {
    background-color: lightgreen;
}

.finished {
    background-color: lightpink;
}

[data-suit="C"] {
    color: #008000;
}
[data-suit="D"] {
    color: #0d00ff;
}
[data-suit="H"] {
    color: #ff0000;
}
[data-suit="S"] {
    color: #000000;
}
span[data-suit] {
    margin: 2px;
}

.plays-label {
    min-width: 60px;
}

.lead.playTop {
    text-decoration: underline overline;
}
.lead {
    text-decoration: underline;
}
.playTop {
    text-decoration: overline;
}

.info,.trick {
    height: 115px;
    padding: 0 5px 0 5px;
}
.card-select {
    height: 20px;
    width: 20px;
}
