table.outfittable {
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
}

@media only screen and (min-width: 960px) {
	td.outfittable.bundlepic {
		width: 600px;
	}
}

@media only screen and (max-width: 959px) {
	table.outfittable, tr.outfittable, td.outfittable {
		display: block;
	}
}

select.persform {
	width: 10em; background: #f8f9fa; border: 1px solid #e6e9eb; min-height: 30px; font-size: 16px; padding: 0 10 0 0px; font-family: 'Raleway', sans-serif;
	margin-bottom:47px;
}

label.persform {
	background-repeat: no-repeat; 
	vertical-align: bottom; 
	display: inline-block; 
	padding-left: 110px; 
	padding-top: 25px;
	height: 110px;
	width: 260px;
}

select.quickpersform {
	width: 130px; background: #f8f9fa; border: 1px solid #e6e9eb; min-height: 25px; font-size: 14px; padding: 0 10 0 0px; font-family: 'Raleway', sans-serif;
}

input.quickpersform {
	vertical-align: middle;
}

input[type=checkbox].quickpersform {
position: absolute; 
overflow: hidden; 
clip: rect(0 0 0 0); 
height:1px; 
width:1px; 
margin:-1px; 
padding:0;
border:0;
}

input[type=checkbox].quickpersform + label.quickpersformlabel {
padding-left:20px;
height:15px; 
display:inline-block;
line-height:15px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}

input[type=checkbox].quickpersform:checked + label.quickpersformlabel {
background-position: 0 -15px;
}

.quickpersformlabel{ background-image:url(http://csscheckbox.com/checkboxes/lite-cyan-check.png); }

div.minidesctext {
	margin-top: 15px; 
	font-size: 10px; 
	color: #888888; 
	line-height: 150%; 
	text-align: justify;
}

/* Tooltip */
a.tooltip
{
  position: relative;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Arial';
}

a.tooltip span
{
  display: none;
  position: relative;
}

a.tooltip:hover span
{
  position: absolute;
  display: block;
  top: -140px;
  left: -200px;
  border: 1px solid black;
  background-color: white;
  padding: 0.2em;
  width: 250px;
  line-height: normal;
}

div.overview 
{
	/*border: 2px dotted #DDDDDD;*/ 
	padding: 5px;
	text-align: center;
	height: 325px;
	border: 1px dotted #E0E0E0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 4px 4px 4px #E0E0E0;
	-webkit-box-shadow: 4px 4px 4px #E0E0E0;
	box-shadow: 4px 4px 4px #E0E0E0;
}

i.ntlink {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #4E8A81;
}

a.linkintext {
	font-weight:normal;
	color: #444444;
}

a.linkintext:hover {
	color: #178a79;
}

div.outfittitle {
	font-family: 'Raleway', sans-serif;
	font-size: x-large; 
	font-weight: bold;
}

.outdated {
	opacity: 0.8;
}

img.thumb {
	width: 200px;
	height: 250px;
}

div.outfititemslist {
	background-color: #E0E0E0; 
	border-top-right-radius: 50px; 
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 25px 25px 5px 15px; 
	border: #E0E0E0 1px dotted;
	margin-left: 20px;
	margin-top: 60px;
	text-align: right;
	display: inline-block;
	line-height: 20px;
}

a.outfititem {
	color: #178a79;
}

span.articletags {
	font-size: 0;
	display: none;
}

/* popup */

#popup-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:206px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:999999; 

	/* hide it by default */
	display:none;
}

#popup-box .popup-content {
	/* style the content */
	text-align:center; 
	padding:2px; 
	margin:2px;
	color:#666; 
	font-family:arial;
	font-size:11px; 
}

/* extra styling */
#popup-box .popup-content p {
	font-weight:700; margin:0;
}

#popup-box .popup-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}

span.formattedtags {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
}

p.cta, input.cta {
    font: 500 26px 'Raleway', sans-serif;
}

p.ctai {
    font: 500 18px 'Raleway', sans-serif;
}

a.cta {
    color: #178a79;
    font-size: 30px;
}

a.cta:hover, input[type="submit"].cta:hover {
    color: black;
}

input[type="submit"].cta {
    background:none!important;
    border:none; 
    padding:0!important;
    color: #178a79;
    text-transform: none;
    font: 700 30px 'Raleway', sans-serif;
}

img.icnp {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

img.lpimg {
    max-width: 300px;
	text-align: center;
	border: 1px dotted #A0A0A0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 4px 4px 4px #E0E0E0;
	-webkit-box-shadow: 4px 4px 4px #E0E0E0;
	box-shadow: 8px 8px 8px #E0E0E0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.artcl {
    text-align:justify
}


@media only screen and (min-width: 1180px) {
	div.ixpos {
        float: right;
        margin-top: 200px;
        margin-right: 50px;
        position: relative;
        text-align: center;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width: 1179px) {
	div.ixpos {
        width: 200px;
        float: left;
        margin-top: 200px;
        margin-left: 35px;
        position: relative;
        text-align: center;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
}

span.ixbig {
    font: 600 40px 'Raleway', sans-serif;
    color: white;
    margin-top: 20px;
    display: block;  
}

span.ixbigger {
    font: 500 27px 'Raleway', sans-serif;
    color: white;
}

a.lpstart {
    color: white;
}

.pfn input {
    all: initial;
    * {
    all: unset;
    }
    margin: 0;
    padding: 0;
    -webkit-appearance:none;
    -moz-appearance:none;
        appearance:none;
    width: auto; 
    background-color: transparent; 
    border: 0px; 
    min-height: 0px;
}

.pfn input:active +.pflabel {opacity: .9;}
.pfn input:checked +.pflabel {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

_:-ms-lang(x), _:-webkit-full-screen, .pfn input:checked +.pflabel {border: 2px dotted #A0A0A0;}

.pflabel {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;
    height:100px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: opacity(.3) grayscale(0.3);
       -moz-filter: opacity(.3) grayscale(0.3);
            filter: opacity(.3) grayscale(0.3);
}
.pflabel:hover{
    -webkit-filter: opacity(.9);
       -moz-filter: opacity(.9);
            filter: opacity(.9);
}

div.pfnbox 
{
	padding-top: 10px;
	text-align: center;
	border-top: 3px dotted #E0E0E0;
    display:table-cell;
    vertical-align:middle;
}
