
div#message {
    display:none;
}

div#output {
    display:none;
}
/*
table.outputTable, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
	font-family:"Lucida Console","Lucida Sans Typewriter", monaco;
}

table.outputTable th {
	text-align:left;
}

table.outputTable th:nth-child(2) {
	text-align:center;
}

table.outputTable td {
	text-align:center;
}
*/

span.network {
	color:red;
}

span.address {
	color:green;
}

table.table-bordered {
	background-color :  white;
}

table.table-bordered td:hover{
	background-color : #f5f5f5;
}