/* 
    Created on : 2016-01-08, 15:29:21
    Author     : Arkadiusz Trela <a.trela at digitalsunset.pl>
*/
/* border rounding */
* {
  outline: none;
  box-sizing: border-box;
}
.hidden {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.33333333vw;
}
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #e20127;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 100vw;
  height: 11.45833333vw;
  line-height: 11.45833333vw;
  padding: 0 5.41666667vw;
  clear: both;
}
footer div.footer-menu {
	position: relative;
	display: inline;
    float: right;
}
footer div.footer-menu span.menu-icon {
	background: url('../images/menu.png') 50% no-repeat #a0001b;
    background-size: 70%;
    position: absolute;
    top: 1vw;
    right: 0;
    padding: 3vw;
    border-radius: 1vw;
}

footer div.footer-menu ul.menu-items {
	list-style-type: none;
    padding: 0;
    background-color: #A0001B;
	margin: 1vw;
    border-radius: 1vw;
    opacity: 0.9;
    position: absolute;
    bottom: -8vw;
    right: 5vw;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    width: 36vw;;
    display: none;
}
footer div.footer-menu ul.menu-items:hover {
	display:block;
}

footer div.footer-menu ul.menu-items li {
	font-size: 3vw;
    line-height: 3vw;
    color: #fff;
    padding: 1.35vw 3vw;
}
footer div.footer-menu ul.menu-items li a{
	color: #fff;
    text-decoration: none;
}

#app {
  margin-bottom: -11.45833333vw;
  min-height: 100%;
}
#app:after {
  content: "";
  display: block;
  height: 11.45833333vw;
}
#app header.app_header .back{
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
    background: url( '../images/back.png' ) 0 0 no-repeat;
    background-size: 16%;
    padding: 0 0 0 4%;
    margin: 5% 0 0 3%;
    display: inline-block;
}
#app header.app_header {
  height: 27.5vw;
  width: 100%;
  margin: 0 auto;
  max-width: 100vw;
  background: url(../images/top_bg.png) center center no-repeat transparent;
  background-size: cover;
}
#app header.app_header h1 {
  display: none;
}
#app header.app_header .logo {
  text-indent: -2083.33333333vw;
  float: right;
  margin: 3.95833333vw 5.41666667vw 0 0;
  background: url(../images/logo.png) center center no-repeat transparent;
  background-size: contain;
  width: 17.29166667vw;
  height: 13.95833333vw;
}
#app header.app_header font .logo {
	display: none;
}
#app header.app_header #google_translate_element {
  float: left;
}
#app .main {
  width: 89.16666667vw;
  margin: 0 auto;
}
#app .main h2 {
  margin: 0;
  font-size: 5.83333333vw;
  color: #e20127;
  font-weight: 600;
}
#app .main h3 {
  margin: 0;
  font-size: 4.58333333vw;
  font-weight: 300;
}
#app .main form {
  margin: 6.25vw 0;
  position: relative;
}
#app .main form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 6.25vw 0;
  display: block;
  width: 100%;
  -webkit-border-radius: 1.66666667vw;
  -moz-border-radius: 1.66666667vw;
  border-radius: 1.66666667vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 4.79166667vw;
}
#app .main form input[type="submit"] {
  background-color: #e20127;
  border: 0;
  border-bottom: 0.83333333vw solid #bd0000;
  height: 14.16666667vw;
  color: #ffffff;
  font-weight: 600;
  background-image: url(../images/search_w.png);
  background-size: 8.33333333vw 8.33333333vw;
  background-repeat: no-repeat;
  background-position: 29% 52%;
}
#app .main form input[type="submit"]:hover {
  background-color: #af011e;
  border-color: #8a0000;
}
#app .main form input[type="text"],
#app .main form input.search {
  border: 0.41666667vw solid #e9e9e9;
  min-height: 12.5vw;
  background: #f3f3f3;
  font-weight: 300;
  padding: 2.70833333vw 4.16666667vw;
}
#app .main form input.search {
  width: 31.875vw;
  margin: 0 auto;
}
label.cam-file-upload {
  font-size: 4.8vw;
  padding: 2.7vw 4vw;
  background-color: #e20127;
  border: 0.4vw solid #e20127;
  border-radius: 1.6vw;
  color: #fff;
  border-bottom: 0.4vw solid #bd0000;
}
label.cam-file-upload:hover {
  background-color: #af011e;
  border-color: #8a0000;
}
input.cam-file-input {
  display: none !important;
}
#app .main form label.cam-file-upload{
  position: absolute;
  top: 0;
  right: 0;
}
#app .main.product-description .compare_table td.search-box label.cam-file-upload{
  position: absolute;
  top: -9vw;
  right: 2vw;
}
#app .main p {
  font-size: 1.1875rem;
  font-weight: 300;
}
#app .main table {
  border: 0;
  border-collapse: collapse;
  margin: 6.25vw 0;
}
#app .main table th,
#app .main table td {
  padding: 1.66666667vw 1.66666667vw 1.66666667vw 3.125vw;
  width: 45%;
  border: 0.41666667vw solid #e9e9e9;
  vertical-align: top;
}
#app .main table th {
  font-weight: 700;
  text-align: left;
}
#app .main.start a {
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #efefef, #f3f3f3);
  background: -moz-linear-gradient(top, #efefef, #f3f3f3);
  background: -ms-linear-gradient(top, #efefef, #f3f3f3);
  background: -o-linear-gradient(top, #efefef, #f3f3f3);
  -webkit-border-radius: 1.66666667vw;
  -moz-border-radius: 1.66666667vw;
  border-radius: 1.66666667vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 0.41666667vw solid #e9e9e9;
  display: block;
  height: 28.75vw;
  margin: 6.25vw auto;
  text-decoration: none;
  color: #000000;
}
#app .main.start a em {
  padding-top: 7.91666667vw;
  font-size: 1.75rem;
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #e20127;
}
#app .main.start a small {
  font-size: 1.375rem;
  font-weight: 300;
  display: block;
}
#app .main.start a small strong {
  text-transform: uppercase;
  color: #e20127;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  text-indent: -2083.33333333vw;
  background: url(../images/selgros24_logo.png) 40% 50% no-repeat transparent;
  background-size: 26.66666667vw 4.79166667vw;
}
#app .main.start a .arr {
  -webkit-border-top-right-radius: 1.66666667vw;
  -webkit-border-bottom-right-radius: 1.66666667vw;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 1.66666667vw;
  -moz-border-radius-bottomright: 1.66666667vw;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 1.66666667vw;
  border-bottom-right-radius: 1.66666667vw;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  color: #ffffff;
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.95833333vw;
  background: url(../images/arr.png) center center no-repeat #e20127;
  background-size: 2.91666667vw 5.625vw;
}
#app .main.start a b {
  display: block;
  float: left;
  height: 100%;
  width: 13.33333333vw;
  background: center center no-repeat transparent;
  margin-left: 5.41666667vw;
  margin-right: 6.25vw;
  background-size: contain;
}
#app .main.start a b.compare,#app .main.product-description .top-links a b.compare {
    background-image: url("../images/compare.png");
}
#app .main.start a b.search {
  background-image: url(../images/search.png);
}
#app .main.start a b.home {
  background-image: url(../images/home.png);
}
#app .main.start a b.cart {
  background-image: url(../images/cart.png);
}
#app .main form.compare_form input[type="submit"]{
    background-image: url( '../images/compare_btn.png' );
}

#app .main.search.error form input[type="text"],
#app .main.search.error form input.search {
  border-color: #e20127;
  color: #e20127;
  background-color: #ffebeb;
}
#app .main.product-description h2 {
  width: 74%;
}
#app .main.product-description h3 {
  color: #e20127;
  font-size: 4.58333333vw;
  font-weight: 700;
}
#app .main.product-description img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 9.375vw auto;
}
#app .main.product-description .compare_table img{
    margin: 0 auto;
}
#app .main.product-description .compare_table img.empty{
    padding: 25px;
}
#app .main.product-description .compare_table thead td{
    border: 0;
    text-align: center;
    font-size: 0.7em;
    vertical-align: bottom;
}
#app .main.product-description .compare_table thead #names .error input{
	border-color: #e20127;
    color: #e20127;
    background-color: #ffebeb;
}
#app .main.product-description .compare_table thead tr.images td{
    vertical-align: middle;
}
#app .main.product-description .compare_table thead a{
    display: block;
    background: -webkit-linear-gradient( #efefef, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient( #efefef, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #efefef, #f3f3f3); /* For Opera 11.1 to 12.0 */
    background: linear-gradient( #efefef, #f3f3f3); /* Standard syntax */
    border: 3px solid #e9e9e9;
    border-radius: 12px;
    color: #e10026;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0px;
}
#app .main.product-description .compare_table thead .remove b{ 
    background: rgba(0, 0, 0, 0) url("../images/remove.png") no-repeat scroll center center / 50% auto;
    padding: 7px 20px;
}
#app .main.product-description .compare_table thead a span{
    display: inline-block;
} 
#app .main.product-description .compare_table tbody{
    text-align: center;
}
#app .main.product-description .compare_table tbody th{
    background-color: #f4f4f4;
    text-align: center;
}
#app .main.product-compare{
    width: 100%;
}
#app .main.product-compare #max-compare{
    color: #e20127;
    background-color: #ffebeb;
    padding: 25px 15px;
    margin: 10px 0;
	border-color: #e20127;
    border-style: solid none;
    border-width: 0.5px 0;
}
#app .main.product-compare #error-input{
    color: #e20127;
    background-color: #ffebeb;
    padding: 20px 0;
    margin: 24px 0;
    font-size: 1.4em;
	border-color: #e20127;
    border-style: solid none;
    border-width: 0.5px 0;
}
#app .main.product-compare #error-input-row{
	display:none;
}
#app .main.product-compare h2{
    width: 89.1667vw !important;
    margin: 0 auto;
}
#app .main.product-description .compare_table tbody .highlight td{
    background-color: #fffa7f;
    border-color: #ccc866;
}
#app .main.product-description .compare_table tfoot a.more{
    width: 100%;
    margin: 0;
    background: -webkit-linear-gradient(#efefef, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(#efefef, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #efefef, #f3f3f3); /* For Opera 11.1 to 12.0 */
    background: linear-gradient( #efefef, #f3f3f3); /* Standard syntax */
    border: 0.416667vw solid #e9e9e9;
    border-radius: 1.66667vw;
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
}
#app .main.product-description .compare_table tfoot.fill_a a.more{
    width: 100%;
}
#app .main.product-description .compare_table tfoot a.more em{
    padding: 10px 0 10px 12px;
    color: #e20127;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1.1em;
}
#app .main.product-description .compare_table tfoot a.more .arr {
    background: #e20127 url("../images/arr.png") no-repeat scroll center center / 2.91667vw 5.625vw;
    border-radius: 0 1.66667vw 1.66667vw 0;
    color: #fff;
    display: block;
    height: 100%;
    line-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 8.95833vw;
}
#app .main.product-description .compare_table tfoot td{
    border: 0;
    padding: 20px 3.125vw;
}
#app .main.product-description.product-compare hr{
    background: #e9e9e9;
    border: 0;
    height: 1px;
    width: 89.1667vw;
}
#app .main.product-description .compare_table{
    margin-bottom: 0;
    width: 100%;
}

#app .main.product-description .compare_table thead .add b{ 
    background: rgba(0, 0, 0, 0) url("../images/add.png") no-repeat scroll center center / 50% auto;
    padding: 8px 31px;
}
#app .main.product-description .compare_table thead .add{ 
    background: #e20127;
    color: #FFF;
    border-color: #bd0000;
}
#app .main.product-description .compare_table thead .add:hover{ 
    background: #af011e;
    border-color: #8a0000;
}
#app .main.product-description .compare_table thead input{
    background: #f3f3f3 none repeat scroll 0 0;
    border: 0.416667vw solid #e9e9e9;
    font-weight: 300;
    min-height: 12.5vw;
    padding: 2.70833vw 4.16667vw;
    border-radius: 1.66667vw;
    box-sizing: border-box;
    display: block;
    font-size: 4.79167vw;
    width: 100%;
}
#app .main.product-description .compare_table.cols-3 thead input{
    padding: 0 11px;
}
#app .main.product-description .compare_table.cols-3 .add b{ 
    background-size: 97%;
    padding: 7px 12px;
    margin-right: 10px;
}
#app .main.product-description table td{
    width: 33% !important;
}
#app .main.product-description .compare_table.cols-2 td{
    width: 50% !important;
}
#app .main.product-description .compare_table td.search-box{
	position: relative;
}	
#app .main.product-description .compare_table #names.sticky{
    position: fixed;
    top: 0;
    background-color: #d60d2e;
    color: #FFF;
    border-bottom: 1px solid #a9001c;
    z-index: 9;
    font-size: 1.3em;
}
#app .main.product-description .compare_table #names.sticky input{
    visibility: hidden;
    min-height: 27px;
    height:27px;
}
#app .main.product-description .foot-links {
  clear: both;
}
#app .main.product-description .foot-links a {
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #efefef, #f3f3f3);
  background: -moz-linear-gradient(top, #efefef, #f3f3f3);
  background: -ms-linear-gradient(top, #efefef, #f3f3f3);
  background: -o-linear-gradient(top, #efefef, #f3f3f3);
  -webkit-border-radius: 1.66666667vw;
  -moz-border-radius: 1.66666667vw;
  border-radius: 1.66666667vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 0.41666667vw solid #e9e9e9;
  display: block;
  height: 28.75vw;
  margin: 6.25vw auto;
  text-decoration: none;
  color: #000000;
}
#app .main.product-description .foot-links a em {
  padding-top: 7.91666667vw;
  font-size: 1.75rem;
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #e20127;
}
#app .main.product-description .foot-links a small {
  font-size: 1.375rem;
  font-weight: 300;
  display: block;
}
#app .main.product-description .foot-links a small strong {
  text-transform: uppercase;
  color: #e20127;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  text-indent: -2083.33333333vw;
  background: url(../images/selgros24_logo.png) 40% 50% no-repeat transparent;
  background-size: 26.66666667vw 4.79166667vw;
}
#app .main.product-description .foot-links a .arr {
  -webkit-border-top-right-radius: 1.66666667vw;
  -webkit-border-bottom-right-radius: 1.66666667vw;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 1.66666667vw;
  -moz-border-radius-bottomright: 1.66666667vw;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 1.66666667vw;
  border-bottom-right-radius: 1.66666667vw;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  color: #ffffff;
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.95833333vw;
  background: url(../images/arr.png) center center no-repeat #e20127;
  background-size: 2.91666667vw 5.625vw;
}
#app .main.product-description .foot-links a b {
  display: block;
  float: left;
  height: 100%;
  width: 13.33333333vw;
  background: center center no-repeat transparent;
  margin-left: 5.41666667vw;
  margin-right: 6.25vw;
  background-size: contain;
}
#app .main.product-description .foot-links a b.search {
  background-image: url(../images/search.png);
}
#app .main.product-description .foot-links a b.home {
  background-image: url(../images/home.png);
}
#app .main.product-description .foot-links a b.cart {
  background-image: url(../images/cart.png);
}

#app .main.product-description .top-links {
  clear: both;
}
#app .main.product-description .top-links a {
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #efefef, #f3f3f3);
  background: -moz-linear-gradient(top, #efefef, #f3f3f3);
  background: -ms-linear-gradient(top, #efefef, #f3f3f3);
  background: -o-linear-gradient(top, #efefef, #f3f3f3);
  -webkit-border-radius: 1.66666667vw;
  -moz-border-radius: 1.66666667vw;
  border-radius: 1.66666667vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 0.41666667vw solid #e9e9e9;
  display: block;
  height: 15.75vw;
  margin: 0 auto 6.25vw;
  text-decoration: none;
  color: #000000;
}
#app .main.product-description .top-links a em {
  padding-top: 4vw;
  font-size: 1.5rem;
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #e20127;
}
#app .main.product-description .top-links a .arr {
  -webkit-border-top-right-radius: 1.66666667vw;
  -webkit-border-bottom-right-radius: 1.66666667vw;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 1.66666667vw;
  -moz-border-radius-bottomright: 1.66666667vw;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 1.66666667vw;
  border-bottom-right-radius: 1.66666667vw;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  color: #ffffff;
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.95833333vw;
  background: url(../images/arr.png) center center no-repeat #e20127;
  background-size: 2.91666667vw 5.625vw;
}
#app .main.product-description .top-links a b {
  display: block;
  float: left;
  height: 60%;
  width: 13vw;
  background: center center no-repeat transparent;
  margin-top: 3.2vw;
  margin-left: 3vw;
  margin-right: 2vw;
  background-size: contain;
}
#app .main.product-description .top-links a b.search {
  background-image: url(../images/search.png);
}

  #app .main.static-page p{
    text-align: justify;
  }

#cookie-widget {
	display:none;
    position: fixed;
	bottom: 10px;
    width: 100%;
    
}
#cookie-widget .cookie-message {
    background: #505050;
    border-radius: 15px;
    color: #fff;
	opacity: 0.9;
	max-width: 760px;
    margin: 0 auto;
    position: relative;
    font-family: Verdana, Tahoma, sans-serif;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.7);
    line-height: 20px;
    word-spacing: -1px;
}

#cookie-widget .cookie-message p {
	padding: 10px 35px 5px 10px;
	margin: 0; 
	text-align: justify;
}
#cookie-widget .cookie-message a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#cookie-widget .cookie-message .cookiebar-close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding:10px;
	background: url(../images/ico-close.png) center center no-repeat;
}

 /* reset styles for ext. rich content */ 
 #app .main .reset_style html, #app .main .reset_style body, #app .main .reset_style div, #app .main .reset_style span, #app .main .reset_style applet, #app .main .reset_style object, #app .main .reset_style iframe, 
 #app .main .reset_style h1, #app .main .reset_style h2, #app .main .reset_style h3, #app .main .reset_style h4, #app .main .reset_style h5, #app .main .reset_style h6, #app .main .reset_style p, #app .main .reset_style blockquote, 
 #app .main .reset_style pre, #app .main .reset_style a, #app .main .reset_style abbr, #app .main .reset_style acronym, #app .main .reset_style address, #app .main .reset_style big, #app .main .reset_style cite, 
 #app .main .reset_style code, #app .main .reset_style del, #app .main .reset_style dfn, #app .main .reset_style em, #app .main .reset_style img, #app .main .reset_style ins, #app .main .reset_style kbd, #app .main .reset_style q, 
 #app .main .reset_style s, #app .main .reset_style samp, #app .main .reset_style small, #app .main .reset_style strike, #app .main .reset_style strong, #app .main .reset_style sub, #app .main .reset_style sup, 
 #app .main .reset_style tt, #app .main .reset_style var, #app .main .reset_style b, #app .main .reset_style u, #app .main .reset_style i, #app .main .reset_style center, #app .main .reset_style dl, #app .main .reset_style dt, 
 #app .main .reset_style dd, #app .main .reset_style ol, #app .main .reset_style ul, #app .main .reset_style li, #app .main .reset_style fieldset, #app .main .reset_style form, #app .main .reset_style label, 
 #app .main .reset_style legend, #app .main .reset_style table, #app .main .reset_style caption, #app .main .reset_style tbody, #app .main .reset_style tfoot, #app .main .reset_style thead, #app .main .reset_style tr, 
 #app .main .reset_style th, #app .main .reset_style td, #app .main .reset_style article, #app .main .reset_style aside, #app .main .reset_style canvas, #app .main .reset_style details, #app .main .reset_style embed, 
 #app .main .reset_style #app .main .reset_style figure, #app .main .reset_style figcaption, #app .main .reset_style footer, #app .main .reset_style header, #app .main .reset_style hgroup, #app .main .reset_style menu, 
 #app .main .reset_style nav, #app .main .reset_style output, #app .main .reset_style ruby, #app .main .reset_style section, #app .main .reset_style summary, #app .main .reset_style time, #app .main .reset_style mark, 
 #app .main .reset_style audio, #app .main .reset_style video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#app .main .reset_style article, #app .main .reset_style aside, #app .main .reset_style details, #app .main .reset_style figcaption, #app .main .reset_style figure, #app .main .reset_style footer, 
#app .main .reset_style header, #app .main .reset_style hgroup, #app .main .reset_style menu, #app .main .reset_style nav, #app .main .reset_style section {
	display: block;
}
#app .main .reset_style body {
	line-height: 1;
}
#app .main .reset_style ol, #app .main .reset_style ul {
	list-style: none;
}
#app .main .reset_style blockquote, #app .main .reset_style q {
	quotes: none;
}
#app .main .reset_style blockquote:before, #app .main .reset_style blockquote:after, #app .main .reset_style q:before, #app .main .reset_style q:after {
	content: '';
	content: none;
}
#app .main .reset_style table {
	border-collapse: collapse;
	border-spacing: 0;
}