<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.vendis-scrollButton 
{
    width: 35px;
    height: 35px;

    position: fixed;
    color: black;

    right: 25px;

    margin: 0px;
    padding: 0px;

    background: #E0E0E0;
    outline: none;            
    opacity: .9;
    z-index: 1000;
} 

.vendis-scrollToTop 
{
    bottom: 153px;
    border-radius: 6px 6px 0px 0px;        
}

.vendis-scrollToBottom
{
    bottom: 118px;
    border-radius: 0px 0px 6px 6px;
}

a.vendis-scrollButton:hover, 
a.vendis-scrollButton:focus		
{	
    outline: none;
    opacity: 1;
}    
.vendis-scrollButton i
{
    margin: 0px; 
    margin-top: 18%;
    padding: 0px;
    position: relative;
    color: black;
}
 
.vendis-scrollButton.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /*border-radius: 4px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 36px;
  width: 36px;
}

.vendis-scrollButton.btn-default {
    box-sizing: border-box;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

@media (max-width: 767) {
        
    .vendis-scrollButton 
    {
        min-width: 40px;
        height: 37px;
        right: 20px;
        vertical-align: middle;
    }

    .vendis-scrollToTop 
    {
        bottom: 58px;   
    }

    .vendis-scrollToBottom
    {
        bottom: 18px;
    }   

    .vendis-scrollButton i
    {
        margin-top: 15%;
        font-size: 200%;
        padding-top: 0px;
    }        
}

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