﻿/* Default container class for html article content item */
.mb_contentitem_container_htmlarticle
{}

.mb_Modules_HtmlArticle_ArticleImageContainer
{
    position: relative;
    left: 0;
    top: 0;
}

.mb_Modules_HtmlArticle_ArticleImageContainer_empty
{
    position: relative;
    left: 0;
    top: 0;
}

.mb_modules_HtmlArticle_TextSpanContainer
{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mb_modules_HtmlArticle_TextSpan
{
    display: table-cell;
    color: white;
}
