/**
 * Print:        print.css
 * Project:      Met Police website
 * Version:      1.1
 * Last change:  25/01/16
 * Assigned to:  Diego Lago (dl)
 * Primary use:  Website
 */
 
/* Remove unwanted elements */
#outer-branding,
#navigation,
#breadcrumb,
#support-navigation,
#sub-navigation,
#highlights,
#search,
#outer-tools,
#footer,
#recitebox,
#cookie-consent,
.pagination,
.mod-banner,
.mod-banner-crime,
.mod-phones,
.mod-pledge,
.mod-find-services,
.mod-find-news,
.mod-find-news-ext,
.mod-local-policing,
.more-links,
.related-links,
.listing,
.noprint,
.skip,
.push ,
.nav,
.add-to-homepage,
.view-image,
.rss-btn,
.contact-email,
.contact-address,
.article img{
  display: none;
}

/* Ensure the content spans the full width */
.container {
  width: 100%;
  margin: 0;
  float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
body {
  background: #fff;
  color: #000;
}
/* Improve colour contrast of links */
a:link,a:visited {color: #781351}
#mol {float: right}
h1 {margin: .5em 0}
h3{clear:both}
.polaroid1,.polaroid2, .polaroid3, .polaroid4{float:left;width:50%;}
#mapcanvas_326{height: 295px; width: 325px;}
#teammember{clear:right}
#teammember div img {padding: 0 5px}
.contact-emergency, .contact-non-emergency {float: none !important}