@font-face {
  font-family: 'hastebin-icons';
  src: url("../font/hastebin/hastebin-icons.eot?v=20150224");
  src: url("../font/hastebin/hastebin-icons.eot?v=20150224") format('embedded-opentype'), url("../font/hastebin/hastebin-icons.woff?v=20150224") format('woff'), url("../font/hastebin/hastebin-icons.ttf?v=20150224") format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Exo 2';
  src: url("../font/exo2/Exo2-Italic.eot?v=20150226");
  src: url("../font/exo2/Exo2-Italic.eot?v=20150226") format('embedded-opentype'), url("../font/exo2/Exo2-Italic.woff?v=20150226") format('woff'), url("../font/exo2/Exo2-Italic.ttf?v=20150226") format('truetype');
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Exo 2';
  src: url("../font/exo2/Exo2-SemiBoldItalic.eot?v=20150226");
  src: url("../font/exo2/Exo2-SemiBoldItalic.eot?v=20150226") format('embedded-opentype'), url("../font/exo2/Exo2-SemiBoldItalic.woff?v=20150226") format('woff'), url("../font/exo2/Exo2-SemiBoldItalic.ttf?v=20150226") format('truetype');
  font-weight: 600;
  font-style: italic; }

html {
  height: 100%; }

body, code, pre, textarea, ul {
  margin: 0;
  padding: 0; }

body {
  padding: 1.5rem 3.2rem;
  height: 100%;
  background: #002b36;
  font-family: Helvetica, sans-serif; }

.pastebox {
  width: 100%;
  height: 100%;
  resize: none;
  font-family: Monaco, Consolas, "Liberation Mono", Courier, "Courier New", monospace;
  font-size: 0.8em;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  color: white;
  background: transparent;
  border: 0;
  outline: none; }

.pastebox > code {
  padding: 0;
  font-family: inherit;
  font-size: inherit; }

#linenos {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 2.2rem;
  z-index: -1000;
  color: gray;
  font-family: Monaco, Consolas, "Liberation Mono", Courier, "Courier New", monospace;
  font-size: 0.8em;
  text-align: right; }

#actionbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: +900;
  color: white; }

.logo {
  padding: 0.8em;
  padding-bottom: 0.4em;
  text-align: center;
  background: #00232c; }

.logo > a {
  font: italic normal 400 1.6em/1 "Exo 2";
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  opacity: 0.7; }
  .logo > a b {
    font-weight: 600; }
  .logo > a:hover {
    opacity: 1; }

.actions {
  padding: 0 0.5em;
  background: #003340; }

.button {
  display: inline-block;
  padding: 0.5em 0.15em;
  opacity: 0.3;
  font-size: 1.15em; }
  .button:before {
    display: inline-block;
    margin-right: .2em;
    width: 1em;
    font: normal normal normal 1em/1 'hastebin-icons';
    font-size: inherit;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-align: center;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    speak: none; }
  .button.enabled {
    opacity: 0.7; }
  .button.enabled:hover {
    cursor: pointer;
    opacity: 1; }

#save-button:before {
  content: '\e800';
  font-size: 106%; }

#new-button:before {
  content: '\e801'; }

#duplicate-button:before {
  content: '\e802'; }

#raw-button:before {
  content: '\e803'; }

#twitter-button:before {
  content: '\e804'; }

.tooltip, #messages li {
  padding: 0.8em 1.2em;
  background: #003e4d;
  font-size: 0.75em;
  line-height: 1.2em; }

.tooltip-label, #messages li {
  color: white;
  font-weight: bold; }

.tooltip-shortcut {
  opacity: 0.7;
  font-weight: normal; }

#messages {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25%;
  padding: 0;
  width: 50%;
  z-index: +1000; }
  #messages li {
    margin: 0 auto;
    background: rgba(102, 8, 0, 0.8);
    list-style: none; }
