.table{
	width: 100%;
	display: table;
}

.header{
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0.8em;
}

.header .cell{
	padding: 0.8em;
	background: #ffffff;
}


.cell,.table-title{
	display: table-cell;
	vertical-align: middle;
	padding: 1.32em;
	/*border-left: 1pt solid #eeeeee;*/
	border-bottom: 1pt solid #eee;
}

.row{
	display: table-row;
}

.row .cell{
	color: #777777;
	font-size: 13px;
	background: #ffffff;
	text-align: center;
}

.new-title-for-mobile{
	float: left;
	width: 100%;
	background: #494949;
	color: #fff;
	display: none;
}

.fix-table{
	margin-bottom: 10px;
}

.gray-row .cell{
	background: #fcfafa;
}

.shadow-up .cell {
    box-shadow: inset 1px 1px 3px #eeeeee;
}

@media screen and ( max-width:767px){
	.table,.cell,.row{
		width: 100%;
		float: left;
		clear: both;
		padding: 0px;
		text-align: center;
		display: inline;
	}

	.row{
		margin-bottom: 40px !important;
		box-shadow: 0px 2px 3px #eee;
	}

	.header{
		display: none;
	}

	.new-content-for-mobile{
		width: 100%;
		float: left;
		padding:  20px 0;
	}

	.new-title-for-mobile{
		display: block;
		float: left;
		padding: 0.8em;
	}


	.accordion-table{
		display: block;
	}
}

@media screen and ( max-width:600px) {
	.table-plugin {
		/*background: #fff;*/
	}
	/*
	#col-rodape .col-md-8{
	width: 61.66666667%;
}
	*/

	.table-plugin,
	.cell,
	.table-row {
		width: 100%;
		float: left;
		clear: both;
		padding: 0px;
		display: inline;
	}

	.table-row {
		margin-top: 40px;
		background: #F2F4F4;
		border: 1pt solid lightgrey;
	}

	.header {
		display: none;
	}

	.new-content-for-mobile {
		display: inline-block;
		padding: 20px;
	}

	.new-title-for-mobile {
		background: lightgrey;
		display: block;
		float: left;
		padding: 0.8em;
	}

	.accordion-table {
		display: block;
	}
}