/* tasks */
div#tasks {
  padding: 0;
  background: #fff;
  max-width: 1164px;
  margin: 0 auto 50px;
}

.not-logged-in div#tasks {
  margin-bottom: 50px;
}

.not-front.page-node div#tasks {
  margin-top: 0;
  margin-bottom: 0;
}

#tasks ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0;
  font-size: 16px;
}

.not-logged-in #tasks ul.tabs {
  margin: 0;
}

.not-front.page-node #tasks ul.tabs {
  margin: 0 10px;
}

#tasks ul.tabs li {
  float: none;
  margin: 0 1px 0 0;
  padding: 0;
  display: block;
  border: 0;
  background: none;
}

#tasks ul.tabs li .active {
  border: 0;
  color: #333;
}

#tasks ul.tabs a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  float: none;
  border: 0;
  height: auto;
  line-height: inherit;
  margin: 0;
  background: none;
  color: #0096e6;
  background: transparent;
  font-weight: 400;
}

#tasks ul.tabs a:hover,
#tasks ul.tabs a:focus,
#tasks ul.tabs a:active,
#tasks .tabs a.active {
  outline: 0;
  background: #f2f2f2;
  font-weight: 400;
  border: 0;
  color: #333;
}

/* Action links */
ul.action-links {
  display: block;
  margin: 10px;
  padding: 20px 0;
}

.action-links li {
  display: inline;
  margin: 0 10px 0 0;
}

.action-links li a {
  background: none;
  background-color: #eee;
  padding: 10px 20px;
  color: #333;
}
/*# sourceMappingURL=tabs.css.map */