body {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
}

.clearfix {
	clear:both;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

div#spinner
{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    text-align:center;
    z-index:9999999;
    overflow: auto;
	background: rgba(0, 0, 0, 0.5);

	/*
	position: fixed;
    height: 100vh;
    width: 100vw;
	
    background: rgba(0, 0, 0, 0.5);
	*/
}   

th, td {
	font-size:75%;
}

.clickable-row:hover {
	cursor: hand;
}

form {
	padding:0px;
	margin:0px;
}