body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:1em;
  padding:0;
  /* background-color:#990000; */
  background-color:#c0c0c0;
}
H1   {
  margin-top: 40px;
  position:relative;
  /* margin: auto; */
  font-size: 3em;
  color: #000060;
  text-align: center;
}
H2   {
  font-size: 1.2em;
  color: #000060;
  text-align: left;
  margin-left:1%;
}
H3   {
  font-family: arial;
  font-size: 1em;
  color: #000060;
  text-align: left;
  margin-left:2%;
}
p, table {
  margin-left: 3%;
}
LI {
  margin-bottom: 1%;
}
#leftside {
  position:absolute;
  margin-left: 1%;
  width: 155px;
  margin-bottom: 2%;
  margin-top: 140px;
  color: #000060;
}
.menu_link {
  color: #000060;
}

#globalshell{
  position: absolute;
  top:0;
  left:0;
  right:0;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#header {
  position: absolute;
  height:120px;
  width: 100%;
  min-width: 945px;
  margin: auto;
}
#logo{
  position: absolute;
  top:0;
  left:0;
  width:120px;
  height:120px;
  margin: 10px 10px;
  cursor:pointer;
  background:url(./images/simplest-manual-counter_large_logo.png) no-repeat;
  background-size:120px 120px;
}
#main {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0px;
  right: 185px;
  left: 185px;
  top: 140px;
  padding: 10px;
  min-width: 730px;
  background-color: #E5E5E5;
  border-color: #989696;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: 0 0 3px 2px #D7D7D7;
  /*border-radius: 10px 10px 10px 10px;*/

}
#languages {
  position: absolute;
  top: 8px;
  right: 30px;
}
.footer {
  font-size: 0.8em;
}
.float-right {
  float:right;
}
.center {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 15pt;
}
#badge_scfg {
  margin-left: 42.5%;
  min-width: 15%; max-width:125px;
}
.step {
  font-weight: bold;
}
.level_message_error {
  font-weight: bold;
  color: red;
}
.italic {
  font-style: italic;
}
.group_steps {
  color: #000040;
  font-weight: bold;
}