{
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.content {
  background-color: #ddd;
  padding: 10px;
  /*z-index:-2;*/
}

.content a, h3{
  z-index: 2;
  /*color:blue;*/
  position: relative;
}

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
  font-size: small;
}

.logo {
  height: 40px;
  padding: 0px;
  padding-bottom: 2px;
  color: blue;
  margin: -12px;
  margin-left: -3px;
  margin-right: -3px;
}

.outline {
  outline-style: dotted;
  outline-width: thin;
  outline-color: red;
}

.MCQR {
  max-width: 98%;
}

.hoverpreview img{
  display: none;
}
.hoverpreview:hover img{
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40%;
  border: 2px solid black;
}

li {
  margin-bottom: 1px;
  padding-bottom: 1px;
  //border: 1px solid red;
}

li p {
  display: inline-block;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
}


#modeswitch {
  width: 30px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 30px;
  background-image: url("picture.png");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  //background-color: white;
}
