

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}


q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* * * * * * * * * * * * * * * * * * * * *
* General
* * * * * * * * * * * * * * * * * * * * */
/* body {
  background: #333;
  font: normal 14px/1.3 'helvetica neue', helvetica, arial;
  color: #bbb;
  text-shadow: #262729 0 -1px 0;
  -webkit-font-smoothing: antialiased;
  padding: 120px 0;
} */

body.clearfix {
  display: block;
}

/* header {
  float: left;
  margin-bottom: 20px;
  width: 100%;
} */

#container-att {

  margin: 0 auto 80px;
}

#container-att a:hover {
  color: #fff;
}

.c1 {

  float: left;
}

.c2 {
  width: 355px;
  float: left;
}

.c3 {
  width: 235px;
  float: left;
}

.m10l {
  margin-left: 10px;
}

.m20l {
  margin-left: 20px;
}

.p10 {
  padding: 10px;
}


h2.look {
  font-size: 24px;
  margin-bottom: 45px;
}

h2 strong {
  color: #fafafa;
}


.search-att {
  font: normal 12px/1.3 'helvetica neue', helvetica, arial;
  font-size: 20px;
  padding: 2px 10px;
  border-radius: 10px;
  border: solid 1px #555;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  color: white;
}


.btn {
  color: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  border: solid 1px #666;
  display: block;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  cursor: hand;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fafafa;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

th {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  color: #dddddd;
}

td {
  padding: 10px 10px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

/* * * * * * * * * * * * * * * * * * * * *
* Meny
* * * * * * * * * * * * * * * * * * * * */
.menu {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  margin-left: -20px;
  width: 100%;
  padding: 0 20px;
  background: #333;
  background: rgba(30, 30, 30, 0.8);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px #000000;
  z-index: 100;
}

.menu .menu-container-att {
  width: 750px;
  font-size: 16px;
  margin: 0 auto;
}

.menu ul {
  float: left;
}

.menu ul li {
  display: block;
  float: left;
  line-height: 60px;
}

.menu ul li.name {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.menu ul li a,
.menu ul li.name {
  float: left;
  display: block;
  text-decoration: none;
}



.menu ul li a:hover b {
  color: #fff;
}

.menu ul.secondary {
  border: solid 1px #444;
  border-width: 1px 1px 0 1px;
  width: 750px;
}

.menu ul.secondary li {
  line-height: 30px;
}

.menu ul.secondary li a {
  padding: 0 20px;
  font-size: 14px;
}

.code {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 20px 20px 0;
  margin-bottom: 50px;
  font-size: 14px;
}

.code h3 {
  font-size: 18px;
  color: #aaa;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
  margin-bottom: 15px;
}

/* * * * * * * * * * * * * * * * * * * * *
* Start page
* * * * * * * * * * * * * * * * * * * * */
.logo {
  background: url('http://listjs.com/images/graphics/listjs-logo.png') no-repeat;
  width: 328px;
  height: 334px;
  float: left;
  margin: 0 0 0 215px;
}

.slogan {
  display: none;
}

.logo span,
.slogan span {
  display: block;
  margin-left: -10000px;
}

.download {
  clear: left;
  float: left;
  width: 600px;
  margin-bottom: 20px;
}

.download-btn {
  background: url('http://listjs.com/images/bg/download.png');
  width: 217px;
  height: 76px;
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  text-shadow: #047e0c 1px 1px 0;
  line-height: 1.1;
}

.download-btn:hover {
  color: #eee;
  background-position: 0 -76px;
}

.download-btn span {
  display: block;
  padding: 13px 0 0 70px;
}

.download-btn small {
  display: block;
  font-size: 13px;
  color: #b6e0f5;
  font-weight: normal;
}

.download p {
  color: #d8d5d5;
  font-size: 11px;
  margin-bottom: 5px;
}

.download p a {
  color: #54e45e;
}

.download p a:hover {
  color: #73f57c;
}

.share {
  padding: 13px 20px 5px;
  clear: both;
  border-radius: 10px;
  margin: 0 0 50px 24px;
  width: 604px;
  border-bottom: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.1);
}

p.preamble {
  font-size: 22px;
  color: #cecece;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
}

p.preamble strong {
  color: #fafafa;
}

p.preamble .bugwarning {
  color: #959494;
  font-weight: 300;
  font-size: 16px;
}

div.info {
  margin-bottom: 40px;
  clear: both;
}

#example-list {
  margin-bottom: 30px;
}

#example-list .list {
  clear: both;
}

#example-list li {
  font-size: 20px;
  color: #cecece;
  text-shadow: #262729 0 -1px 0;
  font-weight: 300;
  border-top: solid 1px #666;
  padding: 10px 0;
}

#example-list li strong {
  color: #fafafa;
}

/* * * * * * * * * * * * * * * * * * * * *
* Examples
* * * * * * * * * * * * * * * * * * * * */
#container-att.example-page {
  margin-top: 30px;
}

h1 {
  font: 100 40px "helvetica neue", helvetica, arial;
  letter-spacing: 1px;
  color: #cecece;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: #262729 0 -1px 0;
}

.note-att {
  text-shadow: #262729 0 -1px 0;
  margin-bottom: 60px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.note-att b {
  color: #eee;
}

#lovely-things-list {
  margin-bottom: 60px;
}

#lovely-things-list .thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  border: solid 1px #333;
}

#lovely-things-list .list {
  clear: both;
  margin-bottom: 10px;
}

#lovely-things-list .list li {
  padding: 20px;
}

#lovely-things-list li:nth-child(2n+1):not(.feedback li):not(.feedback > li) {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}


#lovely-things-list h4 {
  color: #fafafa;
  font-weight: bold;
  margin-bottom: 6px;
}

#lovely-things-list p {
  font: normal 14px/1.3 'helvetica neue', helvetica, arial;
  color: #aaa;
  text-align: left;
}

#lovely-things-list .sort-by {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}

#lovely-things-list .filter {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}

#lovely-things-list-users {
  margin-bottom: 60px;
}

#lovely-things-list-users .thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 20px;
  border: solid 1px #333;
}

#lovely-things-list-users .list {
  clear: both;
  margin-bottom: 10px;
}

#lovely-things-list-users .list li {
  padding: 20px;
}

#lovely-things-list-users li {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

#lovely-things-list-users h4 {
  color: #fafafa;
  font-weight: bold;
  margin-bottom: 6px;
}

#lovely-things-list-users p {
  font: normal 14px/1.3 'helvetica neue', helvetica, arial;
  color: #aaa;
  text-align: left;
}

#lovely-things-list-users .sort-by {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}

#lovely-things-list-users .filter {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}

#contacts input {
  font-size: 13px;
  margin: 0;
  border-radius: 5px;
  width: 200px;
}

#contacts {
  margin-bottom: 100px;
}

#contacts td.name,
#contacts td.age,
#contacts td.city {
  width: 130px;
}

#contacts td.edit,
#contacts td.remove {
  width: 130px;
}

#contacts td.add {
  width: 300px;
}

#contacts input {
  width: 100px;
}

.huge {
  max-height: 500px;
  overflow: scroll;
}

/* * * * * * * * * * * * * * * * * * * * *
* Performance
* * * * * * * * * * * * * * * * * * * * */
#size {
  margin-left: 100px;
  width: 590px;
}

#time-table {
  margin-bottom: 40px;
}

#performance-list .scroll-container-att {
  height: 300px;
  overflow: scroll;
  margin-bottom: 10px;
}

#performance-share {
  padding: 13px 20px 5px;
  clear: both;
  border-radius: 10px;
  margin: 0 0 50px 80px;
  width: 520px;
  border-bottom: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.1);
}

/* * * * * * * * * * * * * * * * * * * * *
* Paging
* * * * * * * * * * * * * * * * * * * * */
.paging {
  padding-bottom: 10px;
  clear: both;
  float: left;
}

.paging li {
  display: block;
  float: left;
  padding: 10px 15px;
  border-radius: 50%;
}

.description a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
}

.notification-details a {
  color: #999;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
}

#volver:hover {
  color: #fff;
}

.notification-details a:hover {
  color: #fff;
}

.description a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * *
* Changelog
* * * * * * * * * * * * * * * * * * * * */
.changelog h3 {
  color: #fff;
  font-weight: bold;
}

.changelog ul {
  line-height: 1.5;
  margin: 0 0 30px 20px;
}

.changelog li {
  list-style-type: circle;
  margin-bottom: 5px;
}

.changelog li b {
  color: #eee;
}

.changelog code {
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 2px 5px;
  color: #fff;
}

/* * * * * * * * * * * * * * * * * * * * *
* Syntax coloring
* * * * * * * * * * * * * * * * * * * * */
pre {
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 20px 10px;
  margin: 0 -20px 20px;
  line-height: 1.5;
}

pre,
code {
  font-family: 'monaco', sans-serif;
  font-size: 12px;
}

pre .keyword {
  color: #FF0C4B;
}

pre .string {
  color: #01DBFF;
}

pre .regexp {
  color: #15E80B;
}

pre .class {
  color: #15E80B;
  font-weight: bold;
}

pre .special {
  color: #FFD901;
}

pre .number {
  color: #01DBFF;
}

pre .comment {
  color: grey;
  font-style: italic;
}

.o1d4ds {
  word-wrap: break-word !important; 
  word-break: break-word !important;
}