@import url(http://fonts.googleapis.com/css?family=Roboto);

html, body { }

*, *::after, *::before {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-size: 10pt;
  font-weight: 500;
  display: inline-block;
  margin-left: 1pt;
}

.img-simple {
  position: relative;
  float: left;
  margin-right: 5pt;
}

.img-content-preview {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  width: auto;
  position: absolute;
  z-index: 100;
  background: white;
}

.popup-footer {
  display: inline-block;
  font-size: 10pt;
  width: 100%;
}

.popup-footer span { line-height: 3pt; }

span.popup-licences {
  max-width: 100pt;
  float: left;
  width: auto;
}

span.popup-copyright { float: right; }

}

