
  .hidden {
    display: none;
  }

  .user-actions {
    margin: 10px 30px 200px;
    width: 100%;
  }

  .user-actions p {
    border: 1px solid #999999;
    padding: 10px;
	font-weight:700;
  }

  .user-actions p.bug a {
    color: red;
	font-size:14px;
	font-weight:700;
	cursor:auto;}
  }

  .user-actions p.reference a {
    color: green;
	font-size:12px;
	font-weight:700;
  }


  .user-actions a {
    text-decoration: none;
    border-bottom: 1px dashed;
	font-size:12px;
	font-weight:700;
  }

  /* Pop-up message and fading background */
  #opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background-color: #FFFFFF;
     position: fixed;
     left:0;
     top:0;
     /*width:300px;*/
     min-width: 300px;
     z-index: 11;
  }

  #popup h3 {
    margin-bottom: 0px;
  }

  #popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  #popup p {
    
    font-size: 12px;
    color: #444444;
  }

  #popup .close-btn {
    margin: 0px;
  }

  div.bug {
    border: 5px solid #54af12;
    padding:10px;
	width:900px;
	margin:auto;
	font-size:12px;
	color:#333;
	font-family:Tahoma;
	line-height:normal;
  }
.bug img {width:150px; height:150px; border:0;border:1px #CCC solid;}

.foto img {border:1px #CCC solid; padding:4px; width:150px; height:150px;}
.foto img:hover {border:1px #CCC solid; padding:4px; width:150px; height:150px; background-color:#eee;}
div.reference {
    border: 5px solid #6ebd6e;
    padding:10px;
  }
