38 lines
486 B
CSS
38 lines
486 B
CSS
#crs-boxes {
|
|
display: block;
|
|
}
|
|
|
|
#result-box {
|
|
display: none;
|
|
}
|
|
|
|
#result-table {
|
|
margin: auto;
|
|
color: var(--second-text-color);
|
|
width: 85%;
|
|
max-width: 700px;
|
|
text-align: center;
|
|
}
|
|
|
|
td, th {
|
|
border-bottom: 1px solid;
|
|
}
|
|
|
|
#reset {
|
|
margin-top: 25px
|
|
}
|
|
|
|
#reset {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.pis-code {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.station {
|
|
text-transform: uppercase;
|
|
overflow-wrap: anywhere;
|
|
font-family: firamono, monospace;
|
|
line-height: 1.2;
|
|
} |