.beauty-secure-container
{
    width: 100%;
    max-height: 900px;
    overflow-y: auto;
    border: 1px solid #dddddd;
    font-size: 0.8em;
}

.beauty-secure-container table
{
    width: 100%;
    border-collapse: collapse;
}

.beauty-secure-container thead tr
{
    background-color: #e0f7fa;
    position: sticky;
    top: 0;
    z-index: 1;
}

.beauty-secure-container thead th
{
    padding: 10px;
    text-align: left;
    border: 1px solid #dddddd;
    font-size: 1.5em;
}

.beauty-secure-container tbody td
{
    background-color: #fff;
    vertical-align: top;
    padding: 0px 5px 0px 5px;
}

.beauty-secure-container tbody td.ContentNotAvailable
{
    background-color: #f7dee2;
}

.beauty-secure-container tbody td.contentClosed
{
    background-color: #949494;
}

.beauty-secure-container tbody td.ContentIntroduction
{
    background-color: #6e9ad4;
}

.beauty-secure-container tbody td.ContentAvailable
{
    background-color: #efe;
    padding: 0px;
    margin: 0px;
}
  
.beauty-secure-container tbody td.hlo:hover
{
      background-color: #eee;
}

.beauty-secure-container span.hl:hover
{
      background-color: #1babcf !important;
      cursor: pointer;
}

.beauty-secure-container tbody td
{
    padding: 5px 5px 0px 5px;
    border: 1px solid #dddddd;
}

.beauty-secure-container tr th:nth-child(1),
.beauty-secure-container tr td:nth-child(1)
{
    width: 9%;
}

.beauty-secure-container tr th:nth-child(n+2),
.beauty-secure-container tr td:nth-child(n+2)
{
    width: 13%;
}

.SmallEventDate
{
    font-size: 0.8em;
    text-align: right;
    display: block;
}

.ContentDescription
{
    padding: 5px 0px 5px 0px;
    display: block;
    width: 100%;
    font-size: 1.5em;
    border-bottom: 1px dotted #aaa;
    color: #222;
}

.hiddenIntro
{
    display: none;
}

.BeautySecurePreview
{
    font-size: 1em;
    position: absolute;
    background: #f9f9f9;
    border: 2px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 30%;
    border-bottom: 1px dotted #aaa;
}

