2017-12-05 11:58:24 +00:00
|
|
|
#sim .tip {
|
|
|
|
font-style: italic;
|
2017-12-05 16:42:48 +00:00
|
|
|
margin-bottom: 1em;
|
2017-12-05 11:58:24 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#sim .tip p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#sim .tip progress {
|
|
|
|
margin-left: 1em;
|
2017-12-05 16:42:48 +00:00
|
|
|
background: white;
|
2018-01-10 16:51:35 +00:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
2017-12-05 16:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-bar {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
2017-12-05 11:58:24 +00:00
|
|
|
}
|