@charset "UTF-8";
/* =======================================================
   Stylesheet created by PHP Web Stat
   PHP Web Stat v11.0 (https://www.php-web-statistik.de)
   File-Release-Date: 2022-02-13
   Copyright 2022 PHP Web Stat
======================================================= */

/* ################
#     Counter     #
################ */

body {
  margin: 0;
  color: #666;
  text-align: center;
  background-color: transparent;
  -webkit-text-size-adjust: 100%; }

a                { color: #fff; text-decoration: none; }
a:hover, a:focus { color: #fff; text-decoration: underline; }

.counter {
  width: 100%;
  max-width: 200px;
  margin: auto;
  color: #000;
  letter-spacing: 1px; }

.counter-header {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  background-color: #ffffff;
  border: solid;
  border-width: 0px 0px 0;
  }

.counter-body {
  font-size: 11px;
  text-align: left;
  }

.counter-footer {
  height: 20px;
  line-height: 15px;
  padding: 0 6px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto; }
  
.data, .hits {
  flex: 0 0 auto;
  line-height: 1.2;
  padding: 0 2px; }

.data {
  width: 60%;
  text-align: left; }

.hits {
  width: 40%;
  text-align: right; }

/*! (md) Netbooks & new Smartphones (landscape) */
@media (max-width: 991.98px) {
  
}

/*! (sm) Smartphones (landscape) */
@media (max-width: 767.98px) {
  
}

/*! (xs) Smartphones (portrait) */
@media (max-width: 480px) {
  
}