/**
 * @project     OTRS (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%;
}

}
