body {
  background-color: #2D2D31;
  color: white;
  font-family: "PT Sans", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px; }
  body.full-screen {
    overflow: hidden; }
  body a {
    color: #94EBD9;
    text-decoration: none; }
    body a:hover {
      /*color: #67C7B3;*/
      color: #BAF5E9; }
  body .pure-button {
    background-color: #181818;
    border: 1px solid #0B7474;
    color: white; }
    body .pure-button.inline {
      padding: 3px 9px;
      margin: 0px 4px; }
  body .wrapper {
    max-width: 960px;
    margin: 0px auto; }
  body .header, body .contents, body .subtext {
    padding: 18px; }
  body .header {
    background-color: black;
    overflow: hidden;
    height: 42px; }
    body .header h1 {
      margin: 0px;
      display: inline-block;
      font-size: 32px; }
      body .header h1 a {
        text-decoration: inherit;
        color: inherit; }
    body .header .pure-button {
      background-color: #3C3C3C; }
    body .header .button-upload {
      /*display: inline-block;
			margin-left: 32px;
			vertical-align: 5px;*/
      float: right; }
    body .header .abuse {
      float: right;
      margin-right: 64px;
      margin-top: 10px; }
  body .contents h2 {
    margin-top: 0px; }
  body .contents #upload_activator {
    margin-bottom: 18px; }
  body .contents .latest {
    margin-top: 64px; }
    body .contents .latest a.document {
      display: inline-block;
      width: 150px;
      height: 218px;
      background-color: white;
      text-decoration: none;
      border: 0px; }
      body .contents .latest a.document img {
        width: 150px; }
    body .contents .latest a.gallery-link {
      display: block;
      float: right;
      padding: 12px 64px; }
  body .contents .upload-form {
    font-size: 18px;
    text-align: center; }
    body .contents .upload-form .button-browse {
      font-size: 24px;
      vertical-align: -1px;
      margin-right: 24px; }
    body .contents .upload-form .faded {
      opacity: 0.4; }
    body .contents .upload-form .info, body .contents .upload-form .fileinfo, body .contents .upload-form .progress {
      text-align: left;
      max-width: 700px;
      margin: 64px auto 0px auto; }
    body .contents .upload-form .fileinfo {
      display: none; }
      body .contents .upload-form .fileinfo h2 {
        margin: 0px 0px 16px 0px; }
      body .contents .upload-form .fileinfo .button-submit {
        float: right;
        margin-top: 16px; }
    body .contents .upload-form .progress {
      display: none;
      margin-top: 32px; }
      body .contents .upload-form .progress .wait {
        display: none; }
    body .contents .upload-form #upload_element {
      display: none; }
    body .contents .upload-form .bar, body .contents .upload-form .bar-inner {
      height: 12px; }
    body .contents .upload-form .bar {
      border: 1px solid #0B7474;
      border-radius: 4px;
      overflow: hidden;
      margin-top: 8px; }
    body .contents .upload-form .bar-inner {
      background-color: #014949;
      width: 0%;
      border-radius: 3px; }
  body .viewer-contents .embed_code {
    width: 280px;
    background-color: #1C1C1C;
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
    color: #E1E1E1; }
  body .viewer-contents .viewer-wrapper {
    position: absolute;
    /*top: 78px;*/
    top: 117px;
    bottom: 0px;
    left: 0px;
    right: 320px;
    overflow: hidden; }
    body .viewer-contents .viewer-wrapper .viewer {
      width: 100%;
      height: 100%;
      border: 0px; }
  body .viewer-contents .bottombar {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 48px;
    padding: 8px; }
    body .viewer-contents .bottombar .header-wrapper {
      width: 99%; }
      body .viewer-contents .bottombar .header-wrapper h2 {
        display: block;
        margin: 0px 0px 3px 0px;
        font-size: 17px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    body .viewer-contents .bottombar .tools {
      font-size: 14px; }
      body .viewer-contents .bottombar .tools .views {
        float: left;
        margin-top: 4px;
        font-weight: bold; }
      body .viewer-contents .bottombar .tools .embed {
        float: right;
        margin-right: 48px; }
      body .viewer-contents .bottombar .tools .download {
        float: right; }
  body .viewer-contents .sidebar {
    position: absolute;
    /*top: 78px;*/
    top: 117px;
    bottom: 0px;
    right: 0px;
    width: 320px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px; }
    body .viewer-contents .sidebar .embed_code {
      height: 100px; }
    body .viewer-contents .sidebar h3 {
      margin-bottom: 8px;
      margin-top: 28px; }
    body .viewer-contents .sidebar p {
      margin: 8px 0px; }
    body .viewer-contents .sidebar .toolbar-settings {
      margin: 8px 3px; }
      body .viewer-contents .sidebar .toolbar-settings input {
        margin-right: 4px; }
      body .viewer-contents .sidebar .toolbar-settings label {
        margin-right: 9px; }
  body .gallery {
    background-color: #242427;
    border: 1px solid black; }
    body .gallery .next, body .gallery .previous {
      display: block;
      padding: 16px;
      font-size: 18px; }
    body .gallery .next {
      float: right; }
    body .gallery .previous {
      float: left; }
    body .gallery .document {
      padding: 24px;
      border-bottom: 1px solid black;
      display: block;
      color: white; }
      body .gallery .document:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      body .gallery .document:hover {
        background-color: #2a2a2e; }
      body .gallery .document span {
        display: block; }
      body .gallery .document span.thumb {
        width: 83px;
        height: 120px;
        float: left;
        background-color: white;
        margin-right: 16px; }
        body .gallery .document span.thumb img {
          height: 120px; }
      body .gallery .document .name {
        font-weight: bold;
        font-size: 24px; }
      body .gallery .document .date {
        font-size: 20px; }
      body .gallery .document .views {
        font-size: 18px; }

.footer {
  margin-top: 32px;
  padding-top: 12px;
  border-top: 1px solid #DEDEDE;
  font-size: 14px;
  color: #DEDEDE; }

#drag_ghost {
  display: none;
  position: absolute;
  z-index: 999;
  padding: 8px;
  background-color: #1D3030;
  border: 1px solid #0B7474;
  box-shadow: 3px 3px 8px 0px #131314;
  color: white;
  font-size: 19px;
  font-weight: bold;
  border-radius: 5px; }

@media (max-width: 575px) {
  .header .abuse {
    display: none; } }

@media (max-width: 640px) {
  .bottombar .embed {
    display: none; } }

@media (max-width: 660px) {
  .alt-small {
    display: block; }
  .alt-large {
    display: none; } }

@media (min-width: 650px) {
  .alt-small {
    display: none; }
  .alt-large {
    display: block; } }

@media (max-width: 800px) {
  .dragdrop-instructions {
    display: block; } }

@media (max-width: 1000px) {
  .hide-small {
    display: none; } }

@media (max-width: 1200px) {
  body .viewer-contents .sidebar {
    display: none; }
  body .viewer-contents .viewer-wrapper {
    right: 0px;
    bottom: 64px; }
  body .viewer-contents .bottombar {
    display: block; } }

.clear {
  clear: both; }

.notice {
  background-color: #0A8071;
  color: white;
  padding: 12px 14px;
  margin-bottom: 32px;
  border-radius: 4px; }
  .notice a {
    color: white; }

.announce {
  background-color: #0A8071;
  color: white;
  text-align: center;
  padding: 12px 16px;
  font-size: 18px; }
  .announce a {
    color: white; }

.full-screen .announce {
  height: 21px;
  overflow: hidden;
  font-size: 17px;
  padding: 9px 16px; }

/*# sourceMappingURL=style.css.map */