/*
---------------------------------------------------------

	TYPOGRAPHY
	
---------------------------------------------------------
*/

.margin-zero {
	margin: 0;
}

.red {
	color: #c11a00;
}

p {
	color: #878d91;
	margin-bottom: 20px;
}



/*
---------------------------------------------------------

	STRUCTURE
	
---------------------------------------------------------
*/

.dropdown {
	margin: 0 20px 0 0;
}

.grey.box {
	margin-bottom: 27px;
}

.grey.box.last {
	margin-bottom: 0;
}



/*
---------------------------------------------------------

	TABLE STYLES
	
---------------------------------------------------------
*/

#data-table-rows {
	height: 160px;
}

#data-table-rows-2 {
	height: auto;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	overflow: auto;
}

.table-rows ul li {
	line-height: normal;
}

	.table-rows .col-ack-icon {
		margin-top: 0;
		margin-right: 4px;
	}
	
	.table-rows ul li.col-file-icon {
		width: 18px;
		margin-right: 6px;
	}
	
.col-details {
	width: 280px;
	margin-right: 15px;
}

.col-curr-snap {
	width: 280px;
	margin-right: 15px;
}

.col-prev-snap {
	width: 280px;
}
