ul.releases_notes
{
    margin: 20px 0;
    padding: 0 20px;
}

li.releases_notes
{
    list-style: none;
    display: block;
    margin: 10px 0 30px 0;
    overflow: hidden;
}

li.releases_notes div.attribute_name
{
    float: left;
    margin-bottom: 3px;
    width: auto;
    height: auto;

    font-size: 14px;
    color: black;
    font-weight: bold;
}

li.releases_notes div.attribute_date
{
    float: right;
}

li.releases_notes div.attribute_text
{
    clear: both;
    padding-top: 10px;
    border-top: 1px solid gray;
}



li.releases_notes div.attribute_text h4
{
    padding: 0;
    margin-top: 8px;
    margin-bottom: 7px;
}



#download
{
    margin: 50px auto 50px auto;
    width: auto;
    height: auto;
    text-align: center;
}

#download .picture_placeholder
{
    margin: 10px auto;
    width: 128px;
    height: 128px;
    border: 1px dashed silver;
}

#download #download_main a
{
    font-size: 14px;
    text-decoration: none;
    color: navy;
}

#download #download_main a:hover
{
    text-decoration: underline;
    color: red;
}

#download #additions
{
    margin-top: 3px;
}

#download #additions a
{
    font-size: 12px;
    text-decoration: none;
    color: gray;
}

#download #additions a:hover
{
    text-decoration: underline;
    color: red;
}


