body 
{
  background-color: #0d0d0f; 
  color: #d3d7cf;
  margin:50px 0px; 
  padding:0px;  
  font-family: arial;
}

table 
{
  margin-bottom: 20px;
}

th 
{
  text-align: left;
}

th#section
{
  padding-top: 20px;
  text-align: left;
  border-bottom: 1px #d3d7cf solid;
}

div#card 
{
  background-color: #2e3436;
  margin: auto;
  width:500px;
  padding: 10px;
  border: 2px #88b500 solid;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div#card img
{
  float: left; 
  margin: 20px;
}

a
{
  color: #88b500;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:hover
{
  color: #0d0d0f;
  background-color: #88b500;
  border-bottom: none;
}

div#card #lang
{
  padding-top: 30px;
}

div#card #lang img
{
  float: none; 
  margin: 0;
  margin-bottom: -2px;
  border: 0;
}

img.face
{
    border: 2px solid white;
    border-radius: 50%;
}
