.facilityList ul {
padding-left:0.25em;
}

.facilityList li {
list-style: square inside url('/images/bullet-tick.jpg');
padding-top:0.5em;
padding-bottom:0.5em;
vertical-align: top;
}

.facilityList img {
clear:both;
float:none;
}

#mainPageContent img{
float:none;
padding: 1em;
}

#allowedList{
width:48%;
float:left;
}

#notAllowedList{
width:48%;
float:right;
}

.notallowed ul {
padding-left:0.25em;
}

.notallowed li {
list-style: square inside url('/images/noentry.gif');
padding-top:0.5em;
padding-bottom:0.5em;
vertical-align: top;
}