﻿
/* The wider the #list_wrapper is, the more columns will fit in it */


/* The wider this li is, the fewer columns there will be */
.BulletedListsFormatted li
{
	text-align: left;
	vertical-align:bottom;
	float: left;
	height: 15px;
	width: 300px;
	/*padding: 0px 0px 0px 0px;*/
	margin:15px 5px 0px -5px;
	list-style: none outside url(Images/Icons/bullet.gif);
}

.BulletedListsConditions li
{
	text-align: left;
	/*height: 15px;
	width: auto; */
	/*margin:15px 5px 0px -15px; */
	list-style: none outside url('Images/Icons/bullet.gif');
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 7px;
    /*right: 0; */
}


.BulletedListsClinicalTrial li
{
	text-align:left;
	margin:  10px 10px 5px 50px;
	list-style: none outside url('Images/Icons/bullet.gif');
	

}

