2020-01-14 18:43:55 -05:00
|
|
|
li {
|
2022-10-03 20:45:32 -04:00
|
|
|
width: 90%;
|
|
|
|
margin-left: 0
|
2020-01-14 19:18:10 -05:00
|
|
|
}
|
2020-10-30 22:13:29 -04:00
|
|
|
ul {
|
2022-10-03 20:45:32 -04:00
|
|
|
width: 100%
|
2020-10-30 22:13:29 -04:00
|
|
|
}
|
|
|
|
button {
|
2022-10-03 20:45:32 -04:00
|
|
|
width: 45%;
|
|
|
|
text-align: center
|
2020-10-30 22:13:29 -04:00
|
|
|
}
|
2020-01-14 19:24:30 -05:00
|
|
|
#applicationExplain {
|
2022-10-03 20:45:32 -04:00
|
|
|
float: unset
|
2020-10-30 22:13:29 -04:00
|
|
|
}
|
|
|
|
.button-list {
|
2022-10-03 20:45:32 -04:00
|
|
|
display: inline
|
2020-12-03 13:17:06 -05:00
|
|
|
}
|
|
|
|
#hidden {
|
2022-10-03 20:45:32 -04:00
|
|
|
display: none
|
2020-12-03 13:17:06 -05:00
|
|
|
}
|
|
|
|
.hidden {
|
2022-10-03 20:45:32 -04:00
|
|
|
display: none
|
2020-10-30 22:13:42 -04:00
|
|
|
}
|