  <style type="text/css" media="screen">
  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
	  color: black;
    font-family: Arial, sans-serif;
    font-size: 12pt;
	  align: left;
    text-align: left;
    caret-color: transparent; /* villogó kurzor eltűntetése */
  }

  video { cursor: pointer; }

  .pictures {
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 10px;
    margin-left: -80px;
  }

  #RockCity{
    /*display: none;*/
    opacity: 1;
    cursor: pointer;
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  border: none;
	  outline: none; /* Remove outline */
  }
</style>
