45 lines
587 B
CSS
45 lines
587 B
CSS
#crs-inputs {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.pis-input {
|
|
width: 55%;
|
|
max-width: 200px;
|
|
margin: auto;
|
|
}
|
|
|
|
#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: 15px
|
|
}
|
|
|
|
#reset {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.pis-code {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.station {
|
|
text-transform: uppercase;
|
|
overflow-wrap: anywhere;
|
|
font-family: firamono, monospace;
|
|
line-height: 1.2;
|
|
} |