  /* ### Layout ### */

body{
    margin:0px;
    padding:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
    font-sytle:normal;
    line-height:1.3;
}

#container{
	margin:auto;
	padding: 0;
	width:970px;
    position:relative;
}


/* ### Header ### */


#header{
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin: 20px 0;
	padding: 0 70px;
    height: 220px;
    background: url(/products/flexscan/ecoview_microsite/ecocalculator/header_bg.jpg) no-repeat center top / 100% auto;
}

#header h1{
    color: #fff;
    font-size: 2.5em;
}

/*
#header #eco_title_eizo{
	margin:0;
	float:left;
}

#header #eco_title_ecoview{
	float:right;
	margin:15px 0 0 0;
}
*/




/* ### Contents ### */
#content{
	margin:0;
	overflow: hidden;
}

#content h2{
	font-size:22px;
        font-weight:bold;
}
div#social_buttons {
    margin-right:25px;
}

 #social_buttons ul{
        list-style-type: none;

}
 #social_buttons li{
    float:right;
    display:inline;
}
#content form{
    clear:both;
}
#content form input,
#content form select{
    padding: 4px;
}
#content input#your_numberOfMonitors{
    width:54px;
}
#content .headline{
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-indent: -1rem;
    margin-left: 1rem;
}
#content .headline::first-letter{
    color: green;
    font-size: 20px;
}
#content ul{
    margin:0px;
    padding:0px;
}

#content li{
    padding-bottom:5px;
}

#content .eco_list{
	margin:0 15px 20px 0;
    width: 224px;
	float:left;
	text-align: center;
	/* border:1px solid #666; */

}

#content .eco_list img{
	vertical-align: bottom;

}

#content .eco_list h3{
	position:relative;
        top:22px;
	}

#content .eco_list table th{
	text-align: left;
	font-weight: normal;
	/* border:solid 1px #333; */
}

#content .eco_list table{

border-collapse: collapse;
border:solid 1px #D7D7DA;
/* empty-cells: show; */
width: 100%;
}


#content .eco_list table tr th, #content .eco_list table tr td {
    border:solid 1px #D7D7DA;
    font-size: 14px;
    padding: 7px 8px;
    text-align: left;
}
#content .eco_list table  tr th {
    background: none repeat scroll 0 0 #FaFaFa;
    font-weight: normal;
    width:105px;
}
#content .eco_list table tr.saved td{
	font-weight: bold;

}

#content .eco_list table tr.saved th{
	font-weight: bold;

        background-color: #f0fff0;
}

.eco_list .result {
        font-size: 120%;
}
.eco_list .result-reduced {
        color: green;
}

/* ¡ý2026/01/06×·Ó›¡ý */
#content .eco_list {
	margin-right: 12px;
	margin-right: 0;
	padding: 8px 6px;
}

#content #model_lists .eco_list {
	border-radius: 4px;
	position: relative;
}


#content #model_lists .eco_list:nth-of-type(-1n+3),
#content #model_lists .eco_list:nth-of-type(n+4):not(:nth-of-type(4n)) {
	margin-left: 5px;
}

#content .eco_list.notSelected {
    display: none;
}

#content .eco_list.selected {
	box-shadow: 0px 0px 0px 1px #2b9352 inset;
}

#content .eco_list:not(.selected) .eco_list_label {
	display: none;
}

#content #model_lists .eco_list .eco_list_label {
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
}

#content #model_lists .eco_list .eco_list_label span {
	background-color: #fff;
	border: 1px solid #2b9352;
	padding: 4px 10px;
}

/* ¡ü2026/01/06×·Ó›¡ü */

#your_typicalpower{
    width: 30px;
}


#content ul{
	margin:0 0 0 15px;
	padding:0;
}

#content ul li{
	/*margin:0 20px 0 0;*/
	list-style-type: none;
}

/* ### footer ### */
#footer{
    padding:0;
    padding-bottom: 30px;
}
#footer p{
    font-size: 12px;
}
#footer .footer_logo {
    text-align: center;
}


/* LINKS
/
a {
  color: #1746B8;
  text-decoration: none;
}

a:hover {
  color: #1746b8;
  text-decoration: underline;
}

a img,
img {
  border: none;
}

a img:hover{
      filter: alpha(opacity=60);
  opacity:0.6;
}


a:focus,a:hover,a:link {
  outline: none;
}