.wsi-button {
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 4px 7px;
}

.wsi-button:hover {
	cursor: pointer;
}

.wsi-button::before {
	content: '';
	position: absolute;
	right: -2px;
	top: -2px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #eb5b26;
	border-right: 2px solid #eb5b26;
	border-top-left-radius: 3px;
	border-left: 2px solid transparent;
	border-bottom-right-radius: 3px;
	border-bottom: 2px solid transparent;
	border-top-right-radius: 2px;
}

.wsi-button::after {
	content: '';
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 11px;
	height: 11px;
	border-bottom: 2px solid #eb5b26;
	border-left: 2px solid #eb5b26;
	border-bottom-right-radius: 3px;
	border-right: 2px solid transparent;
	border-top-left-radius: 3px;
	border-top: 2px solid transparent;
	border-bottom-left-radius: 2px;
}

.wsi-alt {
	margin-left: 9px;
}

.setting>.wsi-button {
	vertical-align: top;
	margin-right: 5px;
}

.setting>.wsi-button+img {
	margin-top: 3px;
}

.attachment.wsi-image .thumbnail::before {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	z-index: 2;
	background: url(../images/wsi-icon.png) center center no-repeat #eee;
	background-size: 70% 70%;
}

.attachment-details.wsi-image .details::after {
	content: '';
	display: inline-block;
	margin-top: 5px;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	z-index: 2;
	background: url(../images/wsi-icon.png) center center no-repeat #eee;
	background-size: 70% 70%;
}

.attachment-details .wsi-button-container {
	margin: 10px 0 0;
}