.prevent-xss {
    margin: 15px 0 15px 0;
}
.prevent-xss caption {
    border-left: solid 4px #00a0d2;
    margin: 0 0 5px 0;
    padding: 3px 0 3px 7px;
    text-align: left;
}
.prevent-xss td {
    padding-left: 50px;
    vertical-align: middle;
}
.prevent-xss td label {
    display: block;
    margin: 0 10px 0 0;
}
.prevent-xss small {
    margin: 0 0 0 5px;
}
.prevent-xss input[type="checkbox"] {
    margin: 0 5px 0 0;
}
.prevent-xss.reflected-xss textarea {
    display: block;
    margin: 0 10px 0 0;
}
.enable {
    padding-top: 20px;
}
.prevent-xss td .reflected-xss-items{
    padding-left: 25px;
}
ol.reflected-xss-items {
    display: flex;
    flex-wrap: wrap;
}
ol.reflected-xss-items li {
    width: 25%;
	margin-right: 75px;
}
table.important {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
}
td.icon {
    border-right: 1px solid #dddddd;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    font-size: 6.5px!important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.fa:before {
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    cursor: default;
}
td.icon:before, .fa:before {
    text-shadow: none!important;
}
.icon-important:before {
    content: "Important";
    color: #bf0000;
    text-shadow: none;
}