The following code in css/default.css causes to hide the second bar for rank: ``` 866 rnk[title~=Entity] { 867 display: none !important; 868 } ``` for what purpose it is hidden?