/* Fixes for Explore Bristol Research - http://research-information.bris.ac.uk/explore/ */ 
/* 04/10/17 */ 

/* To prevent long organisation homepage url from bleeding out of box:start */ 
.homepage li {word-wrap:break-word; white-space: normal; -ms-word-wrap: break-word;} 
/* To prevent long organisation homepage url from bleeding out of box:end */ 

/* To prevent Person research interests from blending into Google map: start */ 
.rendering_person_profileinformationportal:before, .rendering_person_profileinformationportal:after {content: "";display: table; height: 0;} 
.rendering_person_profileinformationportal:after { clear: both; } 
.rendering_person_profileinformationportal { zoom: 1; } 
/* To prevent Person research interests from blending into Google map: end */ 

/* To change position of item bullet images from center to top:start */ 
div.textblock ul { list-style: none; } 
div.textblock ul li {background: url(https://research-information.bris.ac.uk/resources/style/gfx/bullet.gif) left top no-repeat;padding-left: 0px;}  
div.textblock ul li {background:none} 
div.textblock ul   {  list-style-image: url(https://research-information.bris.ac.uk/resources/style/gfx/bullet.gif) }  
/* To change position of item bullet images from center to top:end */

/* To change the behaviour of long urls on article and datasets pages:start */
p.property, .link {word-break: break-word;}
.digital_object_identifiers {word-break: break-word;}
/* To change the behaviour of long urls on article and datasets pages:end */