.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 .upper-house i{}
.htable-wrapper .withdrawn 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:#F7931D;}
.htable i.king,
.htable-wrapper .legend ul li.king i{color:#EF4036;}
.htable i.upper-house,
.htable-wrapper .legend ul li.upper-house i{color:#1B75BB;}
.htable i.withdrawn,
.htable-wrapper .legend ul li.withdrawn 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;}
.upper-house i.upper-house{opacity:1;}
.withdrawn i.withdrawn{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;}
}