ul.thread_tools,
ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 24px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
	background-image: url(../../../images/showthread_sprite.png);
	background-repeat: no-repeat;
}

ul.thread_tools li.printable {
	background-position: 0 0;
}

ul.thread_tools li.sendthread {
	background-position: 0 -20px;
}

ul.thread_tools li.subscription_add {
	background-position: 0 -40px;
}

ul.thread_tools li.subscription_remove {
	background-position: 0 -60px;
}

ul.thread_tools li.poll {
	background-position: 0 -80px;
}

.showthread_spinner {
	width: 100%;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
}

.message-attachments {
  margin: .5em 0;
   display: inline-flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
}
.attachments-title {
  padding: 5px 20px 6px;
  font-size: 14px;
  color: #191919;
  display: inline-flex;
}
.attachments-title + .attachments-content {
  border-top: 1px solid #fff;
}
.attachments-content {
  position: relative;
}
.attachmentList {
  list-style: none;
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -5px;
}
.attachmentList .attachment {
  margin-right: 10px;
  min-width: 0;
  display: flex;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
}
.attachment {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 9px;
  width: auto;
}
.attachment-figure {
  vertical-align: top;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
}
.attachmentList .attachment-icon {
  flex-grow: 1;
  display: flex;
  height: auto;
  line-height: 1;
  align-items: center;
}
.attachment-icon {
  overflow: hidden;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 0;
}
.attachments-title::before, .attachments-title::after {
  content: " ";
  display: table;
}
.attachments-title::after {
  clear: both;
}
.attachmentList .attachment-icon a {
  margin: auto;
}
.attachment-icon.attachment-icon--img img {
  max-height: 44px;
  max-width: 100%;
}
.attachment-icon.attachment-icon--img a, 
.attachment-icon.attachment-icon--img img {
  display: inline-block;
  vertical-align: middle;
}
.attachment-main {
  flex: 1;
  min-width: 0;
  vertical-align: top;
  padding-left: 10px;
  position: relative;
}
.attachment-name {
  margin-top: -5px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  font-size: 13px;
}
.attachment-details {
  font-size: 11px;
  color: #8a928b;
}
.attachment-details::before, 
.attachment-details::after {
  content: " ";
  display: table;
}
.attachment-icon[data-extension="7z"] i::before, 
.attachment-icon[data-extension="gz"] i::before, 
.attachment-icon[data-extension="rar"] i::before, 
.attachment-icon[data-extension="tar"] i::before, 
.attachment-icon[data-extension="zip"] i::before,
.attachment-icon[data-extension="png"] i::before {
  display: flex;
  width: 44px;
  height: 44px;
  background-color: #86bf42;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.attachment-icon[data-extension="7z"] i::before, 
.attachment-icon[data-extension="gz"] i::before, 
.attachment-icon[data-extension="rar"] i::before, 
.attachment-icon[data-extension="tar"] i::before, 
.attachment-icon[data-extension="zip"] i::before { 
 content: "\f1c6";
}
.attachment-icon[data-extension="png"] i::before { 
 content: "\f8c4";
}

.attachment-icon i::before {
  font-family: var(--Icon-font);
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
}
		