/* Ce CSS est utilisé par la partie utilisateur du composant.  */

.debugTitle
{
   background-color: red; 
   color : white; 
   font-size: 16px; 
   font-style: bold; 
   text-transform: uppercase;
}

.debugInfo
{
   background-color: #8B8B8B;
   color : white; 
   font-size: 12px; 
   font-style: bold; 
}


/* This is the div containing the entire panel. */
div.DebugPanel-panel {

  padding     : 5px;
  margin-left : 20px;
  margin-right: 20px;

  font-family : verdana;
  font-size   : 8pt;
  color       : yellow;
  font-style  : italic;

  border      : 2px solid #ddd;
  border-color: #white #000 #000 #white;
  background  : red;

  position: absolute;
  left    :0;
  top     :0;

}

.addmyname {
   background: #d00bf1 10px 50% no-repeat;
   font-size: 8pt;
   align    : center;
}

.googlemap {
   background: #f0f0f0 10px 50% no-repeat;
   font-size: 8pt;
   align    : center;
}

a.noborder {
  border :0px;
  text-decoration: none;
  background-color:red;
}
