body {

}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    a[href]:after {
      content: none !important;
    }
    .header, .header *
     {
         display: none !important;
     }
}

a {
  text-decoration: none;
}

h1 {
font-size: 30px;
}

h3 {
font-size: 20px;
}

input {
  margin-bottom: 10px;
}

ul, li {
  list-style: none;
  padding:0;
  margin:0;
}

.amountInput {
  font-size: 90%;
  border:0;
  background: rgba(0,0,0,.07);
  width:25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.amountIcons {
  font-size: 125%;
  font-weight: normal;
  text-align: center;
  padding: 0px 12px 0px 12px;
}

.materialList {
  margin-bottom:20;
  font-size: 200%;
}

.main-wrapper {
  margin:15px;
}

.startMenu li {
  font-size: 20px;
  border-bottom:1px solid rgba(0,0,0,.07);
  padding: 10px 0px 10px 10px;
}

.startMenu li:last-child {
  border:0;
}

.radioWrapper {
  margin-bottom: 20px;
}

.radio {
}
