input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.vc_calc {
	background: white;
	padding: 15px;
	display: flex;
	flex-direction: column;
	font-family: Arial;
	font-size: 18px;
	width: 650px;
	margin: 0 auto;
}
.vcr {
	background: #229ec5;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	padding: 5px;
}
.vcr input, .vcb input {   
	flex: 1 0 0;
	background: transparent;
	border: none;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bolder;
}
.vcr label, .vcb label, .vcb p {
	width: 40%;
	color: white;
	display: block;
}
.vct {
	background: #0c3b52;
	padding: 10px;
	color: white;
	font-weight: bolder;
	margin-top: 15px;
}
.vcb {
	background: #147a9a;
	padding: 5px 10px;
	display: flex;
}
.vcb.vcb_small {
//	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0;
	background: transparent;
}
.vcb.vcb_small > p {
	width: 210px;
	background: #c8ac1b;
	text-align: right;
	padding: 0;
	margin: 0;
	text-align: left;
	padding: 5px 10px;
}
.vcb_right {
	width: 60%;
	background: #308cba;
	height: 51px;
}
.vcs {
	font-size: 14px;
	margin-left: auto;
	width: 200px;
	height: 51px;
	background: #c8ac1b;
	color: black !important;
	position: absolute;
	top: 0;
	right: 0;
}
.vcs input {
	width: 100px;
}
.vcs p:last-child {
	background: #c8ac1b;
	color: black;
	position: absolute;
	top: 0;
	right: 0;
}
.vcs p:first-child {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	width: 100%;
//	display: none;
}
.vcb {
	position: relative;
}
.vcg, .vcred, .vcro, .vcbot, .vcbot1 {
	background: #bba119;
	display: flex;
	align-items: center;
	padding: 5px 10px;
//	margin: 15px 0;
	color: white;
}
.vcg p, .vcred p {
	padding: 0 !important;
	margin: 0 !important;
}
.vcred, .vcro, .vcbot, .vcbot1 {
	margin-top: 0;
	background: #9c2d43;
}
.vcbot {
	margin-bottom: 0;
	background: #2fc7f7;
}
.vcbot * {
	color: black !important;
	font-size: 22px;
}
.vcg p:first-child, .vcred label, .vcro label, .vcbot h3, .vcbot p:first-child, .vcbot1 p:first-child {
	display: block;
	width: 50%;
}
.vcbot1 p:first-child {
	text-align: right;
}
.vcg p:last-child, .vcred input, .vcro input, .vcbot h4, .vcbot p:last-child, .vcbot1 p:last-child {
	flex: 1 0 0;
	text-align: center;
	background: none;
	border: none;
	font-size: 18px;
	color: white;
	font-weight: bolder;
}
.vcbot1 {
	background: white;
}
.vcbot1 p {
	color: black !important;
	margin: 0;
	padding: 0;
}
.vcbot p {
	margin: 0 !important;
	padding: 0 !important;
}
.vcro {
	background: #167a9a !important;
}