body, html
{
	margin: 0px;
	padding-top: 5px;
}

.work
{
	position: absolute;
}

#active
{
	position: absolute;
}

.process
{
	bottom: 0px;
	position: fixed;
	z-index: 2;
}

.process_done
{
	background-color: black;
	position: fixed;
	z-index: 1;
}

.process span 
{
	text-align: center;
	position:absolute;
	bottom: 0;
	width:100%;
	color: white;
	font-size: 30px;
	z-index: 3;
}
/*
#table
{
	position: fixed;
	left: 100px;
	top:100px;
}
*/
td
{
	text-align: center;
	border: 1px;
}

.pagination {
	margin: 0;
}

.modal-dialog {
	min-width: 80%;
}