#distribute
{
  background-color: #fafbfa;
  font-size: 62.5%;
}

.no-select
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#distribute > header,
#distribute > section,
#distribute > footer
{
  background-color: #fafbfa;
  overflow: hidden;
}

.container
{
  position: relative;
  max-width: 998px;
  margin: 0 auto 0 auto;
  padding: 15px;
  overflow: hidden;
}

img.preview
{
  max-height: 100px;
}

a
{
  color: #3c88e4;
  text-decoration: none;
  cursor: pointer;
}
a:hover
{
  text-decoration: underline;
}
a.selected
{
  color: #555;
}

.nolink a
{
  cursor: default;
}

.left
{
  float: left;
  margin-right: 25px;
}

.right
{
  float: right;
  margin-left: 25px;
}

.hidden
{
  display: none;
}

.button
{
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #5fdde2;
  border: solid 1px #5fdde2;
  color: #fff;
}
.button:hover
{
  background-color: #02c4cb;
  border-color: #02c4cb;
  text-decoration: none;
}
.button:active
{
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.button[disabled]
{
  opacity: 0.5;
  box-shadow: none;
  background-color: #588bc8;
  border-color: #5176a2;
}
.button.large
{
  padding:15px 25px 15px 25px;
}
.button.contact
{
  border-color:#02c4cb;
  background-color:#02c4cb;
}
.button.delete
{
  background-color: #ff649e;
  border-color: #ff649e;
}
.button.delete:hover
{
  background-color: #ba3c51;
  border-color: #ba3c51;
}
.button.delete:active
{

}
.button.delete[disabled]
{

}
.button.select
{
  background-color: #979797;
  border-color: #979797;
}
.button.select:hover
{
  background-color: #979797;
  border-color: #979797;
}
.button.select:active
{

}
.button.select[disabled]
{

}
.button .loading
{
  display: none;
}

p, h3, h4, h5, legend
{
  display: block;
  color: #333;
}

.open,
.closed
{
  overflow: hidden;
}
.open
{
  margin-bottom: 1em;
}
.closed
{
  display: none;
  max-height: 0px;
}
.open
{
  max-height: 9999px;
}

.message
{
  padding: 10px;
  border: solid 1px #96bff0;
  border-radius: 5px;
  background-color: #d9e8fa;
  color: #1d6ed0;
  margin-bottom: 2em !important;
}

.error
{
  padding: 10px;
  border: solid 1px #92262a;
  background-color: #ffe1e2;
  color: #92262a;
  margin-bottom: 2em;
}
  .error a
  {
    color: #ff151d;
  }

.box
{
  padding: 10px 15px 10px 15px;
  background-color: #eee;
  border: solid 1px #38ad76;
}

.reach
{
  padding-left: 15px;
  overflow: hidden;
  text-align: left;
  margin-top: 3px;
  color: #888;
}
  .reach span
  {
    display: none;
  }
  .reach .bar
  {
    float: left;
    clear: left;
    width: 15px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 0 5px 1px 0;
    padding: 0;
  }
  .reach.r1 { color: #c1032a; }
  .reach.r2 { color: #c65602; }
  .reach.r3 { color: #cb9d02; }
  .reach.r4 { color: #bad101; }
  .reach.r5 { color: #00d638; }
  .reach.r1 .bar:nth-last-of-type(-n+1) { background-color: #c1032a; }
  .reach.r2 .bar:nth-last-of-type(-n+2) { background-color: #c65602; }
  .reach.r3 .bar:nth-last-of-type(-n+3) { background-color: #cb9d02; }
  .reach.r4 .bar:nth-last-of-type(-n+4) { background-color: #bad101; }
  .reach.r5 .bar:nth-last-of-type(-n+5) { background-color: #00d638; }


.autocheck
{
  color: #555;
}

.actionbar
{

}

label
{
  cursor: pointer;
}

#distribute > header
{
  background-color: #4cd8dc;
  color: #fff;
}
  #distribute > header a#home
  {
    color: #fff;
    text-decoration: none;
  }
  #logo
  {
    height:32px;
    float: left;
    margin-right: 10px;
  }
  #distribute > header h1
  {
    margin: 0;
    padding: 10px;
    line-height: 100%;
    font-size: 2em;
    letter-spacing: 1px;
  }
  #distribute > header h2
  {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.6em;
    color: #78d3a8;
    position: relative;
    left: 1.5em;
  }
  #distribute > header nav
  {
    position: absolute;
    bottom: 0;
    right: 10px;
    overflow: visible;
  }

    #distribute > header nav a
    {
      color: #fff;
      float: left;
      padding: 10px;
      margin: 0 10px 0 10px;
      font-size: 1.3em;
      text-transform: capitalize;
      font-weight: bold;
      text-decoration: none;
      position: relative;
      overflow: visible;
      border-bottom: solid 8px #4cd8dc;
    }
    #distribute > header nav a:hover
    {
      border-color: #29d6cc;
    }
    #distribute > header nav a.selected
    {
      color: #fff;
      border-bottom: solid 8px #02c4cb;
    }
    #distribute > header nav a.special
    {
      text-transform: lowercase;
      color: #ba3c56;
    }
    #distribute > header nav a.special.selected
    {
      color: #555;
      border-color: #ba3c56;
    }
      #distribute > header nav a .badge
      {
        display: none;
        position: absolute;
        right: -12px;
        top: -8px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        background-color: #ff649e;
        color: #fff;
        text-align: center;
        overflow: visible;
      }
        #distribute > header nav a .badge span
        {
          position: relative;
          top: 3px;
          font-size: 0.85em;
          font-weight: normal;
        }

#distribute > footer
{
  border-top: solid 1px #fafbfa;
  background-color: #fafbfa;
  font-size: 1.2em;
}
  #distribute > footer p
  {
    float: left;
    margin: 0;
    padding: 0;
  }
  #distribute > footer nav
  {
    float: right;
  }
    #distribute > footer nav a
    {
      padding: 0 0.5em 0 0.5em;
    }

#distribute > section
{
  padding-bottom: 100px;
}
  #distribute > section h3
  {
    margin: 1em 0 5px 0;
    font-size: 2em;
  }
  #distribute > section h4
  {
    font-size: 2em;
    font-weight: normal;
    color: #888;
  }
  #distribute > section h5
  {
    font-size: 140%;
    color: #333;
    font-weight: bold;
    margin: 2em 0 0 0;
  }
    #distribute > section h3 .button,
    #distribute > section h4 .button
    {
      font-size: 0.6em;
      padding: 10px;
      position: relative;
      top: -5px;
    }
    #distribute > section h3 a,
    #distribute > section h4 a
    {
      font-weight: bold;
    }
    #distribute > section h3 .thin,
    #distribute > section h4 .thin
    {
      font-weight: normal;
      color: #888;
    }
    #distribute > section h3 .thin strong,
    #distribute > section h4 .thin strong
    {
      color: #333;
    }
    #distribute > section h3 .small,
    #distribute > section h4 .small
    {
      font-size: 0.7em;
      font-weight: normal;
    }
  #distribute > section p
  {
    font-size: 1.3em;
    line-height: 150%;
    margin: 0 0 1em 0;
    overflow: hidden;
  }
  #distribute > section ol,
  #distribute > section ul.content
  {
    font-size: 1.3em;
    line-height: 135%;
  }
    #distribute > section ol li,
    #distribute > section ul.content li
    {
      margin-bottom: 0.5em;
    }
  #distribute > section dl
  {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    overflow: hidden;
    line-height: 135%;
  }
    #distribute > section dl dt
    {
      width: 70px;
      float: left;
      text-align: right;
      clear: both;
      margin: 0;
      padding: 0;
      font-weight: bold;
      color: #888;
    }
    #distribute > section dl dd
    {
      display: block;
      margin: 0 0 1em 0;
      padding: 0 0 0 80px;
      min-height: 1em;
    }
  #distribute > section form
  {
    clear: both;
  }
  #distribute > section form.box
  {
    padding: 10px 15px 10px 15px;
    background-color: #eee;
    border: solid 1px #38ad76;
  }
    #distribute > section form fieldset
    {
      margin: 0;
      padding: 0;
      border: 0;
      overflow: visible;
    }
    #distribute > section form > fieldset
    {
      clear: both;
      margin: 2em 0 3em 0;
    }
      #distribute > section form fieldset legend
      {
        display: block;
        font-size: 2em;
        margin: 1em 1em 1em 0;
        color: #888;
        width: 100%;
      }
      #distribute > section form.box fieldset legend
      {
        color: #555;
      }
        #distribute > section form fieldset legend .button
        {
          font-size: 0.6em;
          padding: 10px;
          position: relative;
          top: -5px;
        }
      #distribute > section form div
      {
        clear: both;
        margin: 1em 0 1em 0;
        overflow: hidden;
        text-align: right;
      }
      #distribute > section form div.center
      {
        text-align: center;
        position: relative;
				overflow: visible;
      }
      #distribute > section form div.image
      {
        padding-left: 10px;
        margin-left: 12%;
        text-align: left;
        position: relative;
      }
        #distribute > section form div.image img
        {
          max-height: 120px;
          float: left;
          margin-right: 20px;
        }
        #distribute > section form div.image button
        {
          margin: 0 20px 0 0;
        }
        #distribute > section form div > label
        {
          color: #888;
          font-size: 1.5em;
          float: left;
          width: 15%;
          text-align: right;
          padding-top: 10px;
        }
        #distribute > section form div > input,
        #distribute > section form div > textarea
        {
          padding: 10px;
          border: solid 1px #ccc;
          border-radius: 5px;
          outline: 0;
          width: 79%;
          font-size: 1.5em;
        }
        #distribute > section form div > select
        {
          width: 82%;
          font-size: 1.5em;
          margin-top: 8px;
        }
        #distribute > section form div > input[disabled]
        {
          color: #333;
          background-color: #fff;
        }
        #distribute > section form div > input[type="number"],
        #distribute > section form div > input.short
        {
          width: 6em;
          float: left;
          margin-left: 1%;
        }
        #distribute > section form div > textarea
        {
          line-height: 150%;
          resize: vertical;
        }
        #distribute > section form div > textarea.keys
        {
          font-family: monospace;
        }
        #distribute > section form div > input:focus
        {
          border-color: #3c88e4;
        }
        #distribute > section form div.center :not(.message):not(.error) a
        {
          position: absolute;
          right: 0;
          top: 1em;
          font-size: 1.2em;
        }
        #distribute > section form div.center a.left
        {
          right: auto;
          left: 0;
        }
        #distribute > section form div .info
        {
          clear: both;
          float: right;
          font-size: 1.2em;
          margin-top: 1em;
        }
        #distribute > section form fieldset.radio
        {
          overflow: hidden;
          text-align: right;
          min-height: 2em;
          margin: 1em 0 1em 0;
        }
          #distribute > section form fieldset.radio legend
          {
            font-weight: normal;
            color: #888;
            font-size: 1.5em;
            margin: 0;
            float: left;
            width: 12%;
            text-align: right;
          }
          #distribute > section form fieldset.radio ul
          {
            display: inline-block;
            list-style-type: none;
            margin: 0 0 -1em 0;
            padding: 0;
            width: 85%;
            font-size: 1.5em;
            overflow: hidden;
            padding: 0 11px 11px 11px;
          }
            #distribute > section form fieldset.radio ul li
            {
              float: left;
              margin: 0 2em 1em 0;
              padding: 0;
            }
          #distribute > section form fieldset.radio p
          {
            clear: both;
            width: 85%;
            float: right;
            padding: 11px;
            text-align: left;
            font-size: 1.2em;
          }
#distribute > section form div.radio
{
  text-align: center;
}
  #distribute > section form div.radio label
  {
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
    color: #000;
  }


#distribute ul.biglist
{
  list-style-type: none;
  margin: 0;
  padding: 2em 0 2em 0;
}
  #distribute ul.biglist > li
  {
    display: block;
    margin: 1em 0 0 0;
    padding: 0;
    background-color: #eee;
    border: solid 1px #ccc;
    border-radius: 3px;
  }
  #distribute ul.biglist > li.inactive
  {
    opacity: 0.6;
  }
  #distribute ul.biglist > li:hover:not(.nolink)
  {
    background-color: #fff;
    border-color: #3c88e4;
  }
    #distribute ul.biglist li > a
    {
      display: block;
      text-decoration: none;
      padding: 10px 10px 0 10px;
    }
    #distribute ul.biglist li h4,
    #distribute ul.biglist li h5
    {
      margin: 0;
      padding: 0 0 5px 0;
      font-size: 1.8em;
      color: #3c88e4;
      font-weight: bold;
    }
      #distribute ul.biglist li h4 .noname,
      #distribute ul.biglist li h5 .noname
      {
        font-style: italic;
      }
      #distribute ul.biglist li h4 .noname:before,
      #distribute ul.biglist li h5 .noname:before
      {
        content: "(";
      }
      #distribute ul.biglist li h4 .noname:after,
      #distribute ul.biglist li h5 .noname:before
      {
        content: ")";
      }
    #distribute ul.biglist li > p
    {
      padding: 5px 10px 10px 10px;
      margin: 0;
    }
    #distribute ul.biglist li p
    {
      font-size: 1.3em;
    }

#distribute ul.radio
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  border-radius: 5px;
  overflow: hidden;
}
  #distribute ul.radio li
  {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 150%;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
  }
  #distribute ul.radio li:last-child
  {
    border-bottom: 0;
  }
  #distribute ul.radio li:hover
  {
    background-color: #f9f9f9;
  }
  #distribute ul.radio li.selected
  {
    background-color: #fff;
  }
    #distribute ul.radio li label
    {
      display: block;
      padding: 15px 10px 15px 10px;
    }
      #distribute ul.radio li label input
      {
        margin-right: 10px;
      }

#distribute ul.col2
{
  list-style-type: none;
  margin: 0;
  padding: 1em 0 0 0;
  overflow: hidden;
  clear: both;
}
  #distribute ul.col2 li
  {
    float: left;
    width: 45%;
    margin: 0.5em 0 0.5em 0;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc;
    font-size: 1.5em;
    font-weight: bold;
    font-family: monospace;
    clear: none;
    white-space: nowrap;
    color: #333;
    overflow: hidden;
  }
  #distribute ul.col2 li:nth-child(even)
  {
    float: right;
  }
  #distribute ul.col2 li.used
  {
    background-color: #ccc;
  }
    #distribute ul.col2 li p
    {
      padding: 10px;
      margin: 0;
      float: left;
      font-size: 1em;
    }
    #distribute ul.col2 li.used p
    {
      color: #888;
      text-decoration: line-through;
    }
    #distribute ul.col2 li .delete
    {
      float: right;
      cursor: pointer;
      color: #333;
      padding: 10px;
      font-size: 1em;
      background-color: transparent;
      border: 0;
    }
    #distribute ul.col2 li .delete:hover
    {
      color: #ba3c56;
    }
    #distribute ul.col2 li .delete:active
    {
      color: #ff0035;
    }

#distribute .description
{
  padding: 20px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}
  #distribute .description img
  {
    display: block;
    margin: 0 auto 1em auto;
  }

#distribute table
{
  width: 100%;
  border-spacing: 0;
  font-size: 1.2em;
}
  #distribute table th,
  #distribute table td
  {
    padding: 5px;
    text-align: center;
  }
  #distribute table th.left,
  #distribute table td.left
  {
    float: none;
    text-align: left;
  }
    #distribute table td input.short
    {
      width: 3em;
    }
    #distribute table td .listitem
    {
      display: inline;
    }
    #distribute table td .listitem:after
    {
      color: #888;
      content: "|";
    }
    #distribute table td .listitem:last-of-type:after
    {
      content: none;
    }
  #distribute table tr:nth-child(even) td
  {
    background-color: #eee;
  }
    #distribute table .action
    {
      min-width: 8em;
      text-align: center;
    }
    #distribute table .action button
    {
      padding: 5px;
      font-size: 0.9em;
    }

#distribute tbody tr.edit td.edit input
{
  text-align: left;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  outline: 0;
  width: 85%;
}
#distribute tbody tr.edit button.save
{
  display: none;
}
#distribute tbody tr.edit button.edit
{
  background-color: #aaa;
  border-color: #999;
}
#distribute tbody tr.edit button.edit:hover
{
  background-color: #999;
}


#requests .game
{
  margin: 50px 0 30px 0;
  padding-bottom: 50px;
  border-bottom: solid 1px #ccc;
}
#requests .game:last-child
{
  border-bottom: 0;
}
  #requests .game h4
  {
    margin: 0 0 0.3em 0;
    padding: 0;
  }
  #requests .game table
  {
    margin-bottom: 1em;
  }
  #requests .game .description
  {
    margin: 0 0 2em 0;
    padding: 10px;
    background-color: #eee;
    border: solid 1px #ddd;
    border-radius: 3px;
  }
    #requests .game .description p
    {
      font-weight: normal;
      margin: 0.5em 1em 0.5em 0.5em;
      padding: 0;
    }
  #requests table
  {
    border-spacing: 0;
    max-width:100%;
  }
    #requests table thead th
    {

    }
    #requests table tbody td
    {
      padding: 5px;
      overflow: auto;
    }
    #requests table input[type="number"]
    {
      padding: 3px;
    }

#distributelink
{
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  margin: 1em 0 0 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #eee;
}
  #distributelink p
  {
    color: #888;
    margin: 0.5em !important;
  }
  #distributelink a
  {
    font-weight: bold;
    margin: 1em;
    font-size: 1.2em;
  }

#message
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  font-size: 1.5em;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  display: none;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
}
#message.success
{
  background-color: #d7f2e7;
  border-color: #50c794;
  color: #2b865f;
}
#message.error
{
  border-color: #912e3f;
  color: #912e3f;
}

#distribute .pending td.loading
{
  color: #555;
  padding-top: 2em;
}

nav ul
{
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.5em;
  overflow: hidden;
}
  nav ul li
  {
    float: left;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px #888 solid;
  }
  nav ul li:last-of-type
  {
    padding: 0;
    margin: 0;
    border: 0;
  }
    nav ul li a
    {
      display: block;
    }

#digest
{
	font-size: 1.2em;
	text-align: right;
}
	#digest select
	{
		color: #000;
	}

#choose_game,
#choose_platform
{
  float: right;
  clear: right;
  font-size: 1.2em;
  margin: 3px 5px 2px 0;
  padding: 0;
}

img.login
{
  position: relative;
  margin: 0 20px 3em 0;
}
img.login.google
{
  top: 5px;
}

#distribute ul.editable li > div,
#distribute ul.editable li > form
{
  padding: 10px;
}
  #distribute ul.editable li > div button
  {
    margin-right: 1em;
  }
  #distribute ul.editable li > div p
  {
    margin: 0;
    padding: 0;
    line-height: 100%;
  }
  #distribute ul.editable li > form
  {
    background-color: #fff;
    border-radius: 3px;
  }

#browse
{
  display: block;
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0;
}
  #browse > li
  {
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
    display: block;
    border-bottom: solid 1px #41D7DF;
  }
    #browse > li .date
    {
      color: #888;
      float: right;
    }
    #browse > li h4
    {
      font-size: 300%;
      color: #000;
      font-weight: bold;
      margin: 0;
    }
    #browse > li h5
    {
      color: #555;
      font-weight: normal;
      margin: 0.5em 0 30px 0;
      padding: 0;
      font-size: 150%;
    }
    #browse > li img
    {
      width: 100%;
      max-width: 600px;
      margin-bottom: 30px;
    }
    #browse > li ul
    {
      list-style-type: square;
      font-size: 150%;
    }
      #browse > li ul li
      {
        margin-bottom: 0.5em;
        font-weight: bold;
      }

#sort a
{
  font-size: 150%;
  margin-right: 1em;
  text-decoration: none;
}
#sort a:focus,
#sort a:hover
{
  color: #3c88e4;
  border-bottom: solid 1px #3c88e4;
}

@media screen and (max-width: 1000px)
{
  #distribute > header,
  #distribute > section,
  #distribute > footer
  {
    border-left: 0;
    border-right: 0;
  }
}
