.author_warn {
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #d1570d;
    display: block;
}

.author_art_count {
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
    font-weight: bold;
    font-size: 14px;
    color: #a6acad;
    display: block;
}

.list_counts {
    font-size: 20px;
    color: #a6acad;
}

.set_default_issue {
    margin-left: 10px;
    color: #848a8b;
}

.grey {
    color: #848a8b;
}

.sorl_widget input {
    vertical-align: middle;
}

.active_lnk {
    border-bottom: 1px solid #bce1e2;
    color: #219aa0;
}
.inbox_icon {
    margin-top: 7px;
}

.invoice_reject_reasons {
	background: #e1e1e1;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	width: 230px;
	border-radius: 4px 4px 0 4px;
	border-right: 5px solid #e1e1e1;
	padding: 6px 14px 6px;
	position: relative;
	margin: 0 0 13px;
	text-align: left;
    font-style: italic;
}
.invoice_reject_reasons:after {
	background: url('../img/crnr.png') no-repeat 0 0;
	content: '';
	position: absolute;
	right: -5px;
	bottom: -9px;
	display: block;
	width: 5px;
	height: 9px;
}

.invoice_contains {
	width: 263px
}
.invoice_contains div {
	display: inline-block;
    border: 1px solid #cecece;
    padding: 2px 9px;
    margin: 0 3px 6px;
    border-radius: 14px;
	color: #666;
}
.state_red {
	margin-left: 5px;
	color: rgba(255, 0, 0, 0.66);
}
.state_green {
	margin-left: 5px;
	color: rgba(56, 210, 0, 0.61);
}