/*
 * cosmerepo-extend.css
 */
.no-border {
    text-decoration:none;
}

.highlight {
    color: #f00;
}

.txt-vline-list-ext {
    width: 200px;
}

.s-memberprofile {
    width: 210px;
}

.table-memberprofile-ext td {
    word-wrap: break-word;
    word-break: break-all;
}

.user--listitem-txt-ext {
    width: 328px;
    word-wrap: break-word;
    word-break: break-all;
}

.user--listitem-txt-ext {
    width: 328px;
    word-wrap: break-word;
    word-break: break-all;
}

.searchcheck-review {
    width: 420px;
}

.pagerbox a.page-link {
    color: #339090;
}

.evaluated-title-link {
    text-decoration:none;
}

.evaluated-title-link:hover {
    text-decoration:underline;
}

.review-search .mainnav .displayorderbox a.up:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	background-image: url('../img/set.png');
	background-repeat: no-repeat;
	background-position: -41px 0px;
	height: 11px;
	width: 9px;
    transform: rotateX(180deg);
}

.review-search .mainnav .displayorderbox a.up:after {
	background-position: -32px 0px;
	color: #1d8383;
}

/*
 * campaign entry
 */
table#campaign_entry_table {
    table-layout: fixed;
}

table#campaign_entry_table th {
    width:38%/* 316px */;
    text-align: left;
    padding:15px 3%/* 40px */;
    background-color: #b9e2e2;
    vertical-align: top;
}

table#campaign_entry_table tr:nth-child(odd) th {
    background-color: #d1ecec;
}

table#campaign_entry_table > tbody > tr > td > input[name="blog_url"], input[name="website"] {
    width: 100%;
}
