
.left
{
	float:left;
}
.center
{
	margin-left:125px;
}
#vigenere
{
	border-radius:10px;
	border: solid 2px black;
	text-align:center;
	padding:20px;
	margin:10px;
}
#save
{
	display:none;
}
#container
{
	text-align: center;
}

#history
{
	width:300px;
}
#example
{
	width:300px;
}
.bold
{
	font-weight:bold;
}
.right
{
	float:right;
}