/*	ghtbox v2 Project page styles	
 *	Author: Lokesh Dhakar http://www.lokeshdhakar.com
 *	Created: a long time ago (2006 I think)
 *	Table of Contents:
 *		layout
 *		typography
 *    content */
/* ne 17, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
 span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-agn: middle;
}

/* ne 20, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
body {

}

/* ne 22, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
ol,  {
  st-style: none;
}

/* ne 24, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ne 26, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
caption, th, td {
  text-agn: left;
  font-weight: normal;
  vertical-agn: middle;
}

/* ne 28, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
q, blockquote {
  quotes: none;
}
/* ne 101, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* ne 30, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
a img {
  border: none;
}

/* ne 114, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* layout
 *----------------------------------------------- */
/* ne 18, ../sass/screen.sass */
#sidebar {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 200px;
}

/* ne 24, ../sass/screen.sass */
#content {
  margin: 0 40px 40px 280px;
}

/* ne 27, ../sass/screen.sass */
.row {
  *zoom: 1;
}
/* ne 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Typography
 *----------------------------------------------- */
/* ne 33, ../sass/screen.sass */

/* ne 36, ../sass/screen.sass */
body, input, textarea {
  color: white;
  ne-height: 1.625em;
}

/* ne 45, ../sass/screen.sass */
#ghtbox {
  text-shadow: none;
}

/* ne 48, ../sass/screen.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  ne-height: 1.625em;
  margin: 0;
  color: #d0eb6a;
}

/* ne 56, ../sass/screen.sass */
h1 {
  font-size: 40px;
  ne-height: 1.2em;
}

/* ne 60, ../sass/screen.sass */
h2 {
  font-size: 34px;
  ne-height: 1.45em;
  margin-bottom: 0.2em;
}

/* ne 65, ../sass/screen.sass */
h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #88a616;
}

/* ne 71, ../sass/screen.sass */
h4 {
  font-size: 16px;
}

/* Text elements */
/* ne 77, ../sass/screen.sass */
p {
  margin: 0 0 1.25em 0;
 
}

/* ne 81, ../sass/screen.sass */
, ol {
  margin: 0 0 1.25em 0;
}

/* ne 84, ../sass/screen.sass */
dt {
  font-weight: bold;
}

/* ne 87, ../sass/screen.sass */
dd {
  margin-bottom: 1.625em;
}

/* ne 90, ../sass/screen.sass */
strong {
  font-weight: bold;
}

/* ne 93, ../sass/screen.sass */
i {
  font-style: itac;
}

/* ne 96, ../sass/screen.sass */
pre {
  background: rgba(0, 0, 0, 0.4);
  color: #e7931a;
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  ne-height: 1.5;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
}

/* ne 107, ../sass/screen.sass */
code, kbd {
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #e7931a;
}

/* ne 115, ../sass/screen.sass */
pre code {
  font-size: 13px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

/* nks */
/* ne 122, ../sass/screen.sass */
a {
  color: #8ad459;
  text-decoration: none;
}
/* ne 125, ../sass/screen.sass */
a:hover {
  color: #589e29;
}

/* ne 128, ../sass/screen.sass */
::-moz-selection,
::selection {
  background: #e7931a;
  color: white;
}

/* sidebar
 *----------------------------------------------- */
/* ne 137, ../sass/screen.sass */
#sidebar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* ne 140, ../sass/screen.sass */
#sidebar:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* ne 142, ../sass/screen.sass */
#sidebar a {
  color: white;
}
/* ne 144, ../sass/screen.sass */
#sidebar .logo {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 146, ../sass/screen.sass */
#sidebar .logo em {
  color: #8ad459;
}
/* ne 148, ../sass/screen.sass */
#sidebar .logo:hover {
  text-shadow: 0 0 20px #d0eb6a, 0 0 50px #d0eb6a;
}
/* ne 150, ../sass/screen.sass */
#sidebar .author {
  font-weight: 800;
  ne-height: 1.4em;
}
/* ne 154, ../sass/screen.sass */
#sidebar .author a:hover {
  text-shadow: 0 0 10px white;
}
/* ne 156, ../sass/screen.sass */
#sidebar .author .twitter {
  font-size: 14px;
}
/* ne 158, ../sass/screen.sass */
#sidebar .author .twitter a {
  color: #4d9ed8;
}
/* ne 160, ../sass/screen.sass */
#sidebar .author .twitter em {
  color: #4d9ed8;
}

/* ne 163, ../sass/screen.sass */
#nav {
  st-style: none;
  margin: 1.5em 0 1em 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
}
/* ne 170, ../sass/screen.sass */
#nav  {
  padding: 0;
  margin: 0;
}
/* ne 173, ../sass/screen.sass */
#nav a {
  display: block;
  height: 2em;
  padding: 0.6em 0.2em 0.3em 20px;
  background: #505050;
  border-top: 1px sod rgba(255, 255, 255, 0.15);
  border-bottom: 1px sod rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 181, ../sass/screen.sass */
#nav a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: #88a616;
}
/* ne 184, ../sass/screen.sass */
#nav a.first {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-color: transparent;
}
/* ne 188, ../sass/screen.sass */
#nav a.last {
  border-top-color: rgba(255, 255, 255, 0.25);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* content
 *----------------------------------------------- */
/* ne 196, ../sass/screen.sass */
.download {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px 20px 10px 10px;
  background-color: #333333;
  border: 5px sod #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 204, ../sass/screen.sass */
.download:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* ne 207, ../sass/screen.sass */
.download .box {
  float: left;
}
/* ne 209, ../sass/screen.sass */
.download .file {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  ne-height: 1.1em;
}
/* ne 216, ../sass/screen.sass */
.download .file .version {
  font-size: 24px;
  color: #8ad459;
}

/* ne 221, ../sass/screen.sass */
.filest {
  float: left;
  font-size: 12px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  ne-height: 1.5em;
}
/* ne 226, ../sass/screen.sass */
.filest .header {
  text-transform: uppercase;
  font-weight: bold;
}
/* ne 229, ../sass/screen.sass */
.filest .folder {
  color: #999999;
}
/* ne 231, ../sass/screen.sass */
.filest .note {
  color: #999999;
}

/* ne 235, ../sass/screen.sass */
.changelog {
  margin-bottom: 0.5em;
}
/* ne 237, ../sass/screen.sass */
.changelog  {
  st-style: none;
  padding: 0 0 0 14px;
  background: url(../images/blet.gif) no-repeat 0 11px;
  color: #999999;
}
/* ne 242, ../sass/screen.sass */
.changelog  .version {
  color: #88a616;
}
/* ne 244, ../sass/screen.sass */
.changelog  .date {
  color: white;
}
/* ne 246, ../sass/screen.sass */
.changelog .old {
  display: none;
}

/* ne 249, ../sass/screen.sass */
.showOlderChanges {
  color: #999999;
}

/* ne 253, ../sass/screen.sass */
.forums {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px;
  background-color: #333333;
  border: 5px sod #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 261, ../sass/screen.sass */
.forums:hover {
  border-color: #8ad459;
  background-color: #444444;
}
/* ne 264, ../sass/screen.sass */
.forums .speech {
  float: left;
  margin-right: 20px;
}
/* ne 267, ../sass/screen.sass */
.forums .nk {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  ne-height: 1.1em;
}
/* ne 274, ../sass/screen.sass */
.forums .nk .sub {
  color: #8ad459;
}

/* ne 278, ../sass/screen.sass */
#elsewhere .button {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  display: block;
  float: left;
  margin: 20px 20px 40px 0;
  padding: 10px 10px 10px 10px;
  background-color: #333333;
  border: 5px sod #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}
/* ne 291, ../sass/screen.sass */
#elsewhere .button:hover {
  background-color: #444444;
  border-color: #8ad459;
}

/* misc
 *----------------------------------------------- */
/* ne 298, ../sass/screen.sass */
p.lead {
  font-size: 26px;
  font-weight: 600;
  ne-height: 1.4em;
  margin-bottom: 0;
}

/* ne 305, ../sass/screen.sass */
hr {
  height: 6px;
  background: #3d3d33;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}

/* ne 312, ../sass/screen.sass */
.section {
  padding: 40px 0;
}
/* ne 314, ../sass/screen.sass */
.section:first-child {
  border-top: none;
}

/* ne 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* ne 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* ne 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* ne 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  ne-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px sod rgba(0, 0, 0, 0.3);
}
/* ne 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* ne 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ne 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* ne 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* ne 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* ne 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* ne 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 1000px) {
  /* ne 364, ../sass/screen.sass */
  body, input, textarea {
    font-size: 14px;
  }

  /* ne 367, ../sass/screen.sass */
  body {
    padding-top: 20px;
  }

  /* ne 370, ../sass/screen.sass */
  .section {
    padding: 20px 0;
  }

  /* ne 373, ../sass/screen.sass */
  p.lead {
    font-size: 20px;
  }

  /* ne 376, ../sass/screen.sass */
  h1 {
    font-size: 30px;
  }

  /* ne 379, ../sass/screen.sass */
  h2 {
    font-size: 24px;
  }

  /* ne 382, ../sass/screen.sass */
  h3 {
    font-size: 16px;
  }

  /* ne 385, ../sass/screen.sass */
  code, kbd {
    font-size: 13px;
  }

  /* ne 388, ../sass/screen.sass */
  pre code {
    font-size: 12px;
  }

  /* ne 391, ../sass/screen.sass */
  pre {
    padding: 0.75em;
  }

  /* ne 394, ../sass/screen.sass */
  #sidebar {
    width: 160px;
    left: 20px;
  }

  /* ne 398, ../sass/screen.sass */
  #content {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 700px) {
  /* ne 403, ../sass/screen.sass */
  body, input, textarea {
    font-size: 12px;
    padding-top: 0;
  }

  /* ne 407, ../sass/screen.sass */
  p.lead {
    font-size: 16px;
  }

  /* ne 410, ../sass/screen.sass */
  code, kbd {
    font-size: 12px;
  }

  /* ne 413, ../sass/screen.sass */
  pre code {
    font-size: 11px;
  }

  /* ne 416, ../sass/screen.sass */
  pre {
    padding: 0.5em;
  }

  /* ne 420, ../sass/screen.sass */
  #sidebar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: static;
    text-agn: center;
    width: auto;
    margin: 20px 20px 0 20px;
    border-bottom: 6px sod #3d3d33;
  }
  /* ne 427, ../sass/screen.sass */
  #sidebar h1 {
    font-size: 24px;
  }
  /* ne 429, ../sass/screen.sass */
  #sidebar .twitter {
    font-size: 14px;
  }
  /* ne 431, ../sass/screen.sass */
  #sidebar #nav {
    font-size: 12px;
  }
  /* ne 433, ../sass/screen.sass */
  #sidebar #nav  {
    display: inne-block;
  }
  /* ne 435, ../sass/screen.sass */
  #sidebar #nav  a {
    padding: 10px;
    height: auto;
    margin: 0 5px 10px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  /* ne 441, ../sass/screen.sass */
  h2 {
    font-size: 18px;
  }

  /* ne 444, ../sass/screen.sass */
  h3 {
    font-size: 14px;
  }

  /* ne 447, ../sass/screen.sass */
  #content {
    margin: 10px 20px 20px 20px;
  }

  /* ne 450, ../sass/screen.sass */
  .download {
    text-agn: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* ne 456, ../sass/screen.sass */
  .download .box, .download .file {
    float: none;
  }

  /* ne 459, ../sass/screen.sass */
  .forums {
    text-agn: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* ne 465, ../sass/screen.sass */
  .forums .speech, .forums .nk {
    float: none;
  }
}
