<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  padding-bottom: 70px; 
}

.corner-ribbon{
  z-index: 9999;
  width: 800px;
  background: yellow;
  border: 1px solid black;
  position: absolute;
  top: 45px;
  left: -100px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  letter-spacing: 2px;
  color: #000000;
}
.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 15 15 20px black;
}

.corner-ribbon.top-left{
  top: 80px;
  left: -280px;
  box-shadow: 30 30 20px black;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.bulletul{
  list-style: none;
  list-style-type: circle !important;
  padding-left: 1em;
}

.bulletli{
  float: left;
  margin: 10px;
  margin-right: 30px;
  font-weight: bold;
  color: rgb(98, 255, 98);
  font-size: 1.1em;
}


.purchaseitemrow {
  border: 2px solid #888888;
  border-radius: 10px;
  margin-bottom: 4px;
}

.purchaseitemdescr {
    margin-top: 20px;
    font-size: 1.6em
}

.paymentimage {
    width: 160px;
}

@media only screen and (max-width: 600px) {
    .paymentimage {
        width: 80px;
    }
    .purchaseitemdescr {
        margin-top: 10px;
        font-size: 1.1em
    }
    .price {
        font-size: 1.2em
    }

}

.adif_confirmed {
  color: green;
}

.xversion5_245 {
  display:none;
  background-color:lightsteelblue;
}

</pre></body></html>