
.button_style_1 {
	background-color:white;
	color: black;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_1:hover {
	background-color: grey;
	font-size: 14px;
	color: white;
}
.button_style_1:active {
	background-color: grey;
	font-size: 14px;
	color: white;
}





.button_style_2 {
	background-color:white;
	color: black;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_2:hover {
	background-color: grey;
	font-size: 14px;
	color: white;
}
.button_style_2:active {
	background-color: grey;
	font-size: 14px;
	color: white;
}






.button_style_3 {
	background-color:white;
	color: red;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_3:hover {
	background-color: red;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px grey;
	transform: translateX(2px);
}
.button_style_3:active {
	background-color: grey;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px red;
	transform: translateX(2px);
}





.button_style_4 {
	background-color:white;
	color: green;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_4:hover {
	background-color: green;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px grey;
	transform: translateY(2px);
}
.button_style_4:active {
	background-color: grey;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px green;
	transform: translateY(2px);
}






.button_style_5 {
	background-color:white;
	color: blue;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_5:hover {
	background-color: blue;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px grey;
	transform: translateZ(2px);
}
.button_style_5:active {
	background-color: grey;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px blue;
	transform: translateZ(2px);
}




.button_style_6 {
	background-color:white;
	color: grey;
	transition-duration: 0.2s;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px;
}

.button_style_6:hover {
	background-color: grey;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px grey;

}
.button_style_6:active {
	background-color: grey;
	font-size: 12px;
	color: white;
	box-shadow: 0 3px grey;

}