/*
  Overlay 'preview':
 */
.background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 9;
}
.holder {
    display: none;
    position: fixed;
    top: 5vw;
    z-index: 10;
    padding-left: 8vw;
    padding-right: 8vw;
}
#preview_parent {
  background-color: black;
  position: relative;
  top: 0;
  width: 100%;
  height: 80%;
}
#preview {
    display: block;
    width: 100%;
    height: 100%;
}
#preview_info {
    display: block;
    background-color: black;
    color: white;
    z-index: 90;
    padding: 0.2em;
}
#preview_info a {
    color: white;
}
.preview_info_line {
    display: block;
    margin: 0.3em;
}
#preview_info_name, #preview_info_color_ldraw, #preview_info_color_lego, #preview_info_color_bricklink, #preview_info_id_bricklink {
    display: inline;
}
