.customoptionlistcss {
    float: left;
}

    .customoptionlistcss ul {
    }

        .customoptionlistcss ul li {
            float: left;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 15px;
            color: #b2b5b9;
            text-align: center;
            list-style: none;
            display: inline;
        }

            .customoptionlistcss ul li span {
                font-weight: bold;
            }

                .customoptionlistcss ul li span.il-customoptionlist-content {
                    width: 78px;
                    height: 66px;
                    background: url(https://www.reliancemoney.com/_catalogs/masterpage/images/GoalPlanning/radio.png) 0 0 no-repeat;
                    vertical-align: middle;
                    line-height: 45px;
                    cursor: pointer;
                    float: left;
                    padding: 0 !important;
                }

                .customoptionlistcss ul li span.il-customoptionlist-content-selected {
                    width: 78px;
                    height: 66px;
                    background: url(https://www.reliancemoney.com/_catalogs/masterpage/images/GoalPlanning/radio.png) 0 -71px no-repeat;
                    color: #ff642b !important;
                }

                .customoptionlistcss ul li span.il-customoptionlist-seperator {
                    background: url(../images/GoalPlanning/dash.png) no-repeat;
                    width: 7px;
                    height: 65px;
                    display: block;
                    margin: 0px;
                    float: left;
                }