.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	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: bold;
}

.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: none;
}

.holder span{ margin: 0 5px; }

.hideholder { display: none; }
.resource-section p {margin: 0px !important; }
.text-italic {font-style: italic;}
.mr-t1 {margin-top:10px}
.c-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-rating-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 24px;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	height: 24px;
	background: url(../images/stars.svg);
}
.c-rating-item.is-active {
	background-position: -24px 0;
}
.dtreviewed {
	margin-left: 5px;
	color: #b1a9a9;
	margin-bottom: 5px;
}
.reviewer {
	margin-left: 5px;
}
.reviewer label {
	font-family: 'corpbld';
	text-transform: initial;
}
.inline-block {
	display:inline-block;
}
.rating-wrap {
	vertical-align: bottom;
    margin-left: 8px;
}
.seller-position {
	color: #f3901e;
    font-family: 'corpreg';
    font-weight: normal;
}
.label-head {
	font-family: 'corpbld' !important;
	text-transform: initial !important;
	font-style: initial;
}
.detailed-left {
	display: inline-block;
    vertical-align: top;
}
.prize-year {
	color: #b1a9a9;
    font-size: 13px;
}
.bottom-divider {
	border-top: solid 1px #ccc;
    padding-bottom: 10px;
}
.comment-bottom {
	border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}