﻿#header {
    display: none;
}
.container {
    margin: 0;
    clear: both;
}
.details {
    /* position: relative; */
    /* float: left; */
    z-index: 10;
    width: 50%;
    /* width: auto; */
    margin: 0;
    padding: 0;
    text-align: center;
}
.details.right {
    /* float: right; */
    /* text-align: right; */
}
/*.lumens,.batterylife,.recharge,.mount {
    display: none;
}*/
.lightproperties .review {
    /* border: none; */
	position: fixed;
	bottom: 10px;
	margin: 0;
	padding: 0;
}
.lightproperties .review:before {
    display: none;
}
#footer {
    display: none;
}
.comparator {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
/*.lightproperties {
    display: none;
}*/
.lightname {
    /* display: inline-block; */
    /* margin: 10px 20px 0 20px; */
    /* margin: 0; */
    display: none;
}
.left .lightname {
    margin-right: 20px;
}
.right .lightname {
    margin-left: 20px;
    float: right;
}
.details label, .details select {
    margin-top: 5px;
}
#grabnotice {
    top: 40%;
}
.details label,
.details .titles {
    display: none;
}

.comparator_container	{
	margin: 0;
}

.right .selectors {
    text-align: right;
}
.left .selectors {
    text-align: left;
}
.details .selectors {
    margin: 15px;
}

body {
    margin: 0;
    padding: 0;
}
html {
    min-width: 0;
}
te {}
.comparator {
    /* text-align: center; */
}
.details select, .details option {
    /* background: transparent; */
    /* color: #FFF; */
    border: none;
    font-size: 1.3em;
	max-width: 90%;
}
.details option {
    /* background: transparent; */
}

.left.overlay img {
    width: auto;
}

.overlay img	{
	position: absolute;
	right: 0;
	height: 100%;
}
.overlay.left, .overlay.right {
background-color: #000;
}

.lightproperties li:not(.review) {
    display: none;
}

.lightproperties .review a {
    color: #FFF;
}
.right .review {
    right: 20px;
}
.left .review {
    left: 20px;
}
