* {
	touch-action: pan-y;
}

#title {
	letter-spacing: 2px;
	font-size: 22px;
	color: #0e6fd6;
}

.header-bar {
	background-color: #157AC9 !important;
	top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	border-top-color: #157AC9 !important;
	position: absolute !important;
	top: -1px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-bottom-color: #157AC9 !important;
	-webkit-tap-highlight-color: #157AC9 !important;
	height: 44px !important;
}

.header-bar .label {
	color: #FFFFFF !important;
	top: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.tbar {
	-webkit-box-shadow: 1px 1px 1px rgba(185, 181, 181, 0.85);
	box-shadow: 1px 1px 1px rgba(185, 181, 181, 0.85);
}

.tab-label {
	font-family: cursive;
	font-size: 14px;
}

.tab-icon {
	height: 32px !important;
	width: 32px !important;
	font-size: 32px !important;
	top: 1px !important;
}

.tab-icon-font {
	font-size: 14px;
}

.mui-bar-logo {
	width: 32px;
    height: 32px;
    line-height: 40px;
    background-image: url(../img/header-logo.png);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 6px 11px 6px 1px;
    left: 2px;
    position: absolute;
}
