/*article * {
  line-height: 100%;
}*/
#law-content {
  overflow-x: hidden;
}

#law-content table {
  width: 100%;
  overflow-x: auto;
  display: block;
}

article {
    font-size: 15px;
    font-family: Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 70px;
    text-align: justify;
}

article:focus {
  border: 0;
  outline: medium none;
}

article a{
  color: #428BCA;
  text-decoration: none;
}
 
article a:hover{
  color: #2A6496;
  text-decoration: underline;
}

article h1 { font-size: 20px; margin: 20px; margin-left: 200px; text-transform: none}

article h2 { font-family: "Arial"; font-size: 20px; margin: 0; margin-bottom: 10px; font-weight: normal; color: #333; text-align: center;}

article .badge{
  font-size: 12px;
  position: relative;
  top: -1px;
}

article .badge-important{
  background-color: #b94a48 !important;
  color: #fff;
}

article a.link_law{
  color: #b94a48;
  text-decoration: underline;
}

article a.link_law:hover, article a.link_law:focus {
  color: #cb3747;
}

article b > strong .anchor_target{
  color: #0000FF !important;
}
article .anchor_target, article .anchor_target:hover {
    color: inherit;
    text-decoration: none !important;
}

article s .badge {
    text-decoration: line-through;
}
article s, s pre, article s pre{
  text-decoration: line-through;
}
article .destaque_y {
    background-color: #FFF !important;
}

pre {
    font-family: 'Lucida Console', 'Courier New', 'Courier', monospace;
    font-size: 11px;
    color: black;
    white-space: pre;
    display: block;
    unicode-bidi: embed;
    overflow: auto;
    word-wrap: normal;
}
pre br {
  line-height: 15px;
}

article .icon-yellow { color:yellow; }

article b s, b pre, article b pre{
  color: #0000FF;
}
article .v > s, article .v > pre{
  color: #008000;
}
article b{
  color: #0000FF;
  font-size: inherit;
  font-weight: normal;
}
article .v{
  color: green;
  font-size: inherit;
  font-weight: normal;
}
article s{
  font-size: inherit;
  font-weight: normal;
}

article sup{
  letter-spacing: 2px;
}

article .negrito b {
	font-weight: bold;
}

th {
  font-weight: bold;
}

td, th {
  padding: 5px 8px;
  border: 1px solid black;
}

tr:first-of-type {
  font-weight: bold;
  text-align: center;
}

.borderless td {
  border: 0px solid #FFF;
  padding: 0 5px 0 5px;
  text-align: left;
 }