body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f0f5f4;
	color: #262626;
	/*line-height: 14px;*/
	letter-spacing: 0.2px;
	/*word-spacing: -1px;*/
	font-weight: 400;
	position: relative;
	width: 100%; /* important for position:fixed, when we open modal */
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

body, button, i {
font-size: 10px;
}

.ttl-ft,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-stretch: condensed;
	font-family: 'Roboto Condensed', sans-serif-condensed, 'Helvetica Neue', -apple-system, Roboto, Helvetica, Impact, Arial, sans-serif; /*Android: sans-serif-condensed - iOS: 'Helvetica Neue', -apple-system, */
	font-size: 2.4em;
}


html.ftcdns .ttl-ft,
html.ftcdns h1,
html.ftcdns h2,
html.ftcdns h3,
html.ftcdns h4,
html.ftcdns h5,
html.ftcdns h6 {
	/* prioritizes Helvetica, which fixes the "condensed" for some browsers, such as Edge */
	font-family: Helvetica, sans-serif-condensed, Roboto, Impact, Arial, sans-serif;
}


i:before {
	font-size: 2.4em;
    letter-spacing: 0;
}

header {
    position: inherit;
	z-index: 1;
}

#nav-bar {
 border-bottom: solid 1px;
}


#stat-bar {
 border-top: solid 1px;
}


#stat-bar {
position: fixed;
bottom: 0;
width: 100%;
height: 24px;
}

#nav-bar, #stat-bar {
	background: #d3dedc;
	border-color: #afcfc7;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1), 0px 0px 50px 0px #f0f5f4
}

.col-btn {
    color: #57756e;
}

.nav-tab-group {
width: 75%
}

.nav-tab {
	display: inline-block;
	width: 33.33%;
    text-align: center;
	vertical-align: bottom;
    height: 32px;
	/*box-shadow: 0px 0px 0px 1px #000000 inset;*/
	border-bottom: 3px solid #d3dedc;
	border-bottom: 3px solid transparent;
}


.nav-tab.active {
    border-color: #57756e;
}

.active .col-btn, button:hover .col-btn, button:active .col-btn, button:focus .col-btn {
    color: #2b3b37;
}

.nav-tab:hover, .nav-tab:active, .nav-tab:focus {
    border-color: #c40;
	border-color: #cb824d;
}

button:hover .col-btn, button:active .col-btn, button:focus .col-btn {
color: #c40;
color: #cb824d;
}


#nav-left, #nav-right {
	width: 12.5%;
}

#nav-left, #nav-right, .nav-tab-group, .nav-tab-icon {
	display: inline-block;
}

button {
	cursor: pointer;
    border: none;
    background: none;
}

#stat-bar button {
    height: 24px;
    vertical-align: bottom;
}

.nav-tab-icon-set i:before, #stat-bar button img {
	font-size: 1.6em;
    height: 1em;
}

 .lang-id {
    font-size: 2.0em;
    font-weight: bold;
    line-height: 0;
}

#content {
    overflow-y: scroll;
    position: fixed;
	font-size: 1.6em;
    line-height: 1.4em;
    height: 100%;
    height: calc(100% - 58px);
}

#content-in {
	margin: 20px 15px 80px 20px;
    margin-bottom: calc(20px);
}

.w-space-tny, .w-space-sml {
	display: inline-block;
}

.w-space-tny {
	width: 5px;
}

.w-space-sml {
	width: 10px;
}

.pad-l-r-tny {
	padding: 5px;
}

.pad-l-tny {
	padding-left: 5px;
}

.pad-r-tny {
	padding-right: 5px;
}

.mrg-l-r-tny {
	margin: 5px;
}

.mrg-l-tny {
	margin-left: 5px;
}

.mrg-r-tny {
	margin-right: 5px;
}

.mrg-l-r-sml {
	margin: 10px;
}

.mrg-l-sml {
	margin-left: 10px;
}

.mrg-r-sml {
	margin-right: 10px;
}

.txt-a-l {
    text-align: left;
}

.txt-a-r {
    text-align: right;
}

.flt-l {
float: left;
}

.flt-r {
float: right;
}

.val-m {
    vertical-align: middle;
}