/**
 * This software is part of the OFORK project, https://ofork.de/
 *  Modified version of the work: Copyright (C) 2010-2021 OFORK, https://ofork.de/
 *  based on the original work of:
 *  Copyright (C) 2001-2018 OTRS AG, http://otrs.com/
 *  --
 * @project OTRS (http://www.otrs.org) <http://www.otrs.org> - Agent Frontend
 * @copyright OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  Daemon start information
 */

@media screen,projection,tv,handheld {

.DaemonInfoContent .InfoParagraph {
    margin-left: 15px;
    margin-right: 15px;
}

.DaemonInfoContent .Strong {
    font-weight: bold;
}

.DaemonInfoContent ul {
    list-style-type: disc;
    margin-left: 16px;
}

.DaemonInfoContent li {
    padding-bottom: 6px;
}

.DaemonInfoContent legend {
    border-bottom: 1px solid #ccc;
    color: #333333;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}

}