.liquidContainer {
	position:relative;
	width:80%;
	height:90%;
	padding-top:50px;
	margin: 0 auto;
	background:rgba(252,103,103,0.8);
	border-radius: 100%/40px;
	border-bottom:3px solid #000;
	text-align:center;
	z-index:1;
	overflow:hidden;
}
.liquidContainer:after, .liquidQuantity {
	content:'';
	position:absolute;
	top: 0; left: 0;
	width:100%;
	height:20%;
	z-index:1;
}
.liquidQuantity {
	background:rgba(128,128,128,0.99);
	height:80%;
	top:-2px;
	border-radius:100%/40px;
	border-bottom:3px solid #000;
}
.liquidContainer:after {
	height:20%;
	border:1px solid #000;
	border-radius:100%; /* cirkel at top */
}

.strip .a {
	border-top:1px solid black;
	-moz-transform: rotateY(0deg) translateZ(124px);
	-webkit-transform: rotateY(0deg) translateZ(124px);
}