.radio-tagger{
    width:20px;
    height:20px;
    position: absolute;
}
.radio-tagger input[type="radio"] {
    display: none;
}
.title{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 17px;
    height: 17px;
}
.radio-outer{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    background-color: #929393;
}
.radio-inner {
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    background: #ffffff; /* Old browsers */
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlOWViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e9eb 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e9eb)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e9eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e9eb 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e9eb 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e9eb 100%); /* W3C */

}
.radio-inner .radio-selected {
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background-color: #357eeb;
    display: none;
}
.radio-tagger input[type="radio"]:checked + label .radio-selected {
    display: block;
}
.radio-text {
  left: 36px;
  position: relative;
  font-family: sans-serif;
  font-size: 12pt;
  width: 300px;
}
.large {
    top:100px;
    position:absolute;
}
.large .radio-tagger {
    width:52px;
    height:52px;
}
