.fredoka { font-family: 'Fredoka', sans-serif; }
.poppins { font-family: 'Poppins', sans-serif; }

body {
font-family: 'Poppins', sans-serif;
font-size:14px;
color: #666666;
}

h1, h2, h3, h4, h5 {
	font-family: 'Fredoka', sans-serif !important;
}

label.imgradio > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label.imgradio > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label.imgradio > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #e283a8;
}

/* TXT ones, don't hide button */
.checkedbutton {
  border:2px solid #e283a8;
  border-radius: 5px;
}
/* TXT ones, don't hide button */
.checkedbox {
  border:2px solid #e283a8;
  border-radius: 5px;
}

/*show hide spans for selects */
/*.toprint {
	display: none;
}*/

td {
	text-align: center; 
}
