﻿ol { text-align: left; }

ul { list-style-type: none; }

/* This is for the radio button wrap*/

table.radioWithProperWrap input { float: left; }

table.radioWithProperWrap label {
    display: block;
    margin-left: 25px;
}