body { background: #eee; }
div { font-family: 'Open Sans', sans-serif; }
input::placeholder {
  color: #fff;
}
input:focus {
  outline: none; 
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#calculator { padding: 0; margin:0; }
#calculator .panel { background: #d25f56; padding: 20px; color: #fff; }
#calculator input { border-radius: 0; margin-bottom: 20px; width: 100%; padding: 10px 0; color: #fff; font-size: 40px; background:#d25f56; border: none;  border-bottom:#fff solid 1px; }
#calculator #mask { color: #fff; padding-right: 40px; font-size: 20px; background: url('/img/arrow.png') no-repeat right center; background-size:16px; display: inline-block;  }
#calculator #currency { position: absolute; z-index: -50; left: 0; }

#calculator #list { padding: 20px; background: #eee; }
#calculator #list ul { list-style: none; margin:0; padding: 0; }
#calculator #list ul li { padding: 10px 0; border-bottom: #dedede solid 1px; overflow: auto; height: 100%; font-size: 16px; }
#calculator #list ul li .left { float: left; }
#calculator #list ul li .right { float: right; }


