@import "https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  color: #333333;
  background: #eee;
}

a {
  color: #D66360;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.presets a {
  color: #59BD7F;
}

section {
  background: white;
  max-width: 600px;
  margin: auto;
  padding: 1.2em 1.2em 3em;
  box-shadow: 1px 1px 4px rgba(30, 30, 30, 0.1);
}

#decCount {
  max-width: 4em;
}

th, td {
  padding: 0.4em;
}

th {
  text-align: left;
  border-bottom: 1px solid #eee;
}

.presets ul {
  display: inline-block;
  margin: 0;
  margin-right: 1em;
  font-size: 0.875em;
}

.presets ul,
.history ul {
  list-style-type: none;
  padding: 0;
}

.delete-icon {
  text-decoration: none;
  color: #D66360;
}



.article {
  padding: 5% 20% 1%;
}