p.mobitext
  {
  text-align:center;
  }

p.mobitextfont
  {
  font-weight:bold;
  font-size:30px;
  }

a.mobiAFont
  {
  font-weight:bold;
  font-size:30px;
  }

input.inputMobi
  {
  width:100%;
  }

input.inputMobiFont
  {
  font-weight:bold;
  font-size:30px;
  }

select.selectMobi
  {
  width:100%;
  }

select.selectMobiFont
  {
  font-weight:bold;
  font-size:30px;
  }

table.tableMobiAddArticle
  {
  margin-left:auto;
  margin-right:auto;
  width:90%;
  }

table.tableKeys
  {
  margin-left:0%;
  width:80%;
  }

td.tableMobiLabel
  {
  border-style:none;
  text-align:left;
  width:20%;
  }

td.tableMobiInput
  {
  border-style:none;
  text-align:left;
  width:80%;
  }

td.tdMobiFont
  {
  font-weight:bold;
  font-size:30px;
  }

td.tdGenericButtonFont
  {
  font-weight:bold;
  font-size:30px;
  }

td.tdGenericButton, td.tdGenericButtonInv
  {
  border-style:solid;
  text-align:center;
  width:10%;
  background-color:#cccccc;
  border-radius:10px;
  border-width:2px;
  border-color:#aaaaaa;

  border-left-color:#eeeeee;
  border-top-color:#eeeeee;
  }

td.tdGenericButtonInv
  {
  border-color:#eeeeee;
  border-left-color:#aaaaaa;
  border-top-color:#aaaaaa;
  }