﻿@charset "utf-8";


html,
body {
    height: 100%;
    width: 100%;
}
/************Table*****************/
#page-wrap {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#page-wrap h4{
	font-weight: 600;
}
table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) {
	background-color: rgba(239,241,241,1.00);
	}
	th {
	background-color: rgba(51,62,72,1.00);
	color: white;
	font-weight: bold;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align:center; 
	}

	tr:nth-of-type(odd) {
	background-color: rgba(255,242,242,1.00);
	}
	
#footer ul{
	list-style: none;
}
.input-group{
	padding: 10px 0 0 0;
}
/*@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/******** Force table to not be like tables anymore **************
		table, thead, tbody,tfoot, th, td, tr { 
			display: block; 
		}
		
		/*Hide table headers (but not display: none;, for accessibility) ***************
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		thead th { 
			
		}
		tbody tr { border: 1px solid #ccc; }
		
		tbody td { 
			/* Behave  like a "row" ***************
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		tbody td:before { 
			/* Now like a table header ******
			position: absolute;
			/* Top/left values mimic padding *******
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
	    tfoot tr { border: 1px solid #ccc; }
		
		tfoot td { 
			/* Behave  like a "row" *********
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
			
		}
		
		tfoot td:before { 
			/* Now like a table header *******
			position: absolute;
			/* Top/left values mimic padding *******
			top: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		/*
		Label the data
		********
		tbody td:nth-of-type(1):before { content: "時間"; }
		tbody td:nth-of-type(2):before { content: "名稱"; }
		tbody td:nth-of-type(3):before { content: "預估淨值"; }
		tbody td:nth-of-type(4):before { content: "成交價格"; }
		tbody td:nth-of-type(5):before { content: "折溢價幅"; }
		

		
	}
	.details	tbody td:nth-of-type(1):before { content: "時間"; }
	.details	tbody td:nth-of-type(2):before { content: "名稱"; }
	.details	tbody td:nth-of-type(3):before { content: "預估淨值"; }
	.details	tbody td:nth-of-type(4):before { content: "成交價格"; }
	.details	tbody td:nth-of-type(5):before { content: "折溢價幅"; }
	

}*/

