@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');

#header-container {height: 6em; width: 100%; margin:0px !important; padding:1em; text-align:center; display:block; position:relative; z-index:10; background: #fff; top:0px;}

#header-container a,#header-container a:visited{
	font-family:'Varela Round',sans-serif;
	font-size:1em;
	font-weight:bold;
	background-color: #777;
	color: white;
	padding: .75em 1em;
	text-decoration: none;
	margin:10px 0px !important;
}
#header-container a:hover{background: #0056b8;}
#header-container a:active{background: #0056b8;}






#comment-feed-header {font-family:'Varela Round',sans-serif; color:#102D52; padding-bottom: 10px; font-size:1.7em !important; }

#body-container {
	height: auto; 
	width:auto !important; 
	position:relative; 
	z-index:1;
	margin-bottom:5%;
	margin-left: auto !important;
	margin-right:auto !important;
}

.table-container
{
	border: 0;
	height: 100%;
	//left: 0;
	position: relative;
	top: 0;
	//width: 100%;
	//overflow:scroll;
	margin-left: auto !important;
	margin-right:auto !important;



}

.table-container table {
	border-collapse:separate !important; 
	border-spacing:20px !important;
	max-width: 800px;
	margin-left: auto !important;
	margin-right:auto !important;

}
.feed-header-row {display:none;}
.feed-table-row-odd, .feed-table-row-even {font-family: 'Varela Round',sans-serif;font-size:1.2em;}
.feed-table-cell {border:none !important; vertical-align:top; min-width:100px !important; }
.feed-table-row-odd td:nth-child(1), .feed-table-row-even td:nth-child(1),.feed-table-row-odd td:nth-child(2), .feed-table-row-even td:nth-child(2) 
{
	color:#9C999F !important;
	display:block !important;

	text-align:right;
	width:150px;}
.feed-table-row-odd td:nth-child(1), .feed-table-row-even td:nth-child(1) {font-weight:bold;}
.feed-table-row-odd td:nth-child(3), .feed-table-row-even td:nth-child(3) {background:#efefef; margin-left:25px; padding:15px; border-radius: 25px; width: auto !important; vertical-align:middle; left:10px;   }
span.date2 { display:block;}