#list_wrapper{
    width: 98%;
    }

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
	    text-align: left;
        float: left;
        list-style: none;
        height: 18px;
        width: 20px;
		padding:1px;
    }

