canvas {
  position: absolute;
}

.edit {
  background: url('/sites/all/themes/flh/images/ritverktyg.png') no-repeat;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
  background-position: center;
}

.download32 {
  background: url('/sites/all/themes/flh/images/download.png') no-repeat;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
  background-position: center;
}

.editboard input {
  background-position: center !important;
}

.editboard {
  text-align: -webkit-center;
  padding: 15px 6px;
  background-color: black;
  width: 80px;
}

.fancybox-slide > * {
  padding: 0 !important;
}

.slide2text {
  height: 100%;
  padding: 9.5px;
  color: white;
}

.slide2image {
  width: 100%;
}

.propaganda-drawer-content1 img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 0px;
}

#sketchpadapp {
  /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

canvas {
  position: absolute;
}


.slide2text p {
  margin-left: 10px;
}
