body,
html {
  padding: 0;
  margin: 0;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 18px;
  height: 100%;
}
.container {
  width: 1024px;
  margin: 0 auto;
}
.container .list {
  width: 400px;
  margin-top: 10px;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  .container .list {
    width: auto;
  }
}
@media only screen and (min-width:501px) and (max-width:999px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}
header {
  background: #222;
}
header .container {
  padding-top: 6px;
  padding-bottom: 6px;
}
header .container .siteTitle {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
header .container .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
header .container .nav li {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
header .container .nav li a {
  color: white;
  padding: 5px;
  display: block;
}
header .container .nav li a.highlight {
  background: #cc0000;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  header .container .nav.hidePhone {
    display: none;
  }
}
header .subNav {
  display: none;
}
header .subNav .container {
  padding: 0;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  header .subNav {
    display: block;
  }
  header .subNav .nav {
    float: none;
  }
  header .subNav .nav li {
    width: 33%;
    margin: 0;
    text-align: center;
  }
}
a {
  text-decoration: none;
}
.smallTitle {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
}
.countWrapper {
  width: 40px;
  height: 40px;
  border: 3px solid black;
  display: inline-block;
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: -4px;
}
.count {
  background: black;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 8px;
  text-align: center;
  border-radius: 40px;
  color: white;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li {
  position: relative;
  margin-bottom: 10px;
}
.list li .text {
  color: white;
  display: block;
  height: 38px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 16px;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  line-height: 38px;
}
.list li .text .message {
  font-size: 12px;
  opacity: .6;
}
.list li .text .actions {
  margin-top: 1px;
  margin-right: 20px;
  float: right;
}
.list li .text .actions button {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  outline: none;
}
.list li .text .actions button:disabled {
  opacity: .4;
}
.list li .text .actions button:active {
  opacity: .6;
}
.list li a {
  color: white;
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid white;
  border-bottom: 1px solid black;
}
.list li a.inline {
  display: inline;
  height: auto;
  line-height: auto;
  padding: 0;
  background: none;
  border: none;
}
.list li .reward {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  height: inherit;
  color: black;
  line-height: inherit;
}
.list li .reward .boss {
  float: right;
}
.list li .reward .item .fa-user {
  display: none;
}
.list li .reward .item.auron {
  color: #cc0000;
}
.list li .reward .item.auron .fa-user {
  display: inline-block;
}
.list li .reward .item.auron .fa-gift {
  display: none;
}
.list li .reward .item.yuna {
  color: white;
}
.list li .reward .item.yuna .fa-user {
  display: inline-block;
}
.list li .reward .item.yuna .fa-gift {
  display: none;
}
.list li .reward .message {
  display: block;
  font-size: 12px;
}
.list li .reward .message .success {
  display: none;
  color: #0D9E73;
}
.list li .reward .message .required {
  display: block;
  color: #cc0000;
}
.list li .reward .message.completed .success {
  display: block;
}
.list li .reward .message.completed .required {
  display: none;
}
.list li .status {
  float: right;
}
.list li .status .success {
  display: none;
}
.list li .status .required {
  display: inherit;
}
.list li .status.completed .success {
  display: inherit;
}
.list li .status.completed .required {
  display: none;
}
.list.twoColumn {
  width: auto;
}
.list.twoColumn li {
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  float: left;
}
.list.twoColumn li.smallTitle {
  float: none;
  padding: 0;
}
@media only screen and (max-width:500px) and (orientation:portrait), only screen and (max-height:500px) and (orientation:landscape) {
  .list.twoColumn {
    width: inherit;
  }
  .list.twoColumn li {
    width: auto;
    padding: 0;
    float: none;
    box-sizing: inherit;
  }
}
@media only screen and (min-width:501px) and (max-width:999px) {
  .list.twoColumn.twoColumnDesktop {
    width: inherit;
  }
  .list.twoColumn.twoColumnDesktop li {
    width: auto;
    padding: 0;
    float: none;
    box-sizing: inherit;
  }
}
.clearfix {
  clear: both;
  display: block;
}
.pageTitle {
  font-size: 24px;
  margin-top: 10px;
  color: white;
}
body {
  background-image: -webkit-linear-gradient(225deg, #26244f, #747e9e, #4f5483);
  /* For Safari 5.1 to 6.0 */
  background-image: -o-linear-gradient(225deg, #26244f, #747e9e, #4f5483);
  /* For Opera 11.1 to 12.0 */
  background-image: -moz-linear-gradient(225deg, #26244f, #747e9e, #4f5483);
  /* For Firefox 3.6 to 15 */
  background-image: linear-gradient(225deg, #26244f, #747e9e, #4f5483);
  /* Standard syntax */
  background-color: #747e9e;
  background-attachment: fixed !important;
}
.btn {
  font-size: 15px;
  border-radius: 50px;
  color: white;
  background: #333;
  border: none;
  padding: 10px 15px;
  font-weight: 200;
}
