* {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Arial;
    color: white;
    text-shadow: 0px 2px 8px black;
}

*:focus {
    outline: none;
}

body, html {
    background-color: black;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

#indexContent {
    background-color: rgb(23,23,23);
    display:block;
    height:auto;
    margin:0 auto;
    overflow:hidden;
    width:800px;
}

#indexcontent > * {
    padding-left: 20px;
    padding-right: 20px;
}

a {
    color: rgb(247, 171, 21);
    text-decoration: none;
}

a:hover {
    color: crimson;
}

#header h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#demoThumbs {
    width: 700px;
    overflow: hidden;
    height: auto;
}

.demoEntry {
    float: left;
    width: 200px;
    height: 95px;
}

.demoThumb img {
    border: 1px solid #2f2f2f;
    float: left;
}

.demoTitle a {
    color: rgb(247, 171, 21);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 5px;
}

#demoThumbs {
    padding-top: 20px;
}


.demoAuthor a {
    color: rgb(250,250,250);
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    padding-left: 5px;
}

#terms {
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
    color: #f2f2f2;
    font-style: italic;
}

#terms p {
    color: #606060;
}

#license img {
    border: none;
}

#browserSupport {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #f2f2f2;
    font-style: italic;
}

#browserSupport p {
    color: #606060;
}

#browserSupport ul {
    list-style: none;
    color: #606060;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 820px;
    padding-top: 1em;
}

#browserSupport li {
    color: #606060;
    float: left;
    width: 25%;
    display: inline;
}

#browserSupport h3 {
    padding-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #afafaf;
}

#footer {
  font-size: 12px;
  color: #afafaf;
  padding-top: 2em;
  padding-bottom: 1.5em;
}

.fullSupport {
    font-size: 10px;
    color: white;
    font-style: normal;
}

#twitter {
  margin-left: -6px;
  border: none;
}

.icon {
  width: 24px;
  height: 24px;
  vertical-align: -6px;
  margin-left: -4px;
}

