.calculator-jump {
    background-color:rgb(0, 118, 192);
    box-sizing:border-box;
    display:block;
    margin:0;
    padding:0;
}
.calculator-jump select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline style='fill:white;' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: rgb(0, 118, 192);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor:pointer;
  display:block;
  font-size: 16px;
  padding: 0 1em;
  max-width:100%;
}