div.row#content a { color: #007DBA; text-decoration: none; }
div.row#content a:hover { text-decoration: underline; }
div.row#content ul, div.row ol { display: list-item; padding-left: 40px; }
div.row#content ul li { display: list-item; list-style-type: disc; }
div.row#content ol li { display: list-item; list-style-type: decimal; }
div.row#content table, table.lightTable { border-collapse: separate; border-spacing: 1px; background-color: #999999; margin: 10px 0; }
div.row#content table td, .freestyle .left-content table th, table.lightTable th, table.lightTable td { color: #111111; padding: 10px !important; }
div.row#content table th, table.lightTable th { background-color: #e7e7e7; font-weight: bold; }
div.row#content table tr.style1 td, table.lightTable tr.style1 td { background-color: #FFF; }
div.row#content table tr.style2 td, table.lightTable tr.style2 td { background-color: #f3f3f3; }
@media only screen and (max-width:768px) {
  div.row#content h1 {font-size: 2.50em;;}
}