div.parentDisable
{
    background-color: black;
    color: #AAAAAA;
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    overflow:scroll;
 
}
popup
{
width:300;
height:200;
position:absolute;
top:200px;
left:300px;
color: #000;
background-color: #fff;
}
.spanStyle{
    display: inline-block;
}
  .weak {
  background: #a03;
   width: 35px;
  }
  .fair {
  background: #fc3;
   width: 55px;
  }
  .good {
  background: #76c261;
   width: 100px;
  }
  .errorDiv{
     height: 10px;
    overflow: hidden;
    background-color: lightgray;
    width: 100px;
  }
.wpthemeAccess{
display : none;
}