html {
  height: 100%;
  overflow-y: scroll; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #232323; }

.main {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 15px; }

.button {
  border-radius: 10px;
  color: #ffffff;
  background-color: #007a29;
  border: none;
  outline: none;
  width: 150px;
  height: 25px; }
  .button:hover {
    cursor: pointer; }

.header__title {
  font-size: 36px;
  color: #007a29; }

.selection__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  margin-top: 15px;
  padding-left: 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #007a29;
  width: 200px;
  height: 50px;
  outline: none;
  border: none; }

.data {
  margin-top: 15px; }
  .data__parts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap; }
  .data__tips {
    margin-right: 10px; }

.misc {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }

.total {
  margin-right: 5px; }

.tipSection {
  margin-right: 5px; }

.add {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap; }
  .add__textbox {
    margin-top: 10px; }
