/**
 * Table List
 * =========================================== */
.table-list {
	font-size: 13px;
	border: 0;
	border-bottom: 1px solid #e3e4e8;
	margin: 0;
}
.table-list > thead > tr > th {
	font-weight: 500;
	text-align: center;
	background-color: #32373c;
	color: #eee;
	padding: 5px 5px;
	border: 0;
}
.table-list > thead > tr > th + th {
	border-left: 1px solid #e3e4e8;
}
.table-list .th-date {
	width: 85px;
}
.table-list .th-theme {
	width: 200px;
}
.table-list .td-theme {
	text-align: left;
}
.table-list .td-date {
	text-align: right;
}
.table-statistic > tbody > tr > td {
	max-width: 100px;
}
.table-list > tbody > tr > td + td {
	border-left: 1px solid #e3e4e8;
}
.table-statistic > tbody > tr > td:nth-child(1n+4),
.table-statistic > tfoot > tr > td:nth-child(1n+4) {
	text-align: right;
}
.table-list tfoot {
	background-color: #e3e4e8;
}
.table-list > tfoot > tr > td + td {
	border-left: 1px solid #fff;
}
.table-list > tfoot > tr > td:first-child {
	text-align: right;
	font-weight: 500;
}
.table-statistic tr > td > span {
	white-space: nowrap;
}
.table-statistic tr > td > a {
	color: #00b9eb;
	display: inline-block;
}
.table-statistic tr > td > a:hover {
	color: #f56e28;
	text-decoration: none;
}
.table-newsletter {
	text-align: center;
}
.table-newsletter td:nth-child(n+3):nth-child(-n+5) {
	white-space: nowrap;
}
.th-options {
	width: 49px;
}
.td-options {
	position: relative;
}
.table-list .td-options {
	padding-top: 5px;
	padding-bottom: 5px;
}
.td-options-btn {
	display: block;
	width: 32px;
	height: 22px;
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	color: #0073aa;
	cursor: pointer;
}
.td-options-btn:hover {
	background-color: #e3e4e8;
}
.td-options-menu {
	display: none;
	left: auto;
	right: -18px;
}
.td-options .dropdown-menu {
	border: 1px solid #ccc;
	top: 26px;
	font-size: 13px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}
.td-options .dropdown-menu > li > a {
	padding: 5px 15px;
}
.td-options .dropdown-menu > li > a:hover {
	background-color: #e3e4e8;
}
.td-options .dropdown-menu:before {
	margin: 0 -6px;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 42px;
	border-width: 6px;
	border-bottom-color: #ccc;
}
.td-options .dropdown-menu:after {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	bottom: 100%;
	right: 42px;
	border-width: 5px;
	margin: 0 -5px;
	border-bottom-color: #fff;
}