<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
  font-family: 'Source Sans Pro';
  font-size: 14px;
  padding: 0;
  margin: 0;
  background-color: rgb(255,255,255); 
  color: rgb(68,68,68);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizespeed;
}

.fElement
{
  width: 90% !important;
  font-size: 1rem;     // Prevent autozoom in iOS
}

a
{
  color: #000;
}

td
{
  font-family: 'Source Sans Pro';
  font-size: 14px;
}

td.pad
{ 
  padding-left: 30px; 
}

.toolbar-label 
{   
  font-family: 'Source Sans Pro';
  font-weight: lighter;
  font-size: 20px !important;
  margin: 0;
  letter-spacing: -0.5px;
}

li[role="heading"]
{
  list-style-type: none;
  list-style-position: inside;
  margin-left: -25px;
  padding-top: 25px;
  font-weight: bold;
  border-bottom: 1px solid #EBEBEB;
}

.mng-header
{
  margin: 0;
  padding: 0;
}

/*
.mng-toolbar 
{
  position: fixed;
  margin: 0px;
  height: auto;
  width: 100%;
  top: 0px;
  z-index: 998;
}
*/

.shopname
{
  background-color: #001523;
  color: #FFFFFF;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.shopname h1
{
  font-size: 24px !important;
  font-weight: lighter;
  text-align: right;
  margin-top: 0px;
  margin-right: 10px;
}

h1
{
  font-family: 'Source Sans Pro';
  font-weight: lighter;
  font-size: 20px;
  letter-spacing: -0.5px;
  text-align: center;
}

#menu
{
  float: left;
  margin-left: 10px;
}

.indented
{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.extlogo img
{
  width: 24px;
  padding-top: 8px;
}

.shoplogo img
{
  width: 80px;
  float: right;
  margin-top: 5px;
}

.partnerlogo
{
  width: 100px;
  vertical-align: top;
  margin-top: 10px;
}

.mng-page
{
  margin: 20px;
  display: none;
}

.para
{
  margin: 12px 6px 12px 6px;
}

.img-responsive 
{
  max-width: 100%;
  height: auto;
}

.shopcard
{
  padding-top: 10px;
  padding-bottom: 8px;
  width: 100%
}

.images
{
  margin: 10px;
}

#map_canvas
{ 
  width: 75%;
  height: 75%;
  margin: 0px;
  padding: 0px;
}

// Banner

.banner
{
  width: 100%;
  height: 175px;
  overflow: hidden;
}
 
.banner img
{
  max-width: 100%;
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
}

.banner div
{
  position: relative; 
  max-width: none; 
  height: 175px;
  margin-left: -535px;
  /* -220px */
}

// Custom Banner

.cbanner
{
  width: 100%;
  overflow: hidden;
}
 
.cbanner img
{
  max-width: 100%;
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
}

.cbanner div
{
  position: relative; 
  max-width: none; 
  width: 100%;
  /* margin-left: -200px; remove width: 100% */
  margin-bottom: -5px;
}

// End of Banner

// Override Material.css

.button, .fab 
{
  font-size: 14px;
}

.tabs li 
{
  font-size: 14px;
}

.card
{
  width: 100%;
}
</pre></body></html>