@charset "utf-8";
body {
	margin-top: 0px;
	}

div, p, table, span { 
   font-size: 1rem; 
   }

li:before {
    content: "";
}

#header {
display: none;
}

#nav {
	display: none;
}

.customer-features {
  display: block;
  height: auto;
  min-height: 50px;
  float: left;
  margin-bottom: 10px;
}

.customer-item {
  color: #4eb2b7;
  background-color: transparent;
  font-weight: bold;
  padding: 5px;
  line-height: initial;
  border-radius: 2px;
  margin-right: 20px;
  border-bottom: 2px solid #4eb2b7;
}

.customer-item:last-child {
  margin-right: 0px;
}

.customer-item.active {
  background: transparent;
  color: #fff;
  border-bottom: 2px solid #fff;
}

#div_appstart {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 5%;
}

#div_appstart > div.even, #div_appstart > div.odd {
	display: block;
	float: left;
	width: 49.5%;
	margin-right: 0.5%;
	background-color: #55bec3;
	height: auto;
	border-bottom: 1px solid #ffffff;
	margin-top: 1%;
}
#div_appstart > div.even {
	margin-left: 0.5%;
	margin-right: 0%;
}
@media (max-width: 767px) {#div_appstart > div.even, #div_appstart > div.odd {width: 100%; margin-right: 0%; margin-left: 0%; margin-top: 0%;}}

#div_appstart > div a, #div_appstart > div a:link, #div_appstart > div a:active, #div_appstart > div a:focus, #div_appstart > div a:hover {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000000;
	line-height: 2.0rem;
	text-transform: uppercase;
	padding: 2%;
	margin: 5%;
}

#content.start100 {
	width: 100%;
	max-width: none;
	}

.lang {
	background-position: 5px center; 
}
@media (max-width: 767px) {.lang {background-image: none; }}

#appinfo span.lang {
	font-size: 1.0rem;
	padding-left: 30px;
	}
@media (max-width: 767px) {
#appinfo {text-align: center;}
#appinfo span.lang {font-size: 1.0rem;padding-left: 0px;}
}

#appinfo span.lang a {
	margin-left: 5px;
	margin-right: 5px;
	}

.notablet {
	display: none;
}

.tabletonlyblock {
	display: block;
}

.tabletonlyinline {
	display: inline;
}

.tabletnomobileblock {
	display: block;
}
@media (max-width: 767px) {.tabletnomobileblock {display: none;}}

.tabletnomobileinline {
	display: inline;
}
@media (max-width: 767px) {.tabletnomobileinline {display: none;}}

.tabletmobileonlyblock {
	display: none;
}
@media (max-width: 767px) {.tabletmobileonlyblock {display: block;}}

.tabletmobileonlyinline {
	display: none;
}
@media (max-width: 767px) {.tabletmobileonlyinline {display: inline;}}

