#archive .archive {
  max-width: 960px;
  margin: 0 auto;
  padding: 96px 4.267% 160px
}
#archive input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -.8rem;
  transition: .15s ease-out;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem .8rem .4rem 0;
  outline: 0;
  border-radius: 10%
}
#archive input[type=checkbox]:after,
#archive input[type=checkbox]:before {
  position: absolute;
  content: "";
  background: #fff;
  transition: .15s ease-in-out
}
#archive input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg)
}
#archive input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .1s
}
#archive input[type=checkbox]:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px
}
#archive input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px
}
#archive input[type=checkbox]:indeterminate:after,
#archive input[type=checkbox]:indeterminate:before {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0)
}
#archive #archive input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px
}
#archive input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px
}
#archive input[value=news__primary] {
  border: 2px solid #e5a837
}
#archive input[value=news__primary]:checked,
#archive input[value=news__primary]:indeterminate {
  background: #e5a837
}
#archive input[value=news__warning] {
  border: 2px solid #2c9596
}
#archive input[value=news__warning]:checked,
#archive input[value=news__warning]:indeterminate {
  background: #2c9596
}
#archive input[value=news__success] {
  border: 2px solid #4283b6
}
#archive input[value=news__success]:checked,
#archive input[value=news__success]:indeterminate {
  background: #4283b6
}
#archive input[value=news__danger] {
  border: 2px solid #4c4e8f
}
#archive input[value=news__danger]:checked,
#archive input[value=news__danger]:indeterminate {
  background: #4c4e8f
}
#archive input[value=uncategorized] {
  border: 2px solid #ccc
}
#archive input[value=uncategorized]:checked,
#archive input[value=uncategorized]:indeterminate {
  background: #ccc
}
#archive input[type=submit] {
  width: 90px;
  height: 30px;
  padding: 0;
  border: 1px solid #223f85;
  border-radius: 4px;
  color: #fff;
  background: #223f85;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif
}