/*
Module: kag49_more_ads
Description: Adds and ad space at the More line
Submodule:Front End Styles
Plugin URI: https://software.fromthebayo.us/
Author: Kenneth A. Grimm
Author URI: http://https://man.fromthebayo.us/
From: 0.1.1.1    
License: TBD
*/

    div.kag49_more_ad {
        visibility: visible;
    }
    
    div.kag49_more_ad table {
        width: 100%;
    }
    
    div.kag49_more_ad tbody {
        width: 100%;
    }
    
    div.kag49_more_ad tr {
        width: 100%;
    }
    
    div.kag49_more_ad td {
        padding: 1px;
    }

    div.kag49_ads_after {
        margin: 10px;
    }