@import url('main.css');

h1{
  margin-top: 0;
}

pre, code {
    margin: 0;
    padding: 0;
}

pre {
    margin-top: 0.2em;
    margin-left: 0.5em;
}

.error{
  color: #FF0000;
}

section{
  margin-bottom: 3em;
}

section > div pre.language-javascript,
section > div code.language-javascript{
    background: #2a2b36;
    font-family: 'Office Code Pro', monospace;
    font-size: 14px;
}

.menu {
    position: fixed;
    top:  20px;
    left: 20px;
    width: 240px;
    background: #2a2b36;
    padding: 20px;
}

.menu div {
    cursor: pointer;
    margin-bottom: 0.5em;
}

.menu div:hover {
    color: #FFFFFF;
    text-shadow: #AAAAFF 0 0 4px;
}

.container {
    margin: 15px 20px 20px 320px;
    padding-bottom: 5em;
    width: 700px;
}

.container.for_icons{
    width: auto;
}


section.hidden{
    display: none;
}

section > div {
    margin-left: 1em;
    padding-top: 1em;
    margin-bottom: 2em;
    font-family: 'Share Tech', sans-serif;
    border-top: 1px solid #444444;
    line-height: 1.5;
}

section > div[data-command] {
    display: none;
}

.icon-category{
  float: left;
  padding: 0.1em 0.5em;
  margin: 0.2em;
  background: #2a2b36;
  cursor: pointer;
}

.icon-category:hover{
  background: #72778f;
}

.icon-category.selected{
  background: #72778f;
  color: #e0dede;
}

#icons-display{
  clear: both;
  min-height: 20em;
}

.icon{
    text-align: center;
    float: left;
    width: 10em;
    min-height: 5em;
}

.icon i{
    font-size: 2em;
    color: #FFFFFF;
    text-shadow: #BBBBFF 0 0 7px;
}

.icon .name{
    margin-top: 0.2em;
    display: block;
    line-height: 1;
}



.container .copy_code{
  background: #6c6a6a;
  color: #000000;
  border-radius: 3px;
}

.container .copy_code:hover{
  background: #999999;
}

.container .copy_code:active{
  background: #CCCCCC;
}


.challenge-actions {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2em;
    background: black;
    text-align: right;
    color: grey;
}

.challenge h2 {
    padding: 1em 0;
}

.challenge .instructions {
    font-style: italic;
    margin-bottom: 2em;
    line-height: 1.5;
}

.challenge .hint {
    display: none;
    color: white;
    line-height: 1.5;
}

.challenge .hint_spoiler {
    cursor: pointer;
    padding: 1em;
    background: #983b29;
}

.challenge .hint_content {
    cursor: pointer;
    padding: 1em;
}

.win_key,
.mac_key{
  color: #ffaa44;
}

.mac_key{
  display: none;
}

.url_param,
.directive{
  color: #ffaa44;
}


