/* scrollable table > see displayPage.css */


/* dataset table */

.cms_table_mobile_dataset_cols_datasets{
	display: table;
}
.cms_table_mobile_dataset_cols{
	display: none;
}

.cms_table_mobile_dataset_rows,
.cms_table_mobile_dataset_cols_datasets {
	text-align: right;
}
.cms_table_mobile_dataset_rows, 
.cms_table_mobile_dataset_rows thead, 
.cms_table_mobile_dataset_rows tbody, 
.cms_table_mobile_dataset_rows tr, 
.cms_table_mobile_dataset_rows th, 
.cms_table_mobile_dataset_rows td,
.cms_table_mobile_dataset_cols_datasets, 
.cms_table_mobile_dataset_cols_datasets thead, 
.cms_table_mobile_dataset_cols_datasets tbody, 
.cms_table_mobile_dataset_cols_datasets tr, 
.cms_table_mobile_dataset_cols_datasets th, 
.cms_table_mobile_dataset_cols_datasets td {
	display: block;
}
	.cms_table_mobile_dataset_rows tr,
	.cms_table_mobile_dataset_cols_datasets tr{
		margin-bottom: 15px;
	}

.cms_table_mobile_dataset_rows thead,
.cms_table_mobile_dataset_cols_datasets thead {
	display: none;
}
.cms_table_mobile_dataset_rows td:before,
.cms_table_mobile_dataset_cols_datasets td:before {
	float: left;
	content: attr(data-label) ":";
}
.cms_table_mobile_dataset_rows td:nth-child(1),
.cms_table_mobile_dataset_cols_datasets td:nth-child(1) {
	font-weight: bold;
}

