I am having trouble spacing out my radio buttons evenly. I have tried adding "margin-right: 250px;" and other methods, but they are not giving me the desired result. I want the buttons to be evenly spaced on the page while remaining center aligned. Additionally, I attempted to add styling to the text next to the radio buttons, but I am unsure how to incorporate it into the CSS of my code. The code does work in the body though.
If you would like to see the JSFiddle example, you can find it here: http://jsfiddle.net/2DJsP/embedded/result/
Below is the CSS code snippet:
#navlist li {
margin-left: auto;
margin-right: auto;
}
style="color:#fa7f28; font-size:20px; font-weight:bold;