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;
|
|
|
|
border: 1px solid #2975D1;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-bar {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
background: #2975D1;
|
2017-12-05 11:58:24 +00:00
|
|
|
}
|