.hidden-content {
   border: 1px #2e2d2d solid;
   border-radius: 6px;
   padding: 0 6px;
   color: #a9a5a5;
   background-image: linear-gradient(to bottom, #255262 0px, #1e3644 100%);
   background-repeat: repeat-x;
   box-shadow: 6px 3px 10px rgb(0 0 0 / 65%), 0 0 0 1px rgb(0    0 0 / 35%) inset;
}
.hidden-content-title {
   border-bottom: 1px solid #242424;
   padding-bottom: 3px;
   margin: 0 0 10px 0;
}
.hidden-content-title::before {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   text-rendering: auto;
   margin-right: 5px;
   float: left;
   content: "\f023"
}

/*
.hidden-content {
   background-image: linear-gradient(to bottom, #255262 0px, #1e3644 100%);
   background-repeat: repeat-x;
   box-shadow: 0px 2px 4px rgb(28, 69, 74);
   box-sizing: border-box;
   font-family: Tahoma;
   width: 100%;
   margin: auto auto;
   padding: 10px;
   border-radius: 3px;
   border-left: 3px solid #1c4d4f;
   color: #f0f0f0
}
.hidden-content::before {
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   text-rendering: auto;
   margin-right: 5px;
   float: left;
   content: "\f023"
}
.hidden-content-title {
   font-size: 13px;
   font-weight: bold
}
.hidden-content-body {
   font-size: 11px;
   font-weight: bold
}
*/