* {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}
body{ font-size:14px; font-family:Verdana, Geneva, sans-serif; margin:0; padding: 0 15px;}
pre { margin:0; padding:0; font-size:12px; font-family:Verdana, Geneva, sans-serif;}
.f1 { font-weight:bold; color:#c00;}
.f2 { font-size:10px; color:#666;}
.deletedrow { background:#ccc;}
h1#title {
	margin:0;
	padding: 5px 0;
	text-transform: uppercase;
}
header {
	position: fixed;
	height: 50px;
	background-color: #eee;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	overflow: hidden;
}
header nav {
	
}
.totalwrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 50px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	background-color: #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#content {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 80px;
	overflow: auto;
	padding: 10px;	
}
#datatable {
	border-collapse:collapse; 
	margin-bottom:50px;
	width: 100%;
}
#datatable td{
	border-bottom:1px solid #ccc;
	padding: 10px;
}
#search {
	font-size: 1.2em;
	padding: 5px;
	width: 240px;
}
.paid {
	display: inline-block;
	margin-right: 3px;
}
.paid0:before {
	font-family: FontAwesome;
	content:"\f057";
	color: #e74761;
}
.paid1:before {
	font-family: FontAwesome;
	content:"\f058";
	color: #a8e25d;
}

.newbutton {
	background-color: #c00;
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}