<style type="text/css">

html {margin: 0; padding: 0; box-sizing: border-box;}

body {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-family: Roboto, Arial;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}

#startcol, #checkboxes {
  background-color: #eee;
  border: 1px solid #ddd;
  height: 100%;
  padding: 1ex;
}

#startcol {
  display: flex;
  flex-direction: column;
  margin: 1ex;
  width: 70%;
}

#chart-container {
  background-color: white;
  padding: 1ex;
}

#chart {
  margin-top: 5px;
}

.commands {
  margin-bottom: 10px;
}

#checkboxes {
  flex-grow: 1;
  font-size: 80%;
  height: 100%;
  margin: 10px 3px 3px 3px;
  overflow-y: scroll;
  width: 20%;
}

.command {
  padding: 3px;
  background-color: lightcyan;
  border: 1px solid steelblue;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-family: arial;
  height: 7ex;
  margin: 0 3px;
  max-width: 23ex;
  padding: 4px;
  vertical-align: middle;
}


canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

h1 {
  display: none;
  flex-grow: 0;
  font-size: large;
  font-weight: normal;
  background-color: #ddd;
  border: 1px solid #666;
  font-family: arial;
  padding: 10px;
  text-align: center;
  margin: 5px auto 10px auto;
}

h2 {
  font-size: 125%;
  font-weight: normal;
}

.arrline {
  background: lightgrey;
  border: 1px solid darkgrey;
  padding: 2px;
  padding-right: 5px;
}

.arrline, .plan_quartiers {
  display: inline-block;
  margin: 2px;
  vertical-align: top;
}

.arrline h2 {
  display: inline;
}

#arr {
  display: none;
}


.quartiers_link {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: large;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 2px #000;
}

.quartier-label {
  margin: 0;
}

.sous-quartier {
  margin-left: 10px;
}

.plan_quartiers a {
  text-decoration: none;
}

.plan_quartiers {
  position: relative;
  border: 1px solid black;
}

.plan_quartiers:hover {
  border: 1px solid red;
}

#source {
  flex-grow: 0;
  margin: 10px 3px 3px 3px;
  font-size: x-small;
}

#contact {
  font-size: small;
}

#ads {
  margin: 5px;
}

</style>
