html,
body
{
    /* background-color: whitesmoke; */
	background: white;
}

.versionView {
	/* color: black;
	background: white; */
	padding: 5px;
	height: 30px;
	text-align: center;
	/* font-size: 10px; */

    color: blue;
    font-size: small;
}

#version {
    color: blue;
    font-size: small;
}
