/**
 * Plugin Stats View
 * 
 * @package    Plugin Stats View
 * @subpackage pluginstatsview.css
/*  Copyright (c) 2019- Katsushi Kawamori (email : dodesyoswift312@gmail.com)
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; version 2 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

.pluginstatsview-simple-wrap {
  padding:10px;
  font-size: small;
}
.pluginstatsview-card-wrap {
  padding:10px;
}
.pluginstatsview-normal-wrap {
}
.pluginstatsview-astyle {
  text-decoration: none;
}
.pluginstatsview-banner {
  width: 100%;
}
.pluginstatsview-simple-icon,.pluginstatsview-normal-icon {
  width: 64px;
  height: 64px;
  float: left;
  padding: 5px;
}
.pluginstatsview-card-icon {
  width: 128px;
  height: 128px;
  float: left;
  padding: 5px;
}
.pluginstatsview-after-icon {
  overflow: hidden;
}
.pluginstatsview-simple-desc {
  font-size: small;
}
.pluginstatsview-card-desc {
  font-size: small;
}
.pluginstatsview-normal-desc {
  padding: 20px;
}
.pluginstatsview-details {
  margin-bottom: 5px;
}
.pluginstatsview-mobile-details {
  margin-bottom: 5px;
  text-indent: 1em;
}
.pluginstatsview-summary {
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd; 
  background: #f4f4f4;
  color: #000;
}
.pluginstatsview-bold {
  font-weight: bold;
}
.pluginstatsview-small {
  font-size: small;
}
.pluginstatsview-card-left {
  display: inline-block;
  width:50%;
}
.pluginstatsview-card-right {
  display: inline-block;
  width:50%;
  float: right;
  text-align:right;
}
.pluginstatsview-card-center {
  text-align:center;
}
.pluginstatsview-mobile-indent {
  text-indent: 2em;
}
.pluginstatsview-download {
  text-decoration: none;
  display:inline-block; 
  vertical-align:middle;
}
.pluginstatsview-stars {
  color: #ffcc33;
}
table.pluginstatsview-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
th.pluginstatsview-th {
  border: 1px solid #b9b9b9;
  width: 33%;
}
td.pluginstatsview-tr1 {
  text-align: left;
}
td.pluginstatsview-tr2 {
  text-align: left;
   vertical-align: top;
}
td.pluginstatsview-td {
  border: 1px solid #b9b9b9;
}

.pluginstatsview-all-wrap {
  padding:10px;
}
.pluginstatsview-all-single-wrap {
  padding:10px;
  font-size: small;
  width: 300px;
  height: 64px;
  float: left;
}
.pluginstatsview-all-graph-wrap {
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.pluginstatsview-all-reviews-count {
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.pluginstatsview-all-reviews-text {
  width: 4em;
  display: inline-block;
  text-align: left;
}
.pluginstatsview-all-reviews-progress {
  width: 6em;
  display: inline-block;
}
progress.paview { vertical-align: middle; width: 6em; text-align: left; }
/* Firefox */
progress.paview::-moz-progress-bar { background: #ffcc33; border: none; }
progress.paview { -webkit-appearance: none; }
/* Chrome */
progress.paview::-webkit-progress-value { background: #ffcc33; border: none; }
progress.paview::-webkit-progress-bar { background: #e6e6e6; border: none; }
/* IE */
progress.paview { color: #ffcc33; border: none; }
