/*from default page*/

table { 
	width: 100%; 
	border-collapse: collapse; 
}
.Lalign
{
	text-align:left;
}
.Ralign
{
	text-align:right;
}
.Calign
{
	text-align:center;
}
@media 
only screen and (max-width: 950px),
(min-device-width: 968px) and (max-device-width: 1024px)  {	
	#tablediv thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}		
	#tablediv tr { border: 1px solid #aaa; }		
	#tablediv td { 
		border-bottom: 1px solid #eee; 
		position: relative;
		//padding-left: 47%;
	}		
	#tablediv td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;text-align:left;color:#95012A;
	}		
	#tablediv .Lalign
	{
		text-align:right;
		display:block;		
	}
	#tablediv .Ralign
	{
		text-align:right;
		margin-top:0px;
		display:block;
		width: auto !important;
	}
	#tablediv .Calign
	{
		text-align:right;
		display:block;
	}
	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body { 
		padding: 0; 
		margin: 0; 
		/*width: 320px; */}
	}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { 
		/*width: 495px; */
	}
}
