/* *******************************
   COMSEC.css
   ******************************* */

div.comsec {
   display:block;
   margin: 15px;
   padding: 15px;
   border: 20px solid pink;
   border-image: repeating-linear-gradient(
       -55deg,
       #000000,
       #FF0000 15px,
       #FF0000 15px,
       #000000 30px
     ) 20;
   break-inside: avoid;
   clear: both;
}

.comsec-text {
   color: #000000;
   font-size: 1.25em;
   font-weight: bolder;
}

.comsec-text::before {
   content:"COMSEC Warning: Program and Company Key Management Plan must be followed throughout this procedure. Failure to comply may result in civil and/or criminal penalties. Check and maintain all logs for key use during this procedure.";
}

.comsec img {
   float: left;
   height: 75px;
   content:url("COMSEC.png");
   padding: 0px 10px 0px 0px;
}

div.comsec::after {
    content: "";
    display: block;
    clear: both;
}