/* CSS for VoterMetric explorable styles */

div#e-content li > ul {
    padding-bottom: 0; }

div#vm-ctrl > div {
    display: flex;
    justify-content: start;
    flex-wrap: wrap; }

div#vm-ctrl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }

div#vm-ctrl > div.position > div.x-y-values > * > input[type="number"] {
    width: 7rem; }

input#vm-x-weight {
    width: 2.5rem; }

input#vm-tol {
    width: 2.5rem; }

g#vm-indif {
    stroke: black;
    fill: none;
    opacity: 0.4; }

g#vm-indif path {
    stroke: gray;
    fill: gray;
    opacity: 0.3; }

polyline.initial {
    stroke: red;
    fill: none; }

polyline.final {
    stroke: green;
    fill: none; }
