a {
	text-decoration:none;
}
#center-wrap{
	width:100%;
	margin:auto;
}
#content-main{
	border-radius:1em;
    border: 2px solid #ddd;
    background-color: #f9f9f9;
	/*background-color:#ccc;*/
	padding:1em;
    height: 220px;
    box-sizing: border-box;
    overflow-y: auto;

}
#title-wrap{
	text-align:center;
}
#mission-statement{

	margin-bottom:1em;
	text-align:center;
    font-weight: bold;
}
#app-links{
	float:right;
	padding-right:2em;
    margin-bottom: 1em;
}



#current-connections{
	margin-top:2em;
}

#conn-table{
	width:100%;
	clear:both;

}

#conn-table td {
	background-color:#e2e2e2;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}

#meta-footer{
	float:right;
	font-size:90%;
	color:#999;
}

#status-line{
	float:left;
}

#remote-ip{
	font-weight:bold;
}