﻿body {
    padding:0px;margin:0px;
    background-color:#ededed;
}

div[contenteditable=true], input[type=text], input[type=number] {
    background-color:#fff;
    border:solid 1px #d3d2d2;
    margin:3px 2px;
}

/* POLICE */
body, a, td, p, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}

.h-scroll {
    height: 100vh; /* %-height of the viewport */
    /*position: fixed;*/
    overflow-y: scroll;
    padding-bottom:20px;
}

.switch {
  height : 9px;
  width : 18px;
  margin-right:6px;
}

.switch small {
  height : 9px;
  width : 9px;
}

.switch.checked {
  background: rgb(0, 83, 255);
  border-color: rgb(99, 149, 254);
}
.switch.checked small {
    left: 9px;
}

