.nice_style
{
    text-transform: none;
}
.nice_style ul
{
    padding-left: 20px;
    list-style: square;
}

.nice_style ul li
{
    height: auto;
}

.nice_style ol
{
    padding-left: 20px;
    list-style: decimal;
}

.nice_style ol li
{
    height: auto;
}

.nice_style article
{
    display: inline-block;
}

.nice_style article.flex-video
{
    display: block !important;
    
    
}
.nice_style hr
{
    border: 1px outset;
    
    
}