/* Radio */
.ºradio .rd_border{
    top: 4px; left: 0;
    width: 14px; height: 14px;
    border: 2px solid #CCC;
    border-radius: 9px;
}
.ºradio .rd_box{
    top: 2px; left: 2px; bottom: 2px; right: 2px;
    border-radius: 5px;
}
.ºradio .rd_dot{
    top: 2px; left: 2px; bottom: 2px; right: 2px;
    border-radius: 4px;
}
.ºradio .text-size{ 
    /*top: 7px;*/ 
    left: 22px; 
    display: inline-flex;
        height: 100%;
        align-items: center;
}
.ºradio.checked .rd_dot{
    background: #79BC28;;
}
.ºradio.focus .rd_border{ border-color: #79BC28;; }
.ºradio.focus .text-size{ color: #79BC28;; }
