body {
	width: 100%;
	min-width: 270px;
	margin: 0px;
	font-family: arial;
	font-size: 1em;
}

/* Used to draw the hangman */
canvas {
	border: 1px solid black;
	margin: 3px;
	margin-bottom: 10px;
	width: 40vmax;
	height: 17vmax;
	border-radius: 20px;
}

h5 {
	text-align: center;
}

.outer-wrapper {
/*	background:green;*/
}

.row {
	display:flex;
	align-items:center;
/*	background:orange;*/
	margin:3px;
}


.column-1 {
/*	background: violet;*/
	flex: 0 0 50%;
	text-align:end;
	padding:10px
}

.column-2 {
/*	background: blue;*/
	flex: 0 0 50%;
	padding-bottom:px
}

label {
/*	background: pink;*/

}

input, select {
/*	background: red;*/
	width:10em;
	height:1.5em;
	font-size:1em;
	
}

.radio {
	width: 50px;
	vertical-align: bottom;
	margin-left:-5px;
	margin-top:-1px;
}

.radio-2 {
	margin-left: 10px;
}

.radio-label {
/*	background: indigo;*/
	margin-left:-15px; /*Move label closer to button*/
	font-size:1.2em;
}

#graph-chartjs, #graph {
	margin: auto;
	margin-top: 20px;
}

#graph-chartjs {
	background:white;	
}

#graph-google {
	background: purple;
}

.button {
	margin: auto;
	background: blue;
	color: white;
	width: 28em;
	font-size: 1.2em;
}

/* Display a message to user */
#message {
	margin: auto;
	display: none;
}

/* Displays the contributions, interest, total */
.summary {
	margin-top:10px;
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	display: none;
	font-weight:bold;
}


#initial, #total-supplements, #total-contribution, #duration-result, #interest, #interest-percent, #final-total {
	color:#800080;
}

@media screen and (max-width: 620px) {
	  
	body {
	}

	.summary {
		font-size:0.8em;
		display:flex;
		flex-direction:column;
		align-items:center;
		margin:0px;
		padding:0px;
		display: none;
	}

	.header {
		margin:0px;
		margin-bottom:-10px;
	}	
}