/*
	Public View Style
*/
#submissionWall{
	 width: 100%;
	 /*border: 2px solid red;*/
	 line-height: 14px;
}
#submissionWall th{
	font-size: 1.4em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #535353;
    color: #fff;
	
	border-bottom: 1px solid gray;
}
#submissionWall tr{
	height: 14px;
	line-height: 14px;
}
#submissionWall td{
    max-width: 200px;
	font-size: 1.2em;
    border-bottom: 1px solid gray;
    padding: 3px 7px 2px 7px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}