<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-image: linear-gradient(to bottom right, darkorange, brown);
    font-family: "Helevitica", "Arial";
}

a{
    text-decoration:none;
    color: mediumslateblue;
}

div.topdiv{
    margin: 3vw;
}

header{
    border: 2px solid black;
    border-radius: 3px;
}

div.intro_headline{
    text-align:center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(200,20,20,0.4);
    height:60px;
}

img.intro_headline{
    float:left;
    height: 58px;
}

span.intro_headline{
    position: relative;
    left: -5%;
    top: 20%;
    vertical-align: middle;
    text-align: center;
}

div.intro{
    padding:20px;
}

div.sspacer{
    height: 20px;
}

div.spacer{
    height: 30px;
}

div.section{
    border: 2px solid black;
    border-radius: 3px;
}

div.headline{
    text-align:center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}

div.sheadline{
    background-color: rgba(200,20,20,0.4);
    border-bottom: 1px solid black;
    padding:2px;
}


div.sinstructions{
    font-size: 14px;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

table.demolinks{
    border:none;
    width:95%;
}

td.demolinks{
    overflow-wrap: anywhere;
    word-break: break-all;
}

div.acme_cust{
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://dynaimage.cdn.cnn.com/cnn/c_fill,g_auto,w_1200,h_675,ar_16:9/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F191008155125-frontier-beer-1.jpg");
}

div.acme_headline{
    color: white;
    padding:10px;
    text-align: center;
    margin: 0px 20px 20px 20px;
    vertical-align: middle;
    border-radius: 40px;
    text-shadow: 2px 2px black;
}

span.welcome{
    font-size: 14px;
}

span.abc{
    font-weight: bolder;
    font-size: 36px;
    font-style: italic;
    line-height: 1.0;
}

span.heralded{
    font-size: 14px;
    font-style: italic;
}

div.subscribe{
    padding: 2px 4px 20px 4px;
    display:inline-block;
    max-width: 440px;
    color: white;
    font-size: 18px;
    text-shadow: 2px 2px black;

}

button.btn-beer{
    background-image: linear-gradient(to right, sandybrown, saddlebrown);
    color: darkred;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    text-shadow: 4px 4px 12px #333333;
    height: 160px;

}

.sbutton{
    padding:2px;
}

.btn-subscribe{
    color:white;
    background-image: linear-gradient(to left, brown, red);
    text-shadow: 4px 4px 12px #333333;
}

div.left{
    text-align: left;
    width: 100%;
}

span.click{
    color: lightgrey;
}

div.marketer, div.geofence{
}

.vthead{
    padding-top: 5px;
    display:block;
    text-align: center;
    background-color: #EEEEEE;
    opacity: 0.7;
}

.vtable{
    width:100%;
    display:table;
    background-color: #EEEEEE;
    opacity: 0.7;
}

.vrow {
    display:table-row;
    width:100%;
}

.vcol {
    display: table-cell;
    padding: 4px 10px 20px 2px;
    vertical-align: middle;
    text-align: left;
}

.vlabel{
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    width: 10px;
    padding-left:10px;
}

input{
    width:100%;
}

div.send{
    padding:10px;
    text-align: center;
}

button.btn-send{
    color: white;
    background-color: darkgreen;
}

div.geodemo{
    padding:10px;
    text-align: right;
}

div.car{
    position:absolute;
    z-index:10;
    cursor:pointer;
    touch-action: none;
}

img.brewery{
    height:200px;
}

div.startdemo {
    text-align: center;
}

div.demoinfo{
    padding: 20px;
    text-align: left;
}

div.sub-btn{
    display: inline-block;
    white-space: pre;
}

.vwww {
    background: rgba(255, 255, 255, 0.3);
    background-image: url(images/vybit_bg_logo_white.png);
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.theend{
    text-align: center !important;
}</pre></body></html>