/* CSS Document */

html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #dfe3e6;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.pat_card {
  border-top: 1px solid #6c757d;
}

/* bruges på p-gallery.php på note-delen */

.style2 {
  overflow: hidden;
}

.style1 {
}