/*
* 
* @package phpBB Extension - Micha´s Spendenbox-Extension
* @copyright (c) 2019 Micha
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

.spend {
  font-size: 10px;
  line-height: normal;
}

.spen {
  margin: 5px;
}
.spe {
    text-align: center;
}
.progress {
  margin-top: 5px;
  height: 22px;
  line-height: 22px;
  background: #ebebeb;
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: inset 0 0 3px 1px #999;
}
.progress .blueX {
  background: #5aaadb;
    background-image: none;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
}
.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 75px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  background: #ccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #ccc);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #000;
  padding-left: 5px;
}



