﻿

@media only screen and (max-width:768px) 
{
	.Right 
	{
		
		/*background-color: Green;*/		
		text-align: center;		
		
	}
	
	.Right table
	{
		margin: auto;
	}
	
	.Left
	{
		/*background-color: Green;*/		
		text-align: center;			
		
	}
	
	.Left table
	{
		margin: auto;
	}
	
	
	div .t-col {
    padding-bottom: 5px;
    }
		
}

@media only screen and (min-width:769px) 
{
   .Right
	{
		float: right;
		/*background-color: Red;*/
		
		
	}
	
	.Left
	{
		float: left;
		/*background-color: Red;*/
		
	}
	

	.t-col-md-6, 
	.t-col-lg-6,
	.t-col-xl-6 
	{
		padding-left: 2px;
		padding-right: 2px;
	}
	
	
}
		

.grid_wrapper {
    margin: 0 40px;
}

		
		
.style1
        {
            color: #FFFFFF;
            font-weight: bold;            
        }
        
        .lblStyle        
        {
          background-color: #e8e8e8;
          height: 20px;
          white-space:nowrap;
          text-align: center;
          width: 175px;
          min-width: 175px;
        }
        
        .lblContainerStyle        
        {
          background-color: #e8e8e8;
          height: 20px;
          width: 175px;
          min-width: 175px;
          text-align: center;
          white-space:nowrap;
        }
        
        .lblTextStyle        
        {                            
          text-align: left;
          width: 120px;
          min-width: 120px;
          white-space:nowrap;
        }
        
        .style2
        {
            color: #FFFFFF;
            font-weight: bold;
            margin: 5px;
        }
        
        .DetailTable
        {
        	border-width: 1px;
        	border-style: solid;
        	border-color: #C0C0C0;
        }

           