
/* - ++resource++haiku.widgets.image/haiku.image.widget.css - */
/* https://www.rsc.ox.ac.uk/portal_css/++resource++haiku.widgets.image/haiku.image.widget.css?original=1 */
.imagePreview {
width:50%;
}
.imagePreview img {
margin-bottom:20px;
}
#image-widget-navtree .img-preview {
height: 120px;
width: 120px;
position: relative;
}
#image-widget-navtree .img-preview img {
max-height: 116px;
max-width: 116px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#image-widget-navtree > li.not-selectable {
border-bottom: 1px solid #e5e5e5;
display: block;
margin: 5px 0;
padding: 15px 0;
}
#image-widget-navtree li.selectable {
display: inline-block;
}
#image-widget-navtree li.selectable.active a {
border-color: #47a447;
}


/* - ++resource++haiku.widgets.media/haiku.media.widget.css - */
/* https://www.rsc.ox.ac.uk/portal_css/++resource++haiku.widgets.media/haiku.media.widget.css?original=1 */
.mediaPreview {
width:50%;
}
.mediaPreview .mediaPreviewLoader {
display:block;
height:100px;
line-height:100px;
width:100%;
text-align:center;
}
.mediaPreview iframe {
margin-bottom:20px;
}


/* - ++resource++haiku.widgets.location/haiku.location.widget.css - */
/* https://www.rsc.ox.ac.uk/portal_css/++resource++haiku.widgets.location/haiku.location.widget.css?original=1 */
.locationPreview .locationPreviewLoader {
display:block;
height:100px;
line-height:100px;
width:100%;
text-align:center;
}
.locationPreview iframe {
margin-bottom:20px;
}
.map iframe{
pointer-events: none;
}

/* - ++resource++haiku.profiles.css/haiku.profiles.css - */
/* https://www.rsc.ox.ac.uk/portal_css/++resource++haiku.profiles.css/haiku.profiles.css?original=1 */
ul.cover-profile-list li,
ul.cover-profiles-list li {
text-align: left;
}
ul.cover-profile-list li img {
width: auto;
}
.cover-profile-tile table tr td:first-child {
padding-left: 0;
}
.cover-profile-tile p.lead {
font-size: 15px;
font-weight: 500;
}
.cover-portrait-tile img {
width: 100%;
}

