@CHARSET "UTF-8";

#results.table,
#results.table tr td{
	border:0;
}
#results.table tbody {
	border-bottom: 1px solid #363947;
	border-top: 1px solid #363947;
	padding: 20px 10px;
	overflow-y: scroll;
}
td.resultsCol.resultsDisplayPeriodStartCol.labelWrap {
	display: flex;
}
#results.table .displayPeriodStart_itemLabel {
	width:120px;
}
/* newsType */
.newsTypeName {
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	display: inline-table;
	padding: 1px;
	min-width: 86px;
	text-align: center;
	margin-right: 5px;
	width: 110px;
}
.newsType{
	display: inline-table;
}
@media screen and (max-width: 641px) {
	#results.table tr:not(:last-child) td.resultsCol {
	   border-bottom: 1px dotted #dbdbdb;
	}
	#results.table tr td.resultsCol label{
		display:block;
	}
	td.resultsCol.resultsDisplayPeriodStartCol.labelWrap {
	    display: block;
	}
}
