a
{
    outline-width: 0px; /* firefox */
    color: #0066ff;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

blockquote p,
.quote-table p 
{
    margin: 0.5em;
}
blockquote em,
.quote-table em
{
    display: block;
    text-align: left;

    font-family: Georgia, sans-serif;
    font-size: 16px;
    font-style: italic;
}

hr
{
  color: #333333;
}

p
{
  margin: 1em 0px;
  line-height: 1.7em;
}

h4
{
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0px;
}

table td
{
  vertical-align: top;
}

ol li,
ul li
{
  margin: 0.5em 0px;
  line-height: 1.4em;
}

a.button-link
{
  background-color: #FDBE56;
  color: #424242;
  display: inline;
  border: 1px solid black;
  padding: 7px;
  text-decoration: none;
}
a.button-link:hover
{
  text-decoration: none;
  padding: 6px;
  border-width: 2px;
}

.legalese
{
  font-style: italic;
}

.tab-contents h4,
.tab-contents h3
{
  margin-bottom: 0.1em;
}

.tab-contents .explanation-dynamic+p
{
  margin-top: 0.1em;
}


































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
font-size: 13px;
font-weight: bold;
margin: 1em 0px;
}

h2 {
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
margin: 1em 0px;
margin-top: 2em;
}

.img-float-right {
float: right;
clear: right;
margin-left: 10px;
margin-bottom: 10px;
}

.button-link {

}

.bigger {
font-weight: bold;
font-size: 1.2em;
}

.inline-block {
display: list-item;
list-item-style: none;
}

.quote-table {
    margin: 1em;
    padding: 0.5em;
/*    border: 1px solid black; */

/*    display: table-cell; */
/* only useful when done as a 'blockquote'
    float: left;
    clear: right;
*/

    text-align: right;
}

.img-float-left {
float: left;
/* clear: left; */
margin-right: 8px;
margin-bottom: 8px;
}

h1 {
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #5d7101;

    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1em;
}

.todo {
border: 2px dotted red;
}

