.t_row {
	float: right;
	font-weight: 500;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding: 4px 10px;
	margin: 0;
}
.t_row p {
	float: right;
	padding: 0 0 0 10px;
}
.t_row select {
	border: 1px solid #999 !important;
	padding: 0 15px 0 5px !important;
}
#content {
	width: 100%;
	float: left
}
.top_pagination {
	width: auto;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	border-radius: 0
}
.pagination {
	width: 100%;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	border-radius: 0
}
.pagination_heading {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6
}
.holder {
	margin: 10px 2px
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 1px;
	padding: 3px 8px;
	color: #E83C26;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.holder a:hover {
	background-color: #0074C7;
	color: #fff
}
.holder a.jp-previous {
	margin-right: 15px
}
.holder a.jp-next {
	margin-left: 15px
}
.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: 500
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: #F4F4F4
}
.holder span {
	margin: 0 5px
}
.holder {
	margin: 0 auto;
	display: block;
	text-align: center;
	float: none
}
.holder a {
	font-size: 14px;
	cursor: pointer;
	margin: 2px;
	color: #666;
	font-family: 'Hind', sans-serif;
	font-weight: 500!important
}
.holder a:hover {
	background: none;
	color: #008154 !important;
	text-decoration: none
}
.holder a.jp-previous {
	margin-right: 0;
	background: none;
	color: #333;
	font-size: 13px!important;
	text-transform: uppercase;
	padding: 0
}
.holder a.jp-previous:hover {
	background: none
}
.holder a.jp-next {
	margin-left: 0;
	background: none;
	color: #333;
	font-size: 13px!important;
	text-transform: uppercase;
	padding: 0
}
.holder a.jp-next:hover {
	background: none
}
.holder a.jp-current, a.jp-current:hover {
	color: #fff!important;
	background: #008154;
	text-decoration: none;
	padding: 0 6px
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bcbcbc!important;
	background: none;
	padding: 0 8px
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default
}
.holder span {
	margin: 0 5px
}
.jp-first, .jp-previous, .jp-next, .jp-last {
	font-size: 22px!important;
	font-weight: 500
}

@media (min-width:200px) and (max-width:575px) {
.holder {
	text-align: center;
	padding: 0
}
.top_pagination {
	width: 100%;
}
.t_row {
    width: 200px;
    margin: 0 auto 10px auto;
    display: block;
    float: none;
}
}
