<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid_table
{
	border: 1px solid #ddd;
}
.grid_table td
{
	vertical-align:middle !important;
	border-top:none !important;
}
.grid_table img
{
	max-width:60px;
	max-height:60px;
}
	.grid_table tr
	{
		text-align: center;
	}

		.grid_table tr th a
		{
			color: #333;
		}

		.grid_table tr th
		{
			font-family: Yekan;
			font-size: 14px;
			text-align: center;
			font-weight: normal;
		}

			.grid_table tr th a:hover
			{
				text-decoration: underline;
			}

		.grid_table tr th
		{
			background-color: #333;
			color:#fff;
		}

		.grid_table tr:nth-child(2n)
		{
			background-color: #f5f5f5;
		}

		.grid_table tr:hover
		{
			background: url(../Images/cover.png) !important;
		}</pre></body></html>