html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 24px;
  text-align: center;
}

img.logo-lip6 {
  position: absolute;
  top: 10px;
}

.legend {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column;
  width: 260px;
  background-color: #fffa;
  border: 1px solid black;
  padding: 5px;
}

.legend .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.legend .toggle-rows tr.disabled td {
  opacity: 0.3;
}

.legend .toggle-rows tr:hover {
  outline: 1px solid;
  cursor: pointer;
}

.legend td { height: 20px; }
.legend td:first-child { padding-right: 5px; }

.legend .rssi-bar { width: 100%; }
.legend .rssi-bar tr:first-child td { height: 15px; }
.legend .rssi-bar tr:first-child td:first-child {
  background: linear-gradient(to right,
      rgb(250, 255, 250) 0%,
      rgb(0, 153, 0) 100%);
  width: 100%;
  border: 1px solid black;
}

.legend .markers {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.color {
  width: 40px;
  height: 15px;
  border: 1px solid black;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.square {
  width: 20px;
  height: 20px;
  background-color: gray;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid gray;
}

.circle-text {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: gray;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.line {
  width: 40px;
  height: 0;
  border-top: 4px solid gray;
}

.dashed { border-top-style: dashed; }
.dotted { border-top-style: dotted; }

.darkblue { background-color: darkblue; }
.gold     { background-color: gold; }
.orange   { background-color: orange; }
.red      { background-color: red; }
.blue     { background-color: blue; }
.black    { background-color: black; }
.gray     { background-color: gray; }

#temporal-force-directed-graph {
  margin-top: 100px;
}
