@charset "UTF-8";
/**
 *
 * @author Marcel Pommer <marcel.pommer@flane.de>
 *
 * @package Flaneweb
 *
 * @copyright Copyright (c) 2007-2020 Fast Lane Institute for Knowledge Transfer
 * @since 2007
 */

@media all {

    .certvendor_category ul {
        list-style-type: disc;
        margin-left: 14px;
        margin-bottom: 1em;
    }

    .certvendor_category h2 {
        font-size: 10pt !important;
    }

    .fl-cert-info-sect-intro {
        clear: both;
    }

    .fl-cert-info p,
    .fl-cert-info ul,
    .fl-cert-info ol {
        hyphens: auto;
    }

    .fl-cert-info ul,
    .fl-cert-info ol {
        margin-left: 14px;
        margin-bottom: 1em;
    }

    .fl-view-cert ul {
        list-style-type: disc;
    }

    .fl-view-cert ol {
        list-style-type: decimal;
    }

    .fl-view-cert li ul,
    .fl-view-cert li ol {
        margin-bottom: 0;
    }

    .fl-view-cert h2 {
        font-size: 12pt;
        font-weight: bold;
        margin-bottom: 1em;
    }

    .fl-cert-xref ul {
        margin-left: 5px;
    }

    .fl-cert-xref {
        font-size: 8pt;
    }

}
