.header_image
{
    display: block;
}

.version_history_list
{
    position: relative;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 95%;
    z-index: 999;
}

@media screen and (min-width: 760px)
{
    .version_history_list
    {
        margin-top: -200px;
    }

    .header_back
    {
        min-height: 530px;
    }

}

@media screen and (min-width: 1148px)
{
    .version_history_list
    {
        width: 1140px;
        margin-top: -200px;
    }
}

.version_history_item
{
    position: relative;
    padding: 20px 15px 20px;
    color: #707070;
    border-bottom: 1px solid #B2B4B7
}

@media screen and (min-width: 700px)
{
    .version_history_item
    {
        padding: 70px;
    }
}

.version_history_item_date,
.version_history_item_type,
.version_history_item_incident
{
    padding-left: inherit;
}
@media screen and (min-width: 700px)
{
    .version_history_item_date,
    .version_history_item_type,
    .version_history_item_incident
    {
        padding-left: 130px;
    }
}
.version_history_item_date
{
    margin-bottom: 20px;
}

.version_history_item_type
{
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 8px;
}

.version_history_item_incident
{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#more_versions
{
    display: block;
    text-align: center;
    padding: 10px 20px;
}

.version_history_item_image
{
    width: 100px;
    height: 100px;
    position: absolute;
    display: none;
}
@media screen and (min-width: 700px)
{
    .version_history_item_image
    {
        display: block;
    }
}

.version_history_item_image.ctxdbext
{
    background-image: url(/products/extensions/images/ico_extensions_100.png);
}
.version_history_item_image.ctxscript
{
    background-image: url(/products/scripting/images/ico_scripting_100.png);
}
.version_history_item_image.dbdesign
{
    background-image: url(/products/designer/images/ico_designer_100.png);
}
.version_history_item_image.dbisamnet
{
    background-image: url(/products/dbisamnet/images/ico_dbisamnet_100.png);
}
.version_history_item_image.remassist
{
    background-image: url(/products/assistant/images/ico_assistant_100.png);
}

