body.tutorial_body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13pt;
    background-color: #1E335E;
    margin: 0;
}

body.gradient_body {
    font-size: 13pt;
    margin: 30px 0;
    padding: 0 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;

    background: #a7cfdf; /* Old browsers */
    background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%);

    height: 100%;
    background-attachment: fixed;
}

.hero {
    line-height: normal;
    font-size: 30pt;
    letter-spacing: 2px;
    font-family: monospace; 
    font-weight: bold;
    margin: 15px 15px 5px 15px;
    color: white;
    position: relative;
    top: 10px;
}

#platform_tabs {
    font-weight: bold;
}

.download_tabs {
    min-height: 100px;
    border: 1px solid #ddd;
    border-top-width: 0;
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: center;
}

.over-pos {
    overflow: visible;
    position: relative;
}

.download_tab > div {
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 235px;
    border: solid #AAA 1px;
    border-radius: 5px;
    padding: 5px;
    min-height: 160px;
    vertical-align: top;
}

.download_tab img {
    height: 64px;
    width: auto;
}

.download_tab h4 {
    font-weight: normal;
    margin-bottom: 20px;
}

.download_tab a {
    text-decoration: underline;
}

/* Put link between name and icon */
.block_links div > a {
    display: block;
}

/* Space below the Linux images */
.linux_tabs img {
    margin-bottom: 5px;
    margin-top: 15px;
}

#get_fish_linux img {
    max-height: 64px;
    width: auto;
    height: auto;
}

.container-narrow, .container-wide {
    color: #222;
    padding: 10px 50px 30px;
    background-color: #EEEEFA;
    border-radius: 14px;
    position: relative;

    margin: 25px auto 0;

    -moz-box-shadow: 0 0 1px 1px #333;
    -webkit-box-shadow: 0 0 1px 1px #333;
    box-shadow: 0 0 5px 1px #333;
}

.container-narrow {
    width: 850px;
}

.container-wide {
    margin-left: 20px;
    margin-right: 20px;
}

hr {
    border-top: 1px solid #CCF;
    border-bottom: 1px solid #FFF;
}

ul li {
    margin-bottom: 6px;
}

.nav-tabs {
    margin-bottom: 0;
}

.mono {
    font-family: Menlo, Monaco, "DejaVu Sans Mono", "Courier New", Courier, monospace;
    font-size: 11pt;
}

#ancestor {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.fish_header {
    font-size: 30pt;
}

.fish_header a {
    text-decoration: none;
    color: inherit;
}

#parent {
    font-family: Helvetica, "Helvetica Neue", sans-serif;
    color: #383838;
    margin-top: 20px;
    padding: 10px 50px 30px;
    background-color: #EEEED4;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.shadow {
    -moz-box-shadow: 0 0 1px 1px #333;
    -webkit-box-shadow: 0 0 1px 1px #333;
    box-shadow: 0 0 3px 1px #333;
}

.headline {
    padding: 0 30px 20px 0;
    font-size: 30pt;
    width: 400px;
}

.headline_sub {
    padding: 0 30px 20px 0;
    width: 400px;
    font-size: 14pt;
}

#fish_icon {
    float: right;
    margin-right: 80px;
    margin-top: 15px;
    width: 200px;
    height: 120px;
    /*border: 3px dashed black;*/
}

#fish_icon_img {
    float: right;
    margin-right: 80px;
    margin-top: 15px;
    width: 246px;
    height: 172px;
    position: relative;
    bottom: 15px;
    left: 25px;
}

.promo_table {
    display: table;
    width: 100%;
}

.promo_table_row {
    display: table-row;
}

.promo_table_cell {
    width: 400px;
    min-height: 100px;
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
}

.promo_table_left {
    padding-left: 0;
    padding-right: 25px;
}

.promo_table_right {
    padding-left: 25px;
    padding-right: 0;
}

h3 {
    margin-bottom: 12px;
}

.thin_separator {
    width: 100%;
    border-bottom: 1px solid #AA9;
}

.promo_image {
    float: right;
    width: 100px;
    height: 100px;
    border: 3px dashed #333;
    position: relative;
    bottom: 10px;
    margin-left: 15px;
    overflow: hidden;
}

.promo_image img {
    /* the screenshots of the terminals look terrible when scaled up with blurry filtering
      (user zooms, or user has retina display). */
    border-style: none;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: optimize-contrast; 
    image-rendering: crisp-edges;
}

#autosuggestion {
}

#vga {
}

#man_completions {
}

#web_config {
}

.fish_logo {
    width: 320px;
    height: 240px;
    position: relative;
    bottom: 45px;
    right: 55px;
}

#fish_icon pre {
    font-weight: bold;
    font-size: 10pt;
    position: relative;
    bottom: 60px;
    right: 80px;
    color: #006090;
}

.install_float {
    float: left;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #888;
    background-color: #FFFFD8;
    font-size: 13pt;
    margin: 10px;
}

.install_icon {
    width: 48px;
    height: 48px;
    margin-top: 10px;
}

.nounderline {
    text-decoration: none;
}

.install_button {
    display: block;
    width: 128px;
    height: 24px;
    border: solid 1px #606080;
    padding: 10px;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-size: 18pt;
    margin-top: 25px;

    background: rgb(95, 169, 226); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(95, 169, 226, 1) 3%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(95, 169, 226, 1)), color-stop(50%, rgba(41, 137, 216, 1)), color-stop(51%, rgba(32, 124, 202, 1)), color-stop(95%, rgba(30, 87, 153, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(95, 169, 226, 1) 3%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(95, 169, 226, 1) 3%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(95, 169, 226, 1) 3%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 95%); /* IE10+ */
    background: linear-gradient(top, rgba(95, 169, 226, 1) 3%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(30, 87, 153, 1) 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fa9e2', endColorstr='#1e5799', GradientType=0); /* IE6-9 */
}

.faq_question {
    font-size: 13pt;
}

.faq_answer {
    margin-left: 25px;
}

.arrow_box {
    position: relative;
    background: #FFF;
    border: 2px solid #ccd6d9;
}

.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border: 12px rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    left: 50%;
    margin-left: -12px;
}

.arrow_box:before {
    border: 15px rgba(204, 214, 217, 0);
    border-bottom-color: #ccd6d9;
    left: 50%;
    margin-left: -15px;
}

#app_explanation {
    display: none;
    position: absolute;
    margin-top: 10px;
    min-height: 0;
    padding: 10px;
    border-radius: 4px;
    text-align: left;
    font-size: smaller;
    cursor: pointer;
}

.container-narrow > hr {
    margin: 20px 0;
}

.jumbotron {
    margin: 36px 0;
}

.jumbotron h1 {
    line-height: normal;
}

.lead {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

.marketing p + h4 {
    margin-top: 28px;
}

.logo {
    float: right;
    width: 255px;
    height: 255px;
    position: relative;
    left: 5px;
    bottom: 15px;
    margin-left: -100%;
}

.btn-large {
    font-size: larger;
    color: rgb(0, 85, 128);
}

.app-download {
    width: 110px;
    height: 110px;
    position: relative;
    bottom: 28px;
    margin-bottom: -45px;
}

.release-notes-title {
    font-size: 14pt;
}

.releases-list {
    list-style-type: circle;
}

.from-git {
    margin: 20px 0 20px 25px;
}

.app-filesize {
    margin-bottom: 1px;
}

.app-sha1 {
    font-size: 10pt;
}

.boldlinks a {
  font-weight: bold;
}
