.tool-multiwrapbox {
    position: relative;
    overflow: hidden;
}

.tool-multiwrapbox .multi-text {
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
}

.tool-multiwrapbox .multi-text .alert-icon {
	position: absolute;
}

.tool-multiwrapbox .multi-text .content-alert {
	text-indent: 40px;
	margin-bottom: 30px;
}

.tool-multiwrapbox .multi-text .content-alert a {
	font-size: 14px;
	color: #888;
	text-decoration: underline;
}

.tool-multiwrapbox .multi-text .content-alert p {
	color: #888;
}

.tool-multiwrapbox::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}

.tool-multiwrapbox .multi-text_after {
    float: right;
    text-align: right;
    
    width: 4em;
    margin-left: -4em;
    
    position: absolute;
    left: 100%;
    padding-right: 5px;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#e9e7ee), color-stop(50%, #e9e7ee));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #e9e7ee 50%, #e9e7ee);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #e9e7ee 50%, #e9e7ee);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #e9e7ee 50%, #e9e7ee);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e9e7ee 50%, #e9e7ee);
}

.tool-multiwrapbox .op-btn {
    color: #888;
    cursor: pointer;
	margin-left: 10px;
}

.tool-multiwrapbox .op-btn.op-collapse {
    display: inline-block;
    margin: 0 0 0 15px;
	position: absolute;
	right: 5px;
	bottom: 0;
}

.tool-multiwrapbox.reset-style {
    height: auto !important;
}

.tool-multiwrapbox .multi-text_after.reset-style {
    top: auto !important;
    bottom: 0 !important;
}

.tool-multiwrapbox.reset-style .multi-text {
    word-break: break-word;
}

.card-alert-no-login .alert-icon {
	position: absolute;
}

.card-alert-no-login .content-alert {
	text-indent: 40px;
	margin-bottom: 30px;
}

.card-alert-no-login .content-alert a {
	font-size: 14px;
	color: #888;
	text-decoration: underline;
}

.card-alert-archive .multi-text .content-alert {
	text-indent: 0;
	font-size: 16px;
	color: #333;
}

.card-alert-archive .multi-text .content-alert p, .card-alert-archive .content-alert p, .card-alert-archive .multi-text .content-alert a, .card-alert-archive .content-alert a {
	font-size: 16px;
	color: #333;
}

.card-alert-archive .multi-text_after {
	width: 10em;
    margin-left: -10em;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff), color-stop(50%, #fff));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
}

.user-guess .card-alert-archive .multi-text_after {
	width: 20em;
    margin-left: -20em; 
}

.card-alert-archive .multi-text_after .fa-lock {
	display: none;
}

.card-alert-archive .op-btn {
	color: #28285b;
	font-size: 16px;
}

.user-guess .card-alert-archive .multi-text_after .op-btn .fa {
	margin-left: 5px;
}