/*
**********************************************************************************
*                                                                   Buttons                                                                       *
**********************************************************************************
*/
/*******************     Button containers     ******************/
.buttonscontainer {
	display: block;
	max-height: 100%;
}
/*******************     Button      ******************/
.button {
	display: block;
	height:40px;
	width: 100px;
	background-color: rgb(236, 236, 255);
	white-space: normal;
	font-family: Times New Roman;  font-size: 14px;
	font-weight: 100;
	text-align: center;
	/*text-decoration: none;*/
	cursor: pointer;
	color: black; 
	border: 2px solid rgb(255,255,255);
}
.Home {
	background-color: rgb(180, 180, 255);
}
/*******************     Button indent     ******************/
.buttonindent {
	width:72px;
	text-align: center;
	margin-left: 7px;
	font-family: Times New Roman;  font-size: 13px;
}
/***************    effects on button hover     *************/
button:hover {
  transform: scale(1.125);
}
/****     button     *****/
.navdiv {
	background-color: rgb(255,255,255);
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 22px;
	max-height: 40px;
	width: 100px;
}
/****     button     *****/
.nav {
	background-color:rgb(200, 200, 200);
	color: black; 
	font-family: Times New Roman; 
	font-size: 14px; 
	font-weight:100;
}