/* ---- Table ---- */

 table.settings {
	border-collapse:collapse;
	margin-bottom:15px;
	width:700px;
	margin-top:50px;
	}
	
	caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table.settings td,
	table.settings th {
		padding:5px;
		border:1px solid #fff;
		border-width:0 1px 1px 0;
		}
	table.settings td {
		
	}
	.settings thead th {
		background:#91c5d4;
		}
			
		.settings thead th[colspan],
		.settings thead th[rowspan] {
			background:#66a9bd;
			}
		
	.settings tbody th,
	.settings tfoot th {
		text-align:left;
		background:#91c5d4;
		}
		
	.settings tbody td,
	.settings tfoot td {
		text-align:center;
		background:#d5eaf0;
		}
		
	.settings tfoot th {
		background:#b0cc7f;
		}
		
	.settings tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		}
			
	.settings tbody tr.odd td { 
		background:#bcd9e1;
		}
	.pps-setting-table {
		border-collapse:collapse;
		width:800px;
		background:#fff;
		margin-top:40px;
	}
	.pps-setting-table td {
		padding:10px;
		border:1px solid #ccc;
		box-shadow: 0px 0px 10px 2px #EBEBEB inset;
		
	}
	.pps-setting-table tr td:first-child {
		font-weight:700;
		color: #156780;
	}