2017-04-18 17:37:38 +00:00
|
|
|
#results {
|
2017-10-18 08:55:46 +00:00
|
|
|
position: fixed;
|
2017-10-19 13:11:23 +00:00
|
|
|
left: 50%;
|
2017-10-18 16:32:13 +00:00
|
|
|
bottom: 2.5%;
|
2017-10-18 13:14:10 +00:00
|
|
|
width: 90%;
|
2017-10-19 13:11:23 +00:00
|
|
|
max-width: 45em;
|
|
|
|
margin: 0 auto;
|
2017-10-19 14:02:37 +00:00
|
|
|
padding: 0;
|
2017-10-18 08:55:46 +00:00
|
|
|
|
2017-10-23 13:30:25 +00:00
|
|
|
background: #2975D1;
|
2017-04-18 17:37:38 +00:00
|
|
|
color: white;
|
2017-10-19 12:33:16 +00:00
|
|
|
font-size: 120%;
|
2017-10-19 13:11:23 +00:00
|
|
|
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
|
2017-05-18 13:01:34 +00:00
|
|
|
|
2017-05-18 14:04:23 +00:00
|
|
|
opacity: 0;
|
2017-10-19 13:11:23 +00:00
|
|
|
transform: translate(-50%, 12em);
|
2017-05-18 13:01:34 +00:00
|
|
|
transition: transform .5s;
|
|
|
|
transition-delay: .3s;
|
|
|
|
transition-timing-function: cubic-bezier(0, 1.01, 0.24, 1)
|
|
|
|
}
|
|
|
|
#results.show {
|
2017-10-19 13:11:23 +00:00
|
|
|
transform: translate(-50%, 0);
|
2017-05-18 14:04:23 +00:00
|
|
|
opacity: 1;
|
2017-04-18 17:37:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-10-18 16:32:13 +00:00
|
|
|
#results-actions {
|
2017-10-19 14:02:37 +00:00
|
|
|
background: #333350;
|
2017-05-18 10:07:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#toSimulation {
|
2017-10-19 14:02:37 +00:00
|
|
|
font-size: 150%;
|
2017-05-18 10:07:17 +00:00
|
|
|
color: white;
|
2017-10-19 14:02:37 +00:00
|
|
|
margin-left: .6em;
|
|
|
|
line-height: 1.8em;
|
2017-05-18 10:07:17 +00:00
|
|
|
text-decoration: none;
|
|
|
|
border-radius: .2em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#toSimulation i {
|
|
|
|
margin-right: .6em;
|
|
|
|
}
|
|
|
|
|
2017-10-18 16:32:13 +00:00
|
|
|
#results h2 {
|
2017-10-19 14:02:37 +00:00
|
|
|
margin: .6em;
|
2017-10-18 16:32:13 +00:00
|
|
|
font-weight: 600;
|
2017-05-17 16:00:57 +00:00
|
|
|
text-align: left;
|
2017-10-19 12:33:16 +00:00
|
|
|
font-size: 125%;
|
2017-03-27 13:32:03 +00:00
|
|
|
}
|
2017-10-03 09:44:03 +00:00
|
|
|
|
2017-10-18 16:32:13 +00:00
|
|
|
#results h2 i {
|
|
|
|
margin-right: .6em;
|
|
|
|
}
|
2017-10-19 15:14:13 +00:00
|
|
|
|
|
|
|
#results h2 small {
|
|
|
|
opacity: 0.7;
|
2017-10-23 13:16:24 +00:00
|
|
|
font-size: calc(50% + .2vw);
|
2017-10-19 15:14:13 +00:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
#results h2 span {
|
|
|
|
font-size: 70%;
|
|
|
|
margin: 0 .6em
|
|
|
|
}
|
2017-03-27 13:32:03 +00:00
|
|
|
#results ul {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
2017-10-18 16:32:13 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
height: 70%;
|
2017-10-19 14:02:37 +00:00
|
|
|
margin: .6em auto 1.2em;
|
|
|
|
}
|
2017-10-18 16:32:13 +00:00
|
|
|
|
2017-10-19 14:02:37 +00:00
|
|
|
|
|
|
|
#results li {
|
|
|
|
margin: 0 1em 0 2em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2017-03-27 13:32:03 +00:00
|
|
|
}
|
|
|
|
|
2017-05-05 16:29:08 +00:00
|
|
|
|
2017-05-30 09:08:10 +00:00
|
|
|
|
|
|
|
@media (max-width: 1280px) {
|
|
|
|
|
|
|
|
|
|
|
|
}
|