@charset "UTF-8";

/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	

.tab table { 
	width: 100%;
}
	.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
	.tab th { 
	 padding: 5px 0 5px 15px;
	background: #f2f2f2;
	 font-weight: normal;
}
.tab1 th {
	padding: 10px 0 10px 15px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}
iframe {
	height: 300px;
}

	
	
	
/* @end */	
}	

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.tab table { 
	margin: 2.5em auto; 
	width: 100%;
}
	.tab th, 
.tab td	{ 
	border: 1px solid #ccc;
	text-align: left;
}
	.tab th { 
	 padding: 5px 0 5px 15px;
	background: #f2f2f2;
	 font-weight: normal;
}
.tab1 th {
	padding: 10px 0 10px 10px;
	display: table-cell;
}	
.tab1 td {
	 padding: 15px;
	width: auto;
	display: table-cell;
	border-top: 1px solid #ccc;
}
iframe {
	height: 300px;
}	
	

.tab table	{
	width: 100%;
}


.tab td { 
	 padding: 10px;
}
.tab1 {
	margin: 0;
}
.tab1 th,
.tab1 td {
	width: 100%;
	display: block;
	border-top: none;
}
.tab1 tr:first-child th { 
	border-top: 1px solid #ccc;
}

	
	

	/* @end */	
}