body {
	font-family: Helvetica;
}

.donation-meter {
	margin-left: 10px;
  padding: 10px 10px 0px 10px;
	width: 100px;
  
  .rounded {
    border: solid 2px;
    border-radius: 50px;
  }

	.glass {
		background: #e5e5e5;
    border: solid black;
    border-width: 2px 2px 0px 2px;
		border-radius: 100px 100px 0 0;
		display: block;
		height: 300px;
		margin: 0 35px 10px;
		padding: 5px;
		position: relative;
		width: 20px;
	}
	.amount {
		background: #f34e54;
		border-radius: 100px;
    margin-bottom: -14px;
		display: block;
		width: 20px;
		position: absolute;
		bottom: 5px;
	}
	strong { display: block; text-align: center; }
	.goal {
		font-size: 30px;
	}
	.total {
		font-size: 16px;
		position: absolute;
		right: 35px;
    padding: 5px;
	}
	.bulb {
    background: #e5e5e5;
    border: solid black 2px;
		border-radius: 100px;
    z-index:-1;
		display: block;
		height: 50px;
		margin: 15px 35px 10px;
		padding: 5px;
		position: relative;
		top: -20px;
		right: 15px;
		width: 50px;
		.red-circle {
			background: #f34e54;
			border-radius: 100px;
			display: block;
			height: 50px;
			width: 50px;
		}

		.filler {
			background: #f34e54;
			border-radius: 100px 100px 0 0;
			display: block;
			height: 30px;
			width: 20px;
			position: relative;
			top: -65px;
			right: -15px;
			z-index: 30;
		}
	}
}
