﻿/* Styles specific to the Contents page */

.col-wxl 
{
    width: 85%;
}

.col-wxs 
{
    width: 15%;
    text-align: left;
}



/* Add bottom border to accordion lists */
.more-less-List div.more-less:last-of-type 
{
    border-bottom: 1px solid;
    border-bottom-color: #E0DED9;
}

body:not(#tinymce) div.more-less 
{
    margin-right: 5%;
}



/* Mobiles only */
@media screen and (max-width: 767px) 
{
    .card-body ul 
    {
        margin: 0;
    }
}


/* Tablets */
@media screen and (min-width: 768px) 
{
    .col-wxl 
    {
        width: 92%;
    }

    .col-wxs 
    {
        width: 8%;
        text-align: left;
    }
}



/* Desktops */
@media screen and (min-width: 992px) 
{
    .col-wxl 
    {
        width: 94%;
    }

    .col-wxs 
    {
        width: 6%;
        text-align: center;
    }
}
