button {
    border: none;
    background: #ccf;
    font-size: 14px;
    height:20px;
    width: 80px;
    margin: 1px 2px;
	display:inline;
	}
	
button:hover {
    border: none;
    background: #eef;
}

#myProgress {
    width: 100%;
    background-color: grey;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: yellow;
}

#div3 {
    color: green;
	background-color: coral;
}
