Positioning the radio button dot

.MyClass input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
}