ul.checklist {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0; }
  ul.checklist li {
    display: block;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px 5px; }
    ul.checklist li h4 {
      margin: 0;
      font-size: 2.2em; }
    ul.checklist li:hover {
      background-color: white; }

table.checklist tbody tr td i:before {
  width: 20px;
  text-align: center; }

ul.iconize {
  list-style-type: none;
  margin: 10px;
  padding-left: 0;
  clear: left;
  text-align: center; }
  ul.iconize li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase; }
  ul.iconize i {
    display: block;
    margin-bottom: 10px;
    font-size: 3em; }
  ul.iconize a {
    color: #999999;
    background: transparent;
    font-size: 1.1em;
    line-height: 18px;
    padding: 10px 15px;
    margin-right: 10px;
    position: relative;
    text-shadow: #efefef 1px 1px;
    display: block;
    outline: 0; }
  ul.iconize label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: #333333;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-shadow: none; }
  ul.iconize a.disabled {
    cursor: auto; }
  ul.iconize li.current a {
    color: black;
    background-color: #333333;
    text-shadow: transparent 0 0;
    border-bottom-color: #e1e1e1;
    background-image: linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -o-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -moz-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -webkit-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -ms-linear-gradient(bottom, #f0f0f0 0%, white 69%, white 85%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(0.69, white), color-stop(0.85, white));
    background-color: #e1e1e1; }
  ul.iconize span {
    color: white;
    background: #333333;
    line-height: 10px;
    padding: 10px 15px;
    margin-right: 10px;
    text-shadow: transparent 0 0;
    display: block;
    float: left; }

.sliding_tab h3 {
  text-align: center;
  font-size: 2em;
  margin: 25px 0;
  color: #999999; }
