<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        body {
            padding-top: 70px;
            padding-bottom: 30px;
            background-image: url("SahliTech_Background_L1.jpg");
            background-color: #cccccc;
		/* parallax scrolling effect */
			min-height: 500px;
		    background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .theme-dropdown .dropdown-menu {
            position: static;
            display: block;
            margin-bottom: 20px;
        }

        .theme-showcase &gt; p &gt; .btn {
            margin: 5px 0;
        }

        .theme-showcase .navbar .container {
            width: auto;
        }
        .logo {
            position: sticky;
            margin-top: -14px;
            float: left;
            height: 50px;
            padding: 15px 15px;
            font-size: 18px;
            line-height: 20px;
        }
		.maininfo {
			font-weight: bold;
		}
		.info {
			font-weight: bold;
			font-size: 18px;
		}
		#xZFfXPmsuHDM {
            display: none;
            margin-bottom: 30px;
            padding: 20px 10px;
            background: #D30000;
            text-align: center;
            font-weight: bold;
            color: #fff;
            border-radius: 5px;
        }
        .adp {
            display: flex;
	        box-sizing: border-box;
	        flex-flow: column;
        	position: fixed;
	        z-index: 99999;
	        left: 50%;
	        top: 50%;
	        transform: translate(-50%, -50%);
	        width: 500px;
	        height: 400px;
	        background-color: #ffffff;
	        padding: 20px;
	        border-radius: 5px;
        }
        .adp h3 {
	        border-bottom: 1px solid #eee;
        	margin: 0;
	        padding: 15px 0;
        }
        .adp p {
	        flex-grow: 1;
        }
        .adp a {
	        display: block;
	        text-decoration: none;
	        width: 100%;
	        background-color: #366ed8;
	        text-align: center;
	        padding: 10px;
	        box-sizing: border-box;
	        color: #ffffff;
	        border-radius: 5px;
        }
        .adp a:hover {
	        background-color: #3368cc;
        }
        .adp-underlay {
	        background-color: rgba(0, 0, 0, 0.5);
	        position: fixed;
	        width: 100%;
	        height: 100%;
	        top: 0;
	        left: 0;
	        z-index: 99998;
        }
</pre></body></html>