
.pgLogo
{
  text-transform: none;
  font-family: sans-serif;
}

.pgLogo .p
{
  color: yellow;
  text-shadow: -2px -2px 0 blue, 
    2px -2px 0 blue,
    -2px 2px 0 blue,
    2px 2px 0 blue;
}

.pgLogo .g
{
  color: #000099;
  text-shadow: -1px -1px 0 silver, 
    1px -1px 0 silver,
    -1px 1px 0 silver,
    1px 1px 0 silver;
}

.pgTag 
{
  display: inline-block;
  padding: 1px 8px;
  font-weight:bold;
  font-family: sans-serif;
  color:white;
 /* border:1px solid #999999;*/
  border-radius:20px;
}
  
.TransferMe{background-color: red;}
.GL {background-color:blue;}
.UL {background-color:yellow;}
.LC {background-color: green;}
.TradeMe {background-color: purple;}
.PowerMeUp {background-color: black; }

.pgTags
{
  clear:both;
}
.pgTags details 
{
  float:left;
}
.pgTags details[open]
{
  clear:both;
}

.catchcards figure
{ 
  float:left;
  display: block;
}

.catchcards figure img
{ width: 80px;}
  