﻿@charset "utf-8";

#escNews {
	margin-top: 0px;
	width:auto;
}

#escNews tr th {
	width: 85px;
	border-bottom: 1px solid #EBEBEB;
	padding: 2px 0 2px 5px;
	font-family: "Courier New", Courier, mono;
}

#escNews tr td {
	border-bottom: 1px solid #EBEBEB;
	padding: 2px 0 2px 5px;
	white-space:nowrap
}

@media screen and (max-width: 480px) {

	#escNews tr th {
		padding: 8px 0 8px 5px;
	}

	#escNews tr td {
		padding: 8px 0 8px 5px;
	}

}