@CHARSET "UTF-8";

.verdict {}
.verdict .description {}
.verdict .amount {}
.verdict .dateAndState {}
.verdict .date {}
.verdict .state {}


#menuToggle
{
  display: block;
  position: relative;
  top: 0px;
  left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 170px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 170px;
  margin: 0px 0 0 -10px;
  padding: 10px;
  padding-top: 0px;
  
  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display: none;
}

#menu li
{
  padding: 3px 0;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  display: block;
}

button.enhanceprofile {
  background-color: red;
  color: white;
  margin: 0 auto; 
  font-size: 1.25rem;
  border: 2px solid red;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: block;
}


.supportcharge .stripe-button-el, .supportcharge {
  display: inline !important;
}

.supportcharge, #support{
  text-align: center;
  margin: 0 auto;
}

.stripe-button-el span {
background: red !important;
background-image: none !important;
}