.center{
	text-align: center;
}
/* Create three equal columns that floats next to each other */
.column3 {
    float: left;
    width: 33.33%;
    padding: 15px;
}

/* Create three equal columns that floats next to each other */
.column2 {
    float: left;
    width: 50%;
    padding: 0px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    padding: 15px;
}

.graphcolumn {
    float: left;
    padding: 0px;
    width: 200px;
}

.agecolumn {
    float: left;
    padding: 0px;
    width: 300px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 10px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }
}
.inputform {
	margin-right: 20px;
}
#graph{
	border:solid;
}

/*input[type=number]{
	width: 50px;
} 
*/
