<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pcHeader
{
  background:#f5f5f5 none repeat scroll 0 0;
  border-bottom:1px solid #dddddd;
  font-size:14px;
  font-weight:normal;
  padding:5px;
  text-align:left;
}

.app-detail
{
  float:left;
  height:550px;
  overflow-y:hidden;
  padding-top:1.2em;
  width:750px;
  background:#ffffff none repeat scroll 0 0;
  border-radius:2px;
  box-shadow:0 2px 4px rgba(0,0,0,0.1);
}

.cover-description
{
  width:100%;
  display:inline-block;
  margin-top:10px;
}

.cover-description p
{
  color: #666666;
  font-size: 14px;
  font-weight:400;
  width:60%;
  margin:0 auto;
  text-align:center !important;
}

.details .details-status
{
  width:40%;
  text-align:left !important;
  float:left;
}

.details .details-purchase
{
  display:block;
  margin:auto;
  text-align:center;
}

.details .details-price
{
  width:60%;
  text-align: right !important;
  float:right;
}

.details .details-price .price
{
  color:#74C374;
  display:inline-block;
  font-size:13px;
  font-weight:400;
  line-height:17px;
  position:relative;
  text-align:right;
  text-transform:uppercase;
}

.agreeTxt
{
  color:#999999;
  font-size:11px;
  float:left;
  width:50%;
  text-align:left!important;
}

.cover-title a
{
  color:#999999;
  font-size:14px;
  font-weight:400;
}

.cover-image
{
  max-height: 175px;
  max-width: 175px;
  margin:0 auto;
}

.cover-image img
{
  max-height: 150px;
  max-width: 150px;
  display: block;
  margin: auto;
  border: 0px solid #ddd !important;
}

.app-list
{
  float: left;
  width: 750px;
  height: 500px;
  overflow-y: scroll; 
  overflow-x: hidden;
  padding-top: 1.2em;
}

.app
{
  float: left;
  position: relative;
  height: 50%;
  width: 33%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.app-container
{
  display: block;
  background: #ffffff none repeat scroll 0 0;
  border: 1px dotted #ddd;
  padding: 10px;
  border-radius: 2px;
  width: 200px;  
  height: 100%;
  margin: 0px auto;
  clear: both;
}

.app-content
{
  display: table;
  height: 100%;
  width: 100%;
}

.app-cell
{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;  
}

.apps .navigation
{
  margin-top:1em;
  text-align:center;
  padding:1em;
}

.app-mini
{
  cursor:pointer;
  margin-bottom:1.2em;
  margin-top:0;
  background:#fff none repeat scroll 0 0;
  border:1px solid #ddd;
  border-radius:3px;
  padding:1em;
  position:relative;
  text-align:left;
  width:100%;
  height:75px;
}

.twrapper
{
  table-layout:fixed;
}

.zap-mini .twrapper
{
  display:table;
  overflow:auto;
  width:100%;
}

.app-logo
{
  display:block;
  text-align:center;
  height:50px;
  line-height:50px;
}

.app-logo img
{
  height:auto;
  width:100%;
  max-height:50px;
  max-width:50px;
}

.app-title
{
  color:#5f6c72;
  font-size:1.2em;
  font-weight:600;
  margin:0;
  text-align:center;
  height:50px;
  line-height:50px;
}

.menu-button
{
  -moz-user-select:none;
  display:inline-block;
  font-size:1.5em;
  position:relative;
  cursor:pointer;
  color:#969EA2;
  text-align:center;
  height:25px;
}

.onoffswitch
{
  position:relative;
  width:75px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
}

.onoffswitch-checkbox
{
  display:none;
}

.onoffswitch-label
{
  display:block;
  overflow:hidden;
  cursor:pointer;
  border:0 solid #74C374;
  border-radius:22px;
}

.onoffswitch-inner
{
  display:block;
  width:200%;
  margin-left:-100%;
  transition:margin .3s ease-in 0;
}

.onoffswitch-inner:before,.onoffswitch-inner:after
{
  display:block;
  float:left;
  width:50%;
  height:30px;
  padding:0;
  line-height:30px;
  font-size:14px;
  color:white;
  font-family:Trebuchet, Arial, sans-serif;
  font-weight:bold;
  box-sizing:border-box;
}

.onoffswitch-inner:before
{
  content:"ON";
  padding-left:10px;
  background-color:#74C374;
  color:#FFFFFF;
}

.onoffswitch-inner:after
{
  content:"OFF";
  padding-right:10px;
  background-color:#EEEEEE;
  color:#999999;
  text-align:right;
}

.onoffswitch-switch
{
  display:block;
  width:18px;
  margin:6px;
  background:#FFFFFF;
  position:absolute;
  top:0;
  bottom:0;
  right:43px;
  border:0 solid #74C374;
  border-radius:22px;
  transition:all .3s ease-in 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner
{
  margin-left:0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch
{
  right:0;
}

.cover-title, .details
{
  margin-top: 10px;
  width: 100%;
  display: inline-block;  
  text-align: left;
}

.cover-title-center
{
  width:100%;
  display:inline-block;
  margin-top:10px;
  text-align: center !important;
  color:#3E68B2;
  font-size: 16px;
}

.app-toggle,.app-menu,.app-install
{
  height:50px;
  line-height:50px;
}

.toggle.ios,.toggle-on.ios,.toggle-off.ios,.toggle.ios .toggle-handle
{
  border-radius:20px;
}


[ng\:cloak],[ng-cloak],.ng-cloak
{
  display:none!important;
}</pre></body></html>