#mixed {
    font-weight: bold;
}

p.mixed {
    display: block;
}

.diagram .header {
    font-size: smaller;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-bottom: -2em;
    margin-top: auto;
    padding: 0.25em;
    border: 0.1em outset;
    width: 6em;
    /* float: left; */
    background: #FFFFFF;
}

.diagram {
    width: 32em;
}

.diagram  .north, .diagram .south {
    width: 19em;
    margin-left: 7em; 
}

.diagram .east, .diagram .west {
   width: 8em;
}

.diagram .north {
    padding-bottom: 1ex;
}

.diagram  .south {
    clear: both;
    padding-top: 1ex;
}

.diagram  .west {
    float: left;
    clear: left;
}

.diagram  .east {
    float:right;
}


.red {
    color: red;
}

.hand .seatname {
    text-align: center;
    font-size: smaller;
    font-style: italic;
}

.holding {
   white-space: nowrap;
}

.north .holding, .south .holding {
    display: inline;
    padding-left: 0.10em;
    padding-right: 0.10em;
}


