<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tabbed style */
div.tabs {
  min-height: 7em;
  height: 480px;
  width: 640px;
  position: relative;
  line-height: 1.5;
  z-index: 0}
div.tabs &gt; div {
  display: inline}		/* We want the buttons all on one line */
div.tabs &gt; div &gt; a {
  text-decoration: none;
  color: black;
  background: #FFF;
  padding: 0.5em;
  vertical-align: top;
  border: 0.1em outset #BBB;
  border-bottom: 0.1em solid #CCC}
div.tabs &gt; div:not(:target) &gt; a {
  text-decoration: none;
  border-bottom: none;	
  background: #DDD}
div.tabs &gt; div:target &gt; a,
    #default2 &gt; a {	
  text-decoration: none;
  border-bottom: 0.1em solid #FFF;
  background: #FFF}	
div.tabs &gt; div &gt; div {
  background: #FFF;	
  z-index: -2;		
  left: 0; top: 1.3em;	
  bottom: 0; right: 0;
  overflow: auto;	
  padding: 0.3em;
  border: 0.1em outset #BBB}	/* 3D look */
div.tabs &gt; div:not(:target) &gt; div {
  position: absolute }
div.tabs &gt; div:target &gt; div, #default &gt; div {
  position: absolute;
  z-index: 1}			/* Raise it above the others */
div.tabs :target {
  outline: none}

#User_Review {display:none}
#User_Review:not(:target) {display:none}
#User_Review:target {display:block}</pre></body></html>