/* CSS for the speakerDiv */
#speakerDiv {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    width: 700px;
}

/* CSS for the speakerRow */
.speakerRow {
    display: flex;
    justify-content: left;
    align-items: left;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.part-time {
	font-size: 1em;
	color: #666;
	width: 80px;
}
/* CSS for the part-event */
.part-event {
    font-size: 1em;
    color: #666;
	width: 160px;
}

.part-round {
	font-size: 1em;
	color: #666;
	width: 60px;
}

/* CSS for the part-name */
.part-name {
    font-weight: bold;
    font-size: 1.2em;
	width: 200px;
}

.part-bib {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0px 4px;
}

.part-result {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	width: 100px;
}

.part-currentorder {
	font-size: 1em;
	color: #666;
	width: 40px;
}
