.htable .tooltiptext{
	display: none;
}
.htable-wrapper .legend{
	background: none;
	width: 240px;
}
.htable-wrapper .legend ul{
	
}
.htable-wrapper .legend ul li{
	width: 100%;
}
.htable .htipLink i {
    font-size: 40px;
    padding: 3px;
}
.htable table {
    width: 700px;
}
.htable {
    padding: 10px;
}
.htable-wrapper .published i{

}
.htable-wrapper .review i{

}
.htable-wrapper .king i{

}
.htable-wrapper .stuck i{

}
.htable-wrapper .pulled i{

}
.htable i.published,
.htable-wrapper .legend  ul li.published i{
	color: #8CC63E;
}
.htable i.senate,
.htable-wrapper .legend  ul li.senate i{
	color: #008080;
}
.htable i.review,
.htable-wrapper .legend  ul li.review i{
	color: #1B75BB;
}
.htable i.king,
.htable-wrapper .legend  ul li.king i{
	color: #EF4036;
}
.htable i.stuck,
.htable-wrapper .legend  ul li.stuck i{
	color: #F7931D;
}
.htable i.pulled,
.htable-wrapper .legend  ul li.pulled i{
	color: #808284;
}
.htable i.awaiting-king,
.htable-wrapper .legend  ul li.awaiting-king i{
	color: #554eff;
}
.body-container .left-column .htable-wrapper .legend  ul li{
	cursor: pointer;
	direction: rtl;
    text-align: right;
}
.body-container .left-column .htable-wrapper .legend  ul li.is-checked{
	font-weight: bold;
}
.htable  i{
	cursor: pointer;
	opacity: 0.30;
}
.published i.published{
	opacity: 1;
}
.review i.review{
	opacity: 1;
}
.king i.king{
	opacity: 1;
}
.stuck i.stuck{
	opacity: 1;
}
.pulled i.pulled{
	opacity: 1;
}
.senate i.senate{
	opacity: 1;
}
.awaiting-king i.awaiting-king{
	opacity: 1;
}
@media screen and (max-width: 620px) {

	.htable,
	.htable table	{
		width: 100%;
	}
	.htable .htipLink i {
		font-size: 25px;
	}
}
