@charset "utf-8";
/* CSS Document */


/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/



@media only screen and (max-width:768px) {

	table, thead, tbody, th, td, tr { 
			display: block; 
			padding-top: 5px;
			padding-bottom: 5px;
		}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	.spreadsheet td:before {
		content: attr(data-label);
		padding-right: 5px;
		font-weight: bold;
	}
.spreadsheet td, .spreadsheet th {
	padding: 1%;
	font-size: .9em;
	border-bottom: none;
	border-bottom-width: thin;
	
}
	tr {
		border-bottom: 1px solid #eee;
	}

.spreadsheet td.sr-title {
	width: 100%;
}
	}
@media only screen and (max-width:480px) {


}
