#store_name {
	font-size: medium;
	color: orange;
	font-family: Palatino Linetype
}
#metrics {
	font-size: x-small;
}
#input button{
	background-color: #00008B;
	height: 40px;
	width: 100px;
	color: white;
}
thead {
	background-color: darkgrey;
}
body {
	background-color: gray;
	/* font-family: "Palatino Linotype"; */
}
thead th {
	/* font-family: "Palatino Linotype"; */
	font-size: small;
	word-wrap: break-word;
	white-space: normal;
	background-color: whitesmoke;

}

#skusetup tr td span{
	color: black;
	font-size: medium;
	font-weight: bold;
}

#skusetup tr td input{
	height: 40px;
	width: 200px;
}
img {
    transition: -webkit-transform 0.1s ease;
}

img:active {
    -webkit-transform: scale(4);
}