table {
	width: 100%;
    border: 1px solid #e5e5e5;
    table-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
}

table thead th,
table tfoot th {
	font-size: 12px;
	font-weight: bold;
    margin: 0;
	border-bottom: 1px solid #e5e5e5;
	color: #444;
	text-align: left;
	position: relative;
}

table tfoot th {
	border-top: 1px solid #e5e5e5;
}

table thead th span,
table tfoot th span {
    padding: 8px 8px;
	font-weight: bold;
    display: block;
    font-size: 12px;
}

table thead th a,
table tfoot th a {
	font-size: 12px;
	display: block;
    padding: 8px 8px;
	position: relative;
}

table > table-title span {
	font-style: italic;
	font-size: 12px;
	margin-left: 5px;
}

table tbody td {
	padding: 8px;
	font-size: 12px;
}

table > table-content hr {
	border: 0;
	height: 1px;
	background-color: #e5e5e5;
	margin: 12px -12px;
	padding: 0;
}

table > table-menu a {
	display: block;
	padding: 12px;
	font-size: 14px;
	position: relative;
}

table > table-menu > a:not(:last-child)
{
	border-bottom: 1px solid #e5e5e5;
}

table > table-menu a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}

table > table-menu a i {
	color: #bbb;
	font-size: 16px;
	margin-right: 5px;
}

table > table-menu a.active {
	font-weight: bold;
}

table > table-menu a span {
	position: absolute;
	right: 12px;
	font-size: 11px;
	color: #777;
	padding-top: 1px;
}

table td a.view,
table td a.edit,
table td a.delete {
	font-size: 16px;
	margin-right: 5px;
}

table td a.view,
table td a.view:hover {
	color: #555;
}

table td a.edit,
table td a.edit:hover {
	color: #5bf;
}

table td a.delete,
table td a.delete:hover {
	color: #f27474;
}

table td a.view:hover,
table td a.edit:hover,
table td a.delete:hover {
	text-decoration: none;
	opacity: .8;
}

table .sort-asc:after,
table .sort-desc:after,
table .sort-desc:hover:after {
	font-family: FontAwesome;
	content: '\f0d8';
	position: absolute;
	right: 10px;
	margin-top: 2px;
	color: #888;
}

table .sort-desc:after,
table .sort-asc:hover:after {
	content: '\f0d7';
}