div.answer {
}
    div.answer p {
        padding-bottom: 0.5em;
        }
    div.answer ol {
        margin-left: 1.5em;
        }

div#questionblock {
    margin: 0 0 1.5em 1.5em;
}

/* Landowner table in resources */

table#landowners {
    padding-bottom: 1em;
    }
    
    table#landowners th{
        border-color: #fff;
        border-style: solid;
	    border-width: 0 0.5em;
	    padding: 3px 12px 3px 12px;
    }

    th.header {
        background: #fff;
        color: #141517;
        text-transform: uppercase;
        text-align: center;
    }

    table#landowners th.state {
        background: #ffff88;
        color: #141517;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-align: left;
    }

    th.orgname {	
	    border-left: 1px solid #C1DAD7;
	    text-align: left;
	    }
	
    table#landowners td{
        border-color: #fff;
        border-style: solid;
        border-width: 0 0.5em;
        text-align: center;
        padding: 0 6px;
        font-family: Verdana;   
        }
        
    table caption {
        visibility: hidden;
        }

    tr.alt {
        background: #ffffcc;
        }

/* The Terms and Conditions list */
ol#terms {
    list-style-type: upper-roman;
    list-style-position: inside;
    }
    ol#terms ol {list-style-type: lower-alpha; padding-left: 1.5em;}
    ol#terms ol ol {list-style-type: lower-roman; padding-left: 1.5em}
    
/* Landman Best Practices list*/
ol#best_practices {
    padding: 0 1em;
    list-style-position: inside;
    } 
    ol#best_practices li {
    padding-bottom: 1em;
    }
    
/* Help */
ul#help {
    padding-top: 1em;
    }
    
/* Tips on Reviewing */
ul#tips {
    list-style-type: disc;
    }

        
