body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin: 0;
    overflow: hidden;
    font-size: large;
}

ol, ul {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
}

a:any-link {
    color: white;
    text-decoration: none;
}

.ballistic li.ballistic a,
.coulomb li.coulomb a,
.gravity li.gravity a,
.lorentz li.lorentz a,
.pendulum li.pendulum a,
.pendulums li.pendulums a,
.spring li.spring a {
    font-weight: bolder;
    background-color: white;
    color: black;
}

a:hover {
    font-weight: bold;
}

canvas {
    overflow: hidden;
}

.big-info {
    font-weight: bold;
}

#navigation {
    position: absolute;
    top: 16px;
    right: 16px;
    width: fit-content;
}

#controls {
    position: absolute;
    top: 16px;
    left: 16px;
}

#controls h3, #navigation h3 {
    margin-bottom: 16px;
}

#controls th {
    padding-right: 8px;
}

#dynamic-info {
    position: absolute;
    top: 16px;
    width: 100%;
    text-align: center;
}

#elapsed {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

#distance {
    bottom: 16px;
    left: 16px;
    width: 200px;
    position: absolute;
}

#bar {
    background-color: white;
    height: 10px;
    width: 100%;
}

#infos {
    bottom: 16px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    margin : 0;
    justify-content: center;
    align-items: center;
}

#settings {
    text-align: left;
    vertical-align:bottom;
    display:inline-flex;
    flex-basis: max-content;
}

li{
    list-style: none;
    margin: 8pt 0 0 0;
}

.tab {
    display: inline-block;
    width: 200px;
}