<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
strong{
display: block;
padding-left: 30px;
margin-bottom: 10px;
}
label {
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 10px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.customize-radio label > input[type = 'radio'] {
visibility: hidden;
position: absolute;
}
.customize-radio label > input[type = 'radio'] ~ span {
cursor: pointer;
width: 31px;
height: 31px;
display: inline-block;
background-size: 31px 31px;
background-repeat: no-repeat;
vertical-align: middle;
}
.happy {
background-image: url("/uploads/media/default/0001/03/6819c91c6e19febea25c93b1923427482a6652cd.png");