html, body {
    overflow-x: hidden;
width: 100%;}

 .SpecialTD{
	background: #A8CFF2 !important;
	font-size: 13px;
	text-align:center;
 }

.input_size{
	width:60%;
}
.table5 { 
	width: 75; 
	border-collapse: collapse; 
	margin:50px auto;
	}

	.mobiletd{
		font-weight: bold;
		color: #000;
		width: 20%;
		font-size:24px;
		background: #A8CFF2 !important;
	
	}
	.mobiletd1{
	font-size: 24px;

	
}
		
	
/* main table*/
table { 
	
	width: 60%; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) {
	
	background: #eee; 
	}

th { 

	
	background:white ; 
	color: black; 
	font-weight: bold; 
	text-align-last:center;
	
	}


td, th { 
	padding: 20px; 
	border: 1px solid #76bbf3; 
	background-color: white;
	text-align: center; 
	font-size: 10pt;
	width: auto;
	height: auto;
	
	
	
	}
	  .tablecustmize 
	  {
		      display: table;
			  border:0px;
			  width:45%;
	  }

	  .tablecustmize tbody {
    display: table-row-group;
}

 .tablecustmize tr
  {
  	    display: table-row !important;
  	    border: 0 ;
  }

 
	    .tablecustmize   td, th{
    display: table-cell;
	    	padding: 8px;
    background: white;
  }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

.noBorder
{
	border: 0 !important;
}
.borderRight

{
	border:0 !important;
	border-right: 1px solid #ccc !important;
}

.resp-arrowTable
	  {

    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #999;
    position: absolute;
    bottom: 320px;
    right: -7px;

	  }

@media only screen and (max-width: 414px)
  {
	  .mobiletd{
		font-weight: bold;
	
		width: 20%;
	
		background: #A8CFF2 !important;
		display: contents;
		
	}
	.mobiletd1{
	    font-size: 24px;
	text-align:center;
		background: #A8CFF2 !important;
	
		
	}
	display: contents;
	  .tablecustmize 
	  {
		      display: table;
			  border:0px;
			  width:45%;
	  }

	  .tablecustmize tbody {
    display: table-row-group;
}

 .tablecustmize tr
  {
  	    display: table-row;
  	    border: 0 ;
  }

 
	    .tablecustmize   td, th{
	    	    display: table-cell;
  }
  
  tr {
	display: contents;
	
}

	table { 
	  	width: 100%; 
		
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		right: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border: 1px solid #76bbf3; 
	background-color: white;
		position: relative;
	
		font-weight: bold;
		padding: 10%;
		text-align: right;
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		right: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}
	

}