@charset "UTF-8";
/* CSS Document */


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  letter-spacing: 1px;
  background-color: rgba(61, 61, 61, 1.00);
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.2;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p {
  margin: 0;
}

li {
  margin-top: 6px;;
}

#container {
  display: none;
  position: relative;
  width: 1000px;
  margin: 40px auto;
}
#login{
  text-align: center;
  margin-top: 40px;
}
#logo,
#kunder{
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px
}
#divider {
  position: relative;
  width: 100%;
  margin: 20px auto 0 auto;
  border-top: 1px solid black;
}
.list{
  display: flex;
}
.list a{
  color: rgba(65, 65, 65, 1.00);
  font-size: 20px;;
  text-decoration: none;
}
.cell{
  width: 20%;
  background-color: rgba(255, 255, 255, 1.00);
}
.cell img{
  display: block;
  width: 100%;
  height: auto;
}
.m-top{
  margin-top: 8px;;
}