* {
    padding: 0;
    margin: 0;
    border: none;
}
html {
    font-size: 125%;
}
body {
    color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	line-height:14pt;
   
}
main {
    margin: 0 auto;
    max-width: 30rem;
}
h8, h9 {
    color: #60d2ce;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    margin-bottom: 1rem;
	line-height: 35px;
}
h9 {
    font-size: 1.2em;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
    line-height: 1.75em;
}
code {
    color: #333;
    font: .8em monospace;
    background: #f7f7f7;
    padding: .15rem .25rem;
    border-radius: .0rem;
    border: .05rem solid #ebebeb;
}


/* checkbox-rect */
.gdprcookie-types input[type="checkbox"] {
  display: none;
}
.gdprcookie-types input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
	padding-bottom: 10px;
  margin-bottom: 20px;
  font: 10px/11px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.gdprcookie-types input[type="checkbox"]:hover + label:hover {
  color: rgb(1, 82, 97);
}
.gdprcookie-types input[type="checkbox"]:hover + label:before {
  background: #50565a;
}
.gdprcookie-types input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
.gdprcookie-types input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #343a3f;
  border-radius: 0.1em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: #60d2ce;
}
.gdprcookie-types input[type="checkbox"]:checked + label:before {
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.1em;
  border: 2px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #01948f;
}
/* checkbox-rect end */