#resultstable table
{
	table-layout: auto;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	border: 1px solid #DDD;
	line-height: 20px;
}

	#resultstable table td,
	#resultstable table th
	{
		padding: 6px 12px;
		margin: 0;
		text-align: left;
		vertical-align: top;
		word-wrap: break-word;
	}

	#resultstable table td strong
	{
		font-weight: 700;
		font-size: 18px;
		letter-spacing: -0.6px;
		font-family: "Hind Vadodara";
	}

	#resultstable table
	{
		width: 100%;
		font-size: 15px;
		background-color: #FFF;
	}
	
		#resultstable table tr:nth-child(even)
		{
			background: #F5F5F5;
		}
		
			#resultstable table tr
			{
				border-bottom: 1px solid #DDD;
			}
			
			#resultstable table tr:first-child td
			{
				background: #1A198C;
				border-left: 1px solid #1A198C;
				border-top: 1px solid #1A198C;
				color: #FFF;
				padding: 10px 12px;
			}

			#resultstable table tr td
			{
				border-left: 1px solid #DDD;
				vertical-align: middle;
			}

				#resultstable table tr:last-child
				{
					border-bottom: 0;
				}
	
					#resultstable table tr td:first-child
					{
						border-left: 0;
					}

/* Mobile List Styles */

#resultstable ul.tabletolist ul
{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	line-height: 20px;
}

#resultstable ul.tabletolist,
#resultstable ul.tabletolist ul
{
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	list-style-type: none !important;
}

	#resultstable ul.tabletolist ul > li
	{
		float: left;
		width: 100%;
		margin: 0 0 1px 0;
		padding: 10px 15px;
		background: #F5F5F5;
		border-left: 3px solid #1A198C;
	}
	
		#resultstable ul.tabletolist ul > li .row_headers
		{
			float: left;
			width: 100%;
			margin: 0;
			font-weight: 600;
			font-size: 16px;
			line-height: 18px;
			letter-spacing: -0.2px;
			font-family: "Hind Vadodara";
		}
		
		#resultstable ul.tabletolist ul > li .row_data
		{
			float: left;
			width: 100%;
			font-size: 15px;
			line-height: 18px;
		}

