27 lines
311 B
CSS
27 lines
311 B
CSS
#crs-boxes {
|
|
display: block;
|
|
}
|
|
|
|
#result-box {
|
|
display: none;
|
|
}
|
|
|
|
#result-table {
|
|
margin: auto;
|
|
width: 85%;
|
|
max-width: 700px;
|
|
text-align: center;
|
|
}
|
|
|
|
#reset {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.pis-code {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.station {
|
|
text-transform:uppercase;
|
|
overflow-wrap:anywhere
|
|
} |