table {
    border-collapse: collapse;
}
td {
    border: 1px solid black;
}
.minput{
	display:none;
}
.border_right{
	border-right: 2px solid black;
}
.smaller{
	font-size: smaller;
}
.img_icon{
	width:25px;
	height:25px;
}
#header{
	position:fixed;
	top:0px;
	overflow:auto;
	width:100%;
	padding-bottom:10px;
	border-bottom: 1px solid gray;
	background-color:white;
	z-index:5;
}
#body{
	margin-top:130px;
}
#updating{
	display:none;
	font-size:bigger;
}
h3,h4{
    padding: 0px;
    margin: 0px;
}
