#quizz{
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
     background-color:#88a825;
     margin:0;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: white;
    font-family: 'Rubik', sans-serif;
}

form {
    width:100%;
    max-width:1040px;
    margin:0 auto;
}

P,h3,.answer {
    margin-right: 15px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: white;
    font-family: 'Rubik', sans-serif;
}

#rblCategory input{
    display:inline;
    margin-left:20px;
}

h3{
    display:block !Important;
    width:50%;
    padding:0px 50px 0 100px;
    margin:0;
    float:left
}

.answer {
    display:block;
    width:29%;
    padding:10px;
    margin:0;
    float:left;
      cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

input[type="radio"]:checked {
   visibility: hidden; 
    z-index: 1; 
}

input[type="radio"] {
    visibility: hidden; 
    z-index: 1;
    margin-right:10px;
}

/*i {
    width: 15px;
    height: 16px;
    position: relative;
    display: inline-block;
    left: -15px;
    top: 2px;
    background: url(/images/icon/radio.png) no-repeat;
    z-index: 0;
}

*/

input[type="radio"]::before{
    content:' ';
    width: 15px;
    height: 16px;
    position: relative;
    display: inline-block;
    left: 0px;
    top: -1px;
    background: url(/images/icon/radio.png) no-repeat;
    z-index: 0;
    visibility:visible;
}

input[type="radio"]:checked::before{
    content:' ';
    width: 15px;
    height: 16px;
    position: relative;
    display: inline-block;
    left: 0px;
    top: -1px;
    background: url(/images/icon/radio-on.png) no-repeat !important;
    z-index: 0;
    visibility:visible;
}

input[type="button"]{
    border:0;
    border-bottom:5px solid #35203b;
    margin:40px auto;
    width:360px;
    height:68px;
    color:#35203b;
    background-color:#cf4a30;
    font-family: 'Comfortaa', cursive;
    font-size:24px;
    font-weight:bold;
}
/*
 input[type="radio"]:checked + i {
    display:block;
    content:"";
    width:15px;
    height:15px;
    background:url(../images/radio-active.png)
} */

input[type="button"]:hover, input[type="button"]:active {
    border:0;
    border-top:5px solid #35203b;
    margin:40px auto;
    width:360px;
    height:68px;
    background-color:#cf4a30;
}