25 lines
408 B
CSS
25 lines
408 B
CSS
.meta {
|
|
margin-bottom: 24px;
|
|
color: #7a7f99;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}table {
|
|
text-align: left;
|
|
}th, td {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.event-col {
|
|
font-weight: 700;
|
|
color: #333;
|
|
}
|
|
|
|
.role-col {
|
|
color: #333;
|
|
}
|
|
|
|
.time-col {
|
|
color: #60657a;
|
|
font-variant-numeric: tabular-nums;
|
|
}
|