html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
margin: 0;
padding: 0;
border: 0;
outline: none;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  outline: none;
}
html, body {
  -webkit-tap-highlight-color: transparent;
  background: #458a8e;
  margin: 0;
  font-weight: 400;
  font-family: Lato, Arial, sans-serif;
}
aside, #new {
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 5px 10px 30px;
  padding: 1em;
}
aside {
  margin-bottom: 3em;
}
h1, h2 {
  max-width: 80%;
  position: relative;
  text-align: center;
  margin: 1em auto;
  font-size: 30pt;
  color: #fff;
}
h2 {
  font-size: 24pt;
  text-transform: uppercase;
}
label {
  display: block;
  padding: 1em;
  margin: 0;
  position: relative;
  padding-left: 3.5em;
  border-bottom: 1px solid #e1e3e4;
}
label:last-of-type {
  padding-bottom: 0.5em;
  border-bottom: 0;
}
[type=checkbox] {
  display: none;
}
[type=text],
[type=button] {
  -webkit-appearance: none;
  appearance: none;
  font-weight: 400;
  font-family: Lato, Arial, sans-serif;
  width: calc(100% - 10em);
  margin-left: 0.9em;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  padding: 0.5em;
  font-size: 14pt;
  border: none;
  border-bottom: 1px solid currentcolor;
  background: #fff;
  color: #000;
  border-radius: 0;
}
[type=button] {
  width: 1.5em;
  margin-left: 0.75em;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 2em;
  vertical-align: middle;
  font-family: sans-serif;
  cursor: pointer;
}
[type=button]:hover, [type=button]:focus {
	color: #02b116;
}
input.multi-btn {
  margin: 0.5em 0;
  width: 25%;
}
#input.multi {
  width: calc(100% - 4em);
}
div {
  margin-top: 1em;
}
input:checked + span {
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-decoration: line-through;
}
span {
  font-size: 18pt;
  line-height: 1.3;
  cursor: pointer;
  transition: opacity .5s ease-in-out;
}
span:before {
  content: '\f372';
  font-family: 'ionicons';
  position: absolute;
  top: calc(50% - 12pt);
  left: 0.5em;
  line-height: 1;
  font-size: 24pt;
}
input:checked + span:before {
  content: '\f373';
}
small {
  position: absolute;
  right: 0.75em;
  cursor: pointer;
}
small:hover, small:focus {
  color: #f60;
}
i {
  font-style: normal;
	position: absolute;
	right: 0.5em;
	width: 1em;
	text-align: center;
	font-size: 2em;
	cursor: pointer;
}
i:before {
	content: '\f4c5';
	font-family: 'ionicons';
	z-index: 99;
}
i:hover, i:focus {
	color: #fb0e00;
}
b {
  font-weight: normal;
  position: absolute;
  right: 0.25em;
  width: 0.75em;
  top: 5px;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
b:before {
  content: '\f10d';
  font-family: 'ionicons';
  z-index: 99;
}
b:hover, b:focus {
  color: #0474d6;
}
u {
  text-decoration: none;
  position: absolute;
  right: 0.25em;
  width: 0.75em;
  bottom: 5px;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
u:before {
  content: '\f104';
  font-family: 'ionicons';
  z-index: 99;
}
u:hover, u:focus {
  color: #0474d6;
}
.sep {
  color: #f60;
}
.sep:before {
  content: '';
}
.imp {
  color: #0474d6;
}
@media only screen and (min-width: 640px) {
  aside, #new, h1 {
    max-width: 600px;
  }
}