﻿div.Simple_Border
{
    border-top: 1px solid black;
}

div.Simple_Container
{    
    margin-bottom: 24px;
}

div.Simple_TopSection
{  
    text-align: left;
}

div.Simple_MenuSection
{
    float: left;
    width: 16px;
}

div.Simple_TitleSection
{
    float: left;
    width: auto;
}

    h1.Simple_SectionTitle
    {
        float: left;
    }
    
div.Simple_HeadingLines
{
    /*clear: both;    */
    margin-bottom: 16px;
}

div.Simple_Content
{
    /*clear: both; */
}

div.Simple_Footer
{
    /*clear: both; */
    text-align: left; 
}

