 .crred{ position:relative;padding-left:25px;margin-bottom:12px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.crred input{ position:absolute;opacity:0;cursor:pointer;height:0;width:0}.radiomark{ position:absolute;top:0;left:0;height:16px;width:16px;background-color:#B9C1CA;border-radius:50%}.crred:hover input ~ .radiomark{ background-color:#ccc}.crred input:checked ~ .radiomark{ background-color:#D91F26}.radiomark:after{ content:"";position:absolute}.crred input:checked ~ .radiomark:after{ display:block}.crred .radiomark:after{ top:4px;left:4px;width:8px;height:8px;border-radius:50%;background:white}