2017-04-09 22:31:09 +00:00
|
|
|
body, input {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
2019-06-25 15:08:59 +00:00
|
|
|
|
|
|
|
|
2017-04-09 22:31:09 +00:00
|
|
|
#settings {
|
2019-06-25 15:08:59 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid black;
|
2017-04-09 22:31:09 +00:00
|
|
|
}
|
2019-06-25 15:08:59 +00:00
|
|
|
|
|
|
|
table > tr:last-child {
|
|
|
|
border-bottom: none;
|
2017-04-09 22:31:09 +00:00
|
|
|
}
|
2019-06-25 15:08:59 +00:00
|
|
|
|
2017-04-09 22:31:09 +00:00
|
|
|
input {
|
|
|
|
height: 30px;
|
|
|
|
text-align: right;
|
|
|
|
width: 100%;
|
|
|
|
}
|