.crm-petitioncounter-block {
  /*background: #fff;
  padding: 1em;
  box-shadow: #ccc 3px 3px 5px;
  border: 1px solid #efefef;*/
  margin: 0em;
  /*transition: box-shadow 250ms;*/
  width: 100%;
}
.crm-petitioncounter-inner {
  padding: 30px;
}

#goal {
  font-size: 24px;
  text-align: right;
  color: black;
  margin-right: 5px;
  @media only screen and (max-width : 640px) {
    text-align: center;
    margin: 0;
  }
}

#glass {
  width: 100%;
  height: 20px;
  margin: 10px 0px 5px;
  background: #c7c7c7;
  border-radius: 4px;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 0%;
  height: 20px;
  background: #FF5D50;
  z-index: 333;
  border-radius: 4px;

	transition:300ms ease-out;
}


/*.crm-petitioncounter-block.crm-petitioncounter-animate {
  box-shadow: #5AB953 3px 3px 10px;
}*/

/*@media (min-width: 900px) {
  .crm-petition-form-block {
    position: relative;
  }

  .crm-petitioncounter-block {
    position: absolute;
    top: 0;
    right: 0;
  }
}*/
