
body {
  padding: 40px;
  width: 80%;
  font-family: arial,verdana,sans-serif;
  font-size: 10pt;
}

.caption {
  font-size: 10px;
  color: #085194;
  font-family: arial,verdana,sans-serif;
  line-height: 130%;
}

code {
  color: green;
  line-height: 100%;
}

.code {
  color: green;
}

code.error {
  color: blue;
  line-height: 100%;
}

.examples {
  background-color: white;
  color: #006699;
  font-weight: bold;
}

.homeText {
  border: 1px solid white;
  font-weight: normal;
  font-size: 14px;
  color: #006699;
  font-family: arial,verdana,sans-serif;
}

hr {
  color: #0b5396;
  height: 1px;
  width: 20%;
}

li {
  margin-top: 10px;
}

.mandatory {
  color: #ff0000;
}

.MISRA {
  font-weight: bold;
  color: navy;
}

.notPDF {
  visibility: visible;
  color:#006699;
  font-weight: bold;
}

table
{
  font-family: arial,verdana,sans-serif;
  font-size: 10pt;
}

.test {
  color: #800080;
  font-weight: bold;
  background-color: #f0f0f0;
}
