ul.thread_tools,ul.thread_tools li{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 0;
	padding-bottom: 4px;
	margin-bottom: 3px; 
	font-size: 11px;
}

ul.thread_tools li.printable:before {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute; 
    z-index: 1;
    margin-left: -20px;
}

ul.thread_tools li.printable:after{
    font-family: FontAwesome;
    font-size: 14px;
    color: #696969;
    content: "\f02f";
	float: left;
	position: relative; 
    z-index: 0; 
	padding-right: 5px;
}

ul.thread_tools li.sendthread:before {
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute; 
    z-index: 1;
    margin-left: -20px;
}

ul.thread_tools li.sendthread:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #696969;
    content: "\f0e0";
	position: relative;
    z-index: 0;
	float: left;
	padding-right: 5px;
}

ul.thread_tools li.subscription_add:before {
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute; 
    z-index: 1;
    margin-left: -20px;
}

ul.thread_tools li.subscription_add:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #696969;
    content: "\f067";
	position: relative;
    z-index: 0;
	float: left;
	padding-right: 5px;
}

ul.thread_tools li.subscription_remove:before {
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute; 
    z-index: 1;
    margin-left: -20px;
}

ul.thread_tools li.subscription_remove:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #696969;
    content: "\f068";
	position: relative;
    z-index: 0;
	float: left;
	padding-right: 5px;
}

ul.thread_tools li.poll:before {
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute; 
    z-index: 1;
    margin-left: -20px;
}

ul.thread_tools li.poll:after {
    font-family: FontAwesome;
    font-size: 14px;
    color: #696969;
    content: "\f080";
	position: relative;
    z-index: 0;
	float: left;
	padding-right: 5px;
}

.showthread_spinner {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
	width: 100%;
}		
		
		
		
		
		
		