html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, ul, li,
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-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.about, .download {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #bbb;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #383838;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.4); }
  .about a, .download a {
    color: #eee;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s; }
    .about a:hover, .download a:hover {
      text-decoration: none;
      background: #555;
      background: rgba(255, 255, 255, 0.15); }

.about-links, .download-link {
  height: 30px; }
  .about-links > a, .download-link > a {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 12px; }

.about-author, .about-beta, #about-download, .about-download-warning, #what-is, #download-not-start {
  margin-top: 5px; }
  .about-author > a, .about-beta > a, #about-download > a, .about-download-warning > a, #what-is > a, #download-not-start > a {
    padding: 1px 3px;
    margin: 0 -1px; }

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color: #404040;
  background: #93cedf; }

.container {
  margin: 50px auto;
  width: 500px;
  text-align: center; }
  .container > .dropdown, .container > .dropdown-warning {
    margin: 0 20px;
    vertical-align: top; }

.dropdown, .dropdown-warning {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
  .dropdown:before, .dropdown-warning:before, .dropdown:after, .dropdown-warning:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none; }
  .dropdown:before, .dropdown-warning:before {
    border-bottom-style: solid;
    border-top: none; }
  .dropdown:after, .dropdown-warning:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none; }

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: transparent !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .dropdown-select:focus {
    z-index: 3;
    width: 100%;
    color: #394349;
    outline: 2px solid #49aff2;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px; }
  .dropdown-select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer; }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown, .lt-ie9 .dropdown-warning {
  z-index: 1; }
.lt-ie9 .dropdown-select {
  z-index: -1; }
.lt-ie9 .dropdown-select:focus {
  z-index: 3; }

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px; } }
.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dropdown-dark:before {
    border-bottom-color: #aaa; }
  .dropdown-dark:after {
    border-top-color: #aaa; }
  .dropdown-dark .dropdown-select {
    color: #aaa;
    text-shadow: 0 1px black;
    /* Fallback for IE 8 */
    background: #444; }
    .dropdown-dark .dropdown-select:focus {
      color: #ccc; }
    .dropdown-dark .dropdown-select > option {
      background: #444;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4); }

/* Changes to replicate the mockup */
h1 {
  font-size: 24px; }

h2 {
  font-size: 24px; }

.download {
  margin: 0px auto 20px; }

.download-link > a {
  width: 100%;
  font-size: 14px; }

.download-text {
  color: #eee;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  height: 30px;
  line-height: 30px; }

.about-download-warning {
  color: white; }

.dropdown-warning {
  border-color: red; }

.center-text {
  text-align: center; }

#download-not-start a {
  color: black;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s; }
  #download-not-start a:hover {
    text-decoration: none;
    background: #555;
    background: rgba(255, 255, 255, 0.15); }

#download-details {
  font-size: 32px; }

#custom-download {
  font-size: 13px; }

/* Messy fix for Safari ignoring spacing between Language and OS Selectors */
.safari #safarifix {
  height: 5px; }
