.table {
	background-color: white;
    box-shadow: 0px 2px 5px #888888;
    overflow: scroll;
	max-height: 400px;
	margin:0 !important;
}

.table.margin-bottom {
	margin-bottom: 20px!important;
}


.table th, .table td {
	padding: 15px 30px;
	font-size:13px;
}

.table tr.header {
	border-bottom: 1px solid #AAA;
}

.table tr.totals {
	border-top: 1px solid #AAA;
}

.table th {
	cursor: pointer;
	font-weight: bold
}

.table .table-image, .table .table-title {
	display: inline-block;
}

.table .table-image {
	height: 40px;
}

.table .table-title {
	font-size: 13px;
	margin-left: 5px;
}

/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.table th, .table td {
		padding: 10px 20px;
	}
}