<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.b-master-book--authors__item {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 38px auto 26px;
	align-items: center;
	grid-gap: 0;
	position: relative;
	color: #7c8496;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #e5e9ed solid 1px;
}

.b-master-book--authors__item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.b-master-book--authors__item-info {
	padding-left: 10px;
	max-width: 180px;
	line-height: 14px;
	min-width: 0;
}

.b-master-book--authors__item-action{
	min-width: 0;
}

.b-master-book--authors__item .b-user_display-name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 92%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}

.b-master-book--authors__item-type{
	font-size: 12px;
	margin-bottom: 3px;
}

.b-master-book--authors__sendmsg{
	background: url(images/ico-msg.svg) 0px 0px no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: -100em;
	display: block;
	opacity: .5;
	transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
}

.b-master-book--authors__sendmsg:hover{
	opacity: 1;
}</pre></body></html>