I've been trying to remove a div based on its class value, but I fail to succeed. You might say that I can use the ID instead, but this element doesn't have any ID.
<body class="home_page">
<div id="visas">
<div class="ikur"> <!-- I want to remove this div -->
...
</div>
</div>
</body>