/* Admonition section */

/* Elements */

div.caution,
div.important,
div.note,
div.tip,
div.warning {
    margin-left: 0;
    margin-right: 25%;
    overflow: hidden;
}

td.caution,
td.important,
td.note,
td.tip,
td.warning {
    border-left: 1px;
    border-left-style: solid;
    border-color: #E0E0E0;
    width: 80%;
}

.admonitionblock td.icon {
   width:30px;
   padding-right:20px;
   padding-left:20px;
   text-transform:uppercase;
   font-weight:bold;
   color:#888;
}

td.admon_icon {
    width: 20%;
}

/* Classes */

.admon_table {
    width: 100%;
    table-layout: fixed;
}

.admonitionblock {
   margin:30px 0px;
   color:#555;
}

.admonitionblock .title {
   font-weight: normal;
   color: #000;
}

.caution_sign {
    font-size: 12pt;
    color: #ff9999;
}

.important_sign {
    font-size: 12pt;
    color: #ffcc80;
}

.note_sign {
    font-size: 12pt;
    color: #66ccff;
}

.tip_sign {
    font-size: 12pt;
    color: #53c653;
}

.warning_sign {
    font-size: 12pt;
    color: #CD0000;
}
