﻿.pdi-modal {
}

.pdi-modal .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.pdi-modal .message {
    margin-bottom: 10px;
}

.pdi-modal .message * {
    font-size: 12px;
}

.pdi-modal .message > p {
    margin-bottom: 8px;
}

.pdi-modal .emphasis {
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}

.pdi-modal .buttons-panel {
    margin-top: 10px;
}

.pdi-modal .buttons-panel .pull-left {
    float: left;
}

.pdi-modal .buttons-panel .pull-right {
    float: right;
}

.pdi-modal .buttons-panel > input:first-child {
    margin-left: 0px !important;
}

.pdi-modal ul {
    margin-top: 10px;
    padding: 0;
}

.pdi-modal li {
    list-style-type: disc;
    margin-left: 30px;
}