#progress
{
  position: relative;
  margin: 0 auto;
  width: 48em;
  height: 30em;
}

#progress h2
{
  font-size: 1.6em;
  padding-top: 1em;;
}

#progress .progress
{
  border-radius: 50%;
  width: 300px;
  height: 300px;
/*  padding: 10px;*/
  margin: 10px;
  position: absolute;
  z-index: 100;
}

#progress .circle
{
  background-color: white;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  border-radius: 50% 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 1.2em;
  text-shadow: none;
  line-height: 1em;
}

#progress .circle,
#progress .circle a
{
  color: black;
  text-decoration: none;
  border: 0;
}

#progress .label
{
  text-align: center;
  margin-top: 30%;
  font-family: helvetica;
/*  font-weight: bold;*/
}

#progress .label .percentage
{
  font-size: 1.5em;
  color: #305F58;
}

#XSLT2-progress
{
  left: 100px;
  top: 100px;
}

#XSLT2-progress img
{
  left: 100px;
}

#frameless-progress
{
  font-size: 1.5em;
}

#frameless-progress .percentage
{
    font-size: 1em;
}

#XSLT1-progress
{
/*  position: absolute;*/
  top: 16em; left: 8em;
}

#XSLT2-progress
{
/*  position: absolute;*/
  left: 0em; top: 7em;
}

#frameless-progress
{
/*  position: absolute;*/
  left: 10em; top: 0em;
}