﻿
/*styles for the /docs section of the site*/

    .article
    {
        line-height:1.8em;
    }


    

    .article blockquote {
        margin-top:10px;
        margin-bottom:10px;
        margin-left:10px;
    }


    .article blockquote p
    {
        font-weight:normal;
        line-height:1.8em;
        font-size:100%;
    }

    .article p
    {
        margin-bottom:20px;
    }

    .article .image-wrapper
    {
        max-width:30%;
        margin-left:10px;
        margin-bottom:10px;
        float:right;
        clear:both;
        text-align:center;
        color:gray;
    }

    .article .image-wrapper img
    {
        xbox-shadow:2px 2px 8px #bbb;
        max-width:100%;
    }

    /*highcharts stuff*/
    div.data-chart
    {
	    min-width: 300px;
	    max-width: 800px;
	    height: 400px;
	    margin: 0 auto
    }

    table.data-table td, table.data-table th
    {
        padding:8px;
        padding-right:16px;
    }

    table.data-table thead tr th
    {
        border-bottom:2px solid black;
    }

    table.data-table tbody tr td
    {
        border-bottom:1px dotted #ddd;
    }

    table.data-table thead
    {
        font-weight:bold;
    }
