﻿@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1023px)
{
	.paging table{width:100%;}.paging td{padding-left:0px !important;}
	.paging table td{display: inline !important;
    line-height: 20px;
    font-size: 12px;    FONT-FAMILY: Arial;}
	
	.HPSelectorTB td
	{
		display: block;
		width: 100%;
	}
	.tableres tr td
	{
		display: block;
	}

	.tableres th
	{
		display: none;
	}

	.tableres thead tr
	{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tableres tr
	{
		/* border: 1px solid #ccc; */
		/* border :1px solid #116eae; */
	}
	.tableres td
	{
		/* border-bottom: 1px solid #ccc; */
		border-bottom: 1px solid #116eae;
		position: relative;
		padding-left: 45%;
		text-align: right !important;width: 100% !important;
	}
	.tableres td:before
	{
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
    .tableres1 td{display:block;}
	.tableres th[data-title]:before, td[data-title]:before
	{
		content: attr(data-title) ":\00A0";
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		font-size: 10px;
	}
	.dis-none
	{
		display: none !important;
	}
    #fancybox-content,#fancybox-wrap,#fancybox-outer{width:100% !important;}
}

