/*=============================================>>>>>
= SAFETECH PREVIEW NOTICE CSS =
===============================================>>>>>*/

.safetech-preview-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    z-index: 10000;
    background: black;
}
.safetech-preview-notice p {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    text-align: center;
    color: white;
}
.safetech-preview-notice .safetech-pn-dismiss {
    position: absolute;
    right: 5px;
    top: 50%;
    padding: 4px;
    color: white;
    font-size: 12pt;
    transform: translateY(-50%);
    cursor: pointer;
}
.safetech-preview-notice a {
    color: skyblue;
    text-decoration: none;
}
.safetech-preview-notice a:hover {
    text-decoration: underline;
    color: skyblue;
}
