.topMenu{
	background:#2979ff;
	height:56px;
	align-items:center;
	box-shadow:0 0 5px 1px rgba(64, 64, 64, 0.5);
	position:sticky;
	top:0;
	z-index:100;
}
.topMenuButton{
	width:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	box-sizing: border-box;
}
.topMenuCenter{
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	padding:10px;
	box-sizing: border-box;
	color:white;
	font-size:calc(1vw + 15px);
	font-weight:bold;
}
.bottomMenu{
	background:white;
	height:54px;
	padding:5px 0;
	box-shadow:0px 5px 10px #111111;
	position:sticky;
	bottom:0;
}
.bottomMenu > table{
	width:100%;
	height:100%;
}
.bottomMenu tr:first-child{
	height:80%;
}
.bottomMenu td{
	width:25%;
	vertical-align: middle;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	color:#555555;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.subTitleText{
	font-weight:bold;
	font-size:18px;
	color:#222222;
	text-shadow:0 0 1px gray;
}

.blueBorderWhiteBox{
	background:white;
	border-radius:2vw;
	box-shadow:inset 0 0 1vw 0.5vw dodgerblue, 0 0.5vw 0.7vw rgba(0, 0, 0, 0.5);
	padding:1.5vw;
}

.orangeButton{
	color:black;
	font-weight:bold;
	font-size:16px;
	background:#ffc332;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 3px 2px orange, 0 0.5vw 0.5vw rgba(0, 0, 0, 0.3);
	padding:3px 10px;
	box-sizing:border-box;
}

.redButton{
	font-weight:bold;
	font-size:16px;
	background:#f9837f;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 3px 2px #f9231f, 0 0.5vw 0.5vw rgba(0, 0, 0, 0.3);
	padding:5px 10px;
	box-sizing:border-box;
}

.shadowInput{
	border-radius:5px;
	border:1px solid #888888;
	font-size:16px;
	box-shadow:0 0 3px 1px #aabbcc;
	background:white;
}

.bigBlueButton{
	width:100%;
	background:#2979ff;
	box-shadow:inset 0 0 5px 5px #2567ff, 0 0.5vw 0.7vw rgba(0, 0, 0, 0.5);
	border:0;
	border-radius:5px;
	height:50px;
	box-sizing:border-box;
	font-size:20px;
	color:white;
}

.chargeStepState > div{
	max-width:21vw;
	width:calc(11vw + 30px);
	height:calc(11vw + 30px);
	margin:1vw 2vw;
}

.infoTable th{
	text-align:right;
	padding:calc(1vw + 2px);
	background:#ffc332;
	box-shadow:inset 0 0 3px 2px orange;
	font-size:calc(2vw + 6px);
	word-break:keep-all;
	width:1;
}

.infoTable td{
	padding:calc(1vw + 2px);
	color:#444444;
	background:white;
	box-shadow:inset 0 0 3px 2px #eeeeee;
	font-weight:bold;
	word-break:keep-all;
	font-size:calc(2vw + 6px);
	vertical-align:middle;
}

.smallCard{
	border:1px solid gray;
	border-radius:2vw;
	font-size:3vw;
	text-align:center;
	width:40vw;
	height:25vw;
	background:lightyellow;
	justify-content:center;
	margin-bottom:10px;
}