body {
	font-size: 18px;
	color: #666D70;
	font-weight: 300;
	font-family: "Effra",Helvetica,sans-serif;
	margin: 0;
}
div {
	font-size: 0.875rem;
	font-weight: normal;
}
#dividend_pid_length {
	float: left;
	padding: 10px 0;
}
#dividend_pid_filter {
	float: right;
	padding: 10px 0;
}
select, input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fafafa;
	border: 2px solid #f5f5f5;
	color: #88898c;
	font-size: .9375em;
	height: 3em;
	padding: .5rem;
	-webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	margin-left: 0.35em;
}
select {
	margin-right: 0.35em;
}
table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	clear: both;
}
th {
	background-color: #2B3F65;
	font-size: 16px;
	color: #fff;
	padding: 32px 24px;
	background-position: center right;
	background-repeat: no-repeat;
	border-left: 2px solid #1C2D4E;
	border-right: 2px solid #1C2D4E;
}
th:first-of-type {
	border-left: 0;
}
th:last-of-type {
	border-right: 0;
}
th.sorting {
	background-image: url("https://cdn.brighterir.com/custom/target_healthcare/sort_both.png")
}
th.sorting_asc {
	background-image: url("https://cdn.brighterir.com/custom/target_healthcare/sort_asc.png")
}
th.sorting_desc {
	background-image: url("https://cdn.brighterir.com/custom/target_healthcare/sort_desc.png")
}
tr:nth-of-type(even) td {
	background-color: #f1f1f1;
}
td {
	padding: 32px 24px;
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
	border-left: 2px solid #1C2D4E;
	border-right: 2px solid #1C2D4E;
}
td:first-of-type {
	border-left: 0;
}
td:last-of-type {
	border-right: 0;
}
#dividend_pid_info {
	float: left;
	padding: 10px 0;
}
#dividend_pid_paginate {
	float: right;
	padding: 10px 0;
}
a.paginate_button {
	color: #9fa2a6;
	display: inline-block;
	padding: 3px 10px;
	font-weight: 400;
	line-height: 22.4px;
	-webkit-transition: .5s;
	transition: .5s;
}

a.paginate_button:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

a.paginate_button.current {
	background-color: #1779ba;
	color: white;
	text-decoration: none;
}

a.paginate_button.current:hover {
	background-color: #1779ba;
}

a.paginate_button.first, a.paginate_button.last {
	display: none;
}

a.paginate_button.previous, a.paginate_button.next {
	text-transform: uppercase;
}

a.paginate_button.previous.disabled, a.paginate_button.next.disabled {
	text-transform: none;
	color: #cacaca;
	background-color: transparent;
	cursor: not-allowed;
}