@charset "utf-8";
/* CSS Document */

footer {
	width: 100%;
	bottom: 0px;
	text-align: center;
	color: black;
	font-size: 14px;
    left: 0px;
    position: fixed;
    opacity: 0.5;
}
td {
    border-color: black;
}
[contenteditable="true"]:hover {
    background-color: azure;
} 
textarea {
    overflow: hidden;
}

#Criteria {
    width: 150px;
}

#Weight,#Totals {
    width: 100px;
}

#AddRemCol {
    width: 5px;
}
