.actionBtn {
  
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12),
      0 3px 1px -2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12),
      0 3px 1px -2px rgba(0, 0, 0, 0.2);
      border: none;
      border-radius: 2px;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 2rem;
      text-transform: uppercase;
      vertical-align: middle;
      -webkit-tap-highlight-color: transparent;
      font-size: 1rem;
      outline: 0;
      text-decoration: none;
      color: #fff;
      background-color: #50a9de;
      text-align: center;
      letter-spacing: .5px;
      margin-top: 30px;
      position: absolute;
      left: 40%;
      transition: background-color .3s;
}
.actionBtn:hover {
  background-color: #65b4e2;
  color:white;
  text-decoration: none;
}

#forms-container-top-widget{
  margin-bottom:1em;
  text-align:right;
}

#forms-container-bottom-widget{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  #total_selector{
    margin-top:1em;
  }
}