.fast-introduction{
	font-family:'Source Sans Pro', Arial, Helvetica, sans-serif;
    overflow-y: hidden;
    position: relative;
    min-width: 1030px;
}
#gl-outer-wrapper {
    position: unset!important;
}
/* text
------------------------------------------------*/
 .fast-introduction #gl-inner-wrapper h1 {
    color: #008BB5;
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 0;
    margin: 0.67em 0;
}
.fast-introduction #gl-inner-wrapper h2 {
    font-size: 15px;
    color: #148fb3;
    text-transform: uppercase;
    font-weight:600;
    margin: 25px 0;
}
.fast-introduction p, p.caption {
    font-size: 16px;
    color: #696969;
    margin-bottom: 8px;
    margin-top: 26px;
    line-height: 1.4em;
}
body.index.fast-introduction a {
    color: #00aadb;
    text-decoration: none;
}
body.index.fast-introduction a:hover {
    color: #95bc3d;
}
.fast-introduction #gl-inner-wrapper .asterisk {
    color: #00aadb;
    font-size: 18px;
    vertical-align: text-top;
}
.fast-introduction small {
    font-size: 13px;
    color: #696969;
    display: block;
}
.fast-introduction p.quick-reference + small {
    margin: 25px 0 0 0;
}
.fast-introduction small + small {
    margin: 15px 0 0 0;
}
p.experimental {
    color: #969696;
    font-weight: 300;
    margin: -30px 0 -15px 0;
    font-size: 14px;
    line-height: 20px;
}
.fast-introduction small.light {
    font-weight: 300;
}
.text-side-note small.light {
    display: inline-block;
}
.fast-introduction .small {
    font-size: 14px;
}
.fast-introduction .smallest {
    font-size: 12px;
}
.grey a {
    color: #666;
}
.grey a:hover {
    #95bc3d;
}
p.heading-top-tagline {
    color: #969696;
    text-transform: uppercase;
    font-size: 14px;
    margin: 35px 0 0 0;
}
p.heading-top-tagline + h1 {
    margin: 0 0 60px;
}

/* Header
------------------------------------------------*/
 .header-inner {
    width: 100%;
    background: #0186b1;
    height: 96px;
    text-align:center;
    border-bottom: 4px solid #007097;
}
.header-inner img {
    width: auto;
    padding-top:20px;
}
a.badge {
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.25em 1em 0.25em 1em;
    background: #007097;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 100;
}
a.badge:hover {
    background: #005774;
    color: #fff;
}
/* Navigation
------------------------------------------------*/
 .fast-introduction #gl-inner-wrapper nav {
    width: 250px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    top: 150px;
    bottom: 0;
    background-color: rgb(221,243,249);
}
.fast-introduction #gl-inner-wrapper nav ul {
    margin: 0;
    padding: 0.5em 0 0 0;
}
.fast-introduction #gl-inner-wrapper nav ul:last-child {
    padding-bottom: 3.5em;
}
.fast-introduction #gl-inner-wrapper nav ul li {
    list-style-type: none;
    background: transparent;
    padding: 0;
}
.fast-introduction #gl-inner-wrapper nav .divider {
    border-bottom: 1px solid #86cbdf;
    margin-top:10px;
    margin-bottom:14px;
}

.fast-introduction #gl-inner-wrapper nav p.heading {
    margin-top:10px;
    margin-bottom: -7px;
    padding-left:14px;
    font-size: 14px;
    color: #148fb3;
    text-transform: uppercase;
    font-weight:600;
}
.fast-introduction #gl-inner-wrapper nav ul li a,
.fast-introduction #gl-inner-wrapper nav ul li span {
    display: block;
    width: 100%;
    padding: 5px 0 5px 35px;
    font-size: 14px;
    text-decoration: none;
    color: #062b36;
    border-right: 1px solid #d5d5d5;
}
.fast-introduction #gl-inner-wrapper nav ul li a:hover,
.fast-introduction #gl-inner-wrapper nav ul li span:hover {
    background: #aeddec;
    font-weight: 400;
    color: #062b36;
}
.fast-introduction #gl-inner-wrapper nav ul li a.selected {
    background-color: #0186b1 !important;
    font-weight: 600 !important;
    color: #fff !important;
}
#additional-topics {
    font-style: italic;
}
#additional-topics span {
    color: #f36b00;
    font-weight: 600;
}
/* section
---------------------------------------------*/

.fast-introduction section {
    z-index: 50;
    top: 142px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 775px;
}
.fast-introduction.index section {
    /* top: 46px; */
}
.section-inner {
    max-width: 960px;
    min-width: 775px;
    position: relative;
}
.section-inner-inner {
    width: 90%;
    min-width: 775px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.fast-introduction article {
    width: 600px;
    display: inline-block;
    padding: 0 0 75px 0;
}
.index article {
    margin: 91px 0 0 0;
}
.previous-article, .next-article {
    vertical-align: top;
    display: inline-block;
    width: 10%;
    min-width: 64px;
    position: relative;
}
.previous-article a, .next-article a {
    top: 50%;
    height: 120px;
    width: 5em;
    position: fixed;
}
.previous-article span, .next-article span {
    font-size: 5em;
    display: block;
    width: 1em;
    height: 1.5em;
    color: #a3a3a3;
    text-align: center;
    position: fixed;
    top: 50%;
}
.previous-article a:hover span, .next-article a:hover span {
    background-color: #f36b00;
    color: #fff;
}
.next-article a {
    margin-left: .5%;
}
.previous-article a:hover span, .next-article a:hover span {
    background-color: #aeddec;
    color: #fff;
}
/****** Footnotes ******/
 p.text-side-note {
    font-size: 0.8em;
    padding-top: 0px;
    color: #707070;
    font-size: 0.85em;
    display: block;
    padding: 0 0 0 23px;
}
p.text-side-note.note {
    background: url('/datadrop/images/note-icon.png') no-repeat;
}
p.text-side-note.cloud {
    background: url('/datadrop/images/cloud-icon.png') no-repeat 0 3px;
}
p.text-side-note:before, p.text-side-note:after {
    content:" ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}
p.text-side-note a {
    color: #444;
    font-weight: 400;
}
p.text-side-note + p.text-side-note {
    margin-top: 0;
}
.fast-introduction article .divider, section .divider {
    margin-top: 2em;
    border-top: 1px solid #d5d5d5;
    clear: both;
}
.fast-introduction article .double-divider {
    margin-top: 2em;
    border-top: 2px solid #d5d5d5;
    clear: both;
}
/* footer
-----------------------------------------*/
.fast-introduction  footer {
    font-size: 0.8em;
    padding: 3em 0 3em;
    width: 600px;
    clear: both;
}
.fast-introduction footer p {
    margin-top: 10px;
}
.fast-introduction footer a {
    padding-right: 14px;
    font-size: 14px;
}
/* introduction
-----------------------------------------*/
.index h1 {
    color: #898989;
    line-height: 1;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.index #gl-inner-wrapper img{
    display: block;
}
.index #gl-inner-wrapper .header-inner{
    width: 100%;
    height: 0;
    border-bottom: 4px solid #0186b1 !important;
}
.fast-introduction.index #gl-inner-wrapper nav {
    top: 54px;
}
.fast-introduction.index section {
    top: 0;
}
.index .caption {
    font-size: 21px;
    font-weight: 300;
}
.index .button {
    display: inline-block;
    margin: 30px 0 0 0;
}
/* ins and outs
-----------------------------------------*/
 .show-hide-cont {
    display:none;
}
.show-hide-cont table {
    margin-top:20px;
}
.show-hide-input {
    cursor:pointer;
    position:relative;
    font-size: 0;
}
.hide-input {
    display:none;
    position:absolute;
    z-index:10000;
    width:420px;
    border:3px solid #ccc;
    background-color:#efefef;
}
.hide-input .close-x {
    text-align:right;
    margin-right:10px;
}
.hide-input .close-x span {
    cursor:pointer;
    color:#e00400;
    font-weight:bold;
}
.input-code {
    border:1px solid #ddd;
    margin:0 10px 10px 10px;
    padding:10px 0 10px 10px;
    background-color:#fff;
}
.input-code textarea {
    border:0px;
    font:11px/12px Arial, Helvetica, sans-serif;
    width:99%;
    overflow:hidden;
}
table.header-table {
    width:100%;
}
table.header-table td.header-cell-left {
    text-align:left;
}
table.header-table td.header-cell-right {
    text-align:right;
}
table.output-table {
    margin-bottom: 25px;
}
table.output-table img {
    cursor: pointer;
}
table.input-table td.number, table.output-table td.number {
    width: 47px;
    color: #6e7f9c;
    font-size: .72em;
    margin-top: 0.25em;
    padding-top: 3px;
    text-align: right;
    padding-right: 3px;
    white-space: nowrap;
}
table.input-table {
    padding-bottom: 4px;
}
.half table.input-table {
    padding-bottom: 2px;
}
table.input-table + table.input-table {
    margin-top: 20px;
}
table.input-table span.input-number, table.output-table span.output-number {
    display:none;
}
.input-table td, .output-table td {
    vertical-align: top;
}
.input-table img, .output-table img {
    margin: 0;
}
.special-output-form {
    text-align: left;
}
table.output-table {
    margin-bottom: 20px;
}
/* Special Characters
-------------------------------------------*/
.special-character {
    font-family:"Mathematica";
    line-height: 20px;
}
.special-character.formalcharacter {
    display: inline-block;
    position: relative;
    text-align: center;
}
.special-character.formalcharacter:before {
    content:'.';
    top: -10px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.special-character.formalcharacter:after {
    content:'.';
    bottom: -5px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.special-character.CloseCurlyQuote {
    margin: 0 0 0 -1px;
}
.special-character.CloseCurlyDoubleQuote {
    margin: 0 0 0 0px;
}
.built-in-list .special-character.CenterDot {
    background: #afafaf;
}
.inverted.built-in-list .special-character.CenterDot {
    background: #0086b0;
}
.special-character.CenterDot {
    background: #f36b00;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 2px;
}
.RightGuillemet {
    color: rgb(34,178,223) !important;
}
a:hover .RightGuillemet {
    color: #95bc3d !important;
}

/* Special Styles
-------------------------------------------*/
.button {
    background: #0091bb;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
}
.button:hover {
    background: #005774;
}
.first-in {
    margin-top: 20px;
}
td.valign-middle {
    vertical-align: middle;
    padding: 0 0 9px 0;
}
.valign-bottom {
    vertical-align: bottom;
    padding: 0 0 4px 0;
}
td.valign-bottom {
    vertical-align: bottom;
    padding: 0 3px 4px 0 !important;
}
td.valign-bottom-more-padding {
    vertical-align: bottom;
    padding: 0 0 6px;
}
img.valign-bottom {
    vertical-align: bottom;
    padding: 0 0 3px !important;
}
img.valign-middle {
    vertical-align: middle;
}
td.valign-more-top-margin {
    vertical-align: bottom;
    padding: 0 0 13px;
}
.notebook-documents img.valign-bottom {
    vertical-align: bottom;
    padding: 0 0 0 3px;
}
p.inline-list {
    font-size: 15px;
    font-style: italic;
    margin: 0 0 5px 0 !important;
}
p.inline-list.built-in-list {
    font-style: normal;
    z-index: 10;
    position: relative;
}
.index p.inline-list.built-in-list {
    font-size: 20px;
}
.inverted.built-in-list a {
    color: #666;
    font-style: italic;
    font-weight: 600;
}
.inverted.built-in-list a:hover {
    color: #95bc3d;
}
.keyboard {
    padding: 0 3px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin: 0 2px 0 2px;
    text-transform: uppercase;
    color: #696969;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}
.notebook-documents {
    background: url('/language/quick-reference/notebook-documents/images/cell-anim.gif') no-repeat 519px 26px;
    padding: 2px 0 30px;
}
.click-between-cells {
    background: url('/language/quick-reference/notebook-documents/images/click-between-cells.png') no-repeat 30px 3px;
    height: 50px;
}
p.go-directly-wolfram-alpha {
    margin-top: 235px;
    position: absolute;
}
p.then-just {
    margin: -18px 0 0 90px;
    font-size: 14px;
    color: #999;
}
p.quick-reference {
    clear: both;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .01em;
    position: relative;
    top: 25px;
    margin: 0 0 8px 0;
    line-height: 20px;
}
p.quick-reference a {
    font-size: 16px;
    letter-spacing: 0;
}
.half p.text-side-note {
    color: #707070;
    font-size: 0.85em;
    margin: 0;
    font-weight: 300;
    line-height: 20px;
}
a.text-link {
    color: #636363;
}
.caption a:hover {
    color: #95bc3d;
}
a.not-function {
    color: #696969;
    text-decoration: none;
}
a.not-function:hover {
    color: #dd1600;
}
.caption strong {
    color: #333;
}
.caption a:hover strong {
    color: #95bc3d;
}
.caption + .link-blurb {
    margin: 15px 0 0 0;
}
.caption + .quick-reference {
    top: 0;
}
.link-blurb {
    display: block;
}
.link-img {
    vertical-align: middle;
    margin: 0 10px 20px 0;
}
a .link-text {
    display: inline-block;
    color: #f36b00;
}
a:hover .link-text {
    color: #e50000;
}
p.separate {
    margin-top: 20px !important;
}
.less-than {
    margin: 0 1px 0 0;
}
.grid-bullet img {
    margin: 0 5px 0 0;
}
.bullet {
    padding: 0 0 0 8px;
    position: relative;
}
.bullet:before {
    content: " ";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    background: #f36b00;
    display: inline-block;
}
a.hidden-link-color {
    color: #707070;
}
img.percent-refers-to {
    margin: 0 0 0 5px;
}
.semi-bold {
    font-weight: 400;
}
.disabled {
    cursor: default;
}
.definitions {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 0 0 10px;
}
.definitions .term {
    width: 15%;
    display: inline-block;
}
.definitions .definition {
    width: 84%;
    display: inline-block;
    white-space: nowrap;
}
.inline-block {
    display: inline-block !important;
}
sub {
    font-size: 9px !important;
}
.no-pointer-cursor .show-hide-input {
    cursor: default !important;
}

.center-align h2 {
    color: #9abb4e;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.center-align p.caption {
    color: #697a7f;
    font-size: 17px;
    margin-top: 0;
}

.overview h1 {
    margin-bottom: 50px;
}
.overview h2 {
    font-weight: normal;
    color: #707070;
    font-size: 24px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    margin: 30px 15px 20px 0;
}
.overview h1 + h2 {
    margin: 0 15px 20px 0;
}
.overview h2 .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #0085b1;
    margin: 0 10px 0 0;
}
.overview .center-align {
    display: block;
    margin: 0 auto;
}
.overview small {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 0 0;
}
.web-form-link, .twitter-link, .web-api-link, .email-link {
    display: inline-block;
    position: relative;
}
.web-form-link {
    width: 98px;
    height: 25px;
    top: 226px;
    left: -185px;
}
.twitter-link {
    width: 85px;
    height: 22px;
    top: 155px;
    left: -272px;
}
.web-api-link {
    width: 90px;
    height: 22px;
    top: 101px;
    left: -215px;
}
.email-link {
    width: 73px;
    height: 18px;
    top: 83px;
    left: 403px;
}

/* positioning In Out elements and images
-----------------------------------------*/
.shift-enter {
    padding-left: 10px;
}
.align-right {
    margin: 0 0 -10px 238px;
}
.print {
    margin: 0 0 0 56px;
}
.functionals-output2-vertical-spacing {
    margin: 13px 0 0 0;
    display: inline-block;
}
.real-world-in-out-top-spacing {
    margin: 4px 0 0 0 !important;
}
.real-world-in-top-spacing {
    margin: 2px 0 0 0 !important;
    display: inline-block;
}
.natural-language-in-out-top-spacing {
    margin: 3px 0 0 0 !important;
    display: inline-block;
}
.natural-language-input-bottom-spacing {
    margin: 20px 0 15px 0;
}
.small-divider-top-margin {
    margin-top: 25px !important;
}
.symbolic-list-spacing, .real-world-spacing {
    margin: -5px 0 0 0 !important;
}
.patterns-top-text {
    margin: 0 0 0 108px !important;
}
table.negative-margin, p.negative-margin {
    margin: -10px 0 0 0 !important;
}
img.valign-slight-top {
    margin: 0 0 1px 5px;
}
table.small-top-margin {
    margin-top: 15px;
}
.built-in-list {
    margin: 0 0 20px 0 !important;
}
.built-in-margin-before-img {
    margin: 0 0 13px 0;
}
.custom-api-o-1-2 {
    margin: -8px 0 0 13px;
}
.raspberry-pi-negative-margin {
    margin-top: -100px !important;
}
.center-align {
    text-align: center;
}
td.valign-middle-less {
    padding-top: 55px !important;
}
td.valign-bottom-lesser {
    vertical-align: bottom;
    padding-bottom: 11px;
}
td.valign-bottom-less {
    vertical-align: bottom;
    padding-bottom: 9px;
}
img.valign-negative-margin {
     margin-top: -6px;
}
td.valign-top-more {
    padding-top: 16px !important;
}
td.valign-top-less {
    padding-top: 0 !important;
}
td.valign-top-less-more {
    padding-top: 6px !important;
}
td.bottom-large-padding {
    padding: 0 0 43px;
}
.shift-left-wide-content {
    margin-left: -6px;
}

/* misc
-----------------------------------------*/
 .hide {
    display: none !important;
}
p.half, .half {
    margin: 20px 3% 0 0;
    overflow: visible;
}
.half + .half {
    margin-right: 0;
}
.half .half {
    width: 100%;
}
.small-half {
    width: 50%;
    margin-right: 0 !important;
}
.small-half + .half {
    width: 50%;
}
.smaller-half {
    width: 35%;
}
.smaller-half + .half {
    width: 59%;
}
.even-smaller-half {
    width: 28%;
    margin-bottom: 20px;
}
.even-smaller-half + .half {
    width: 65%;
}
.smallest-half {
    width: 25%;
}
.smallest-half + .half {
    width: 72%;
}
.small-top-margin {
    margin: 15px 0 0 0 !important;
}
.no-top-margin {
    margin-top: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
p.no-bottom-margin {
    margin-bottom: 0 !important;
    line-height: 1;
}
p.small-vertical-margin {
    margin: 8px 0 14px;
}
.even-divider-spacing {
    margin: 20px 0 20px 0 !important;
}
#noscript {
    margin: 20px 0 0 120px;
}
.clearfloat {
    clear: both;
}
.pipe {
    color: #b0b0b0;
    margin: 0 2px;
    display: inline-block;
}

#email-notify {
  border-radius: 3px;
  background-color: #ffffff;
  width: 357px;
  height: 32px;
  margin-right: 2px;
  padding: 0 10px;
  font-size: 12px;
}
#sendEmail {
  padding: 0 25px;
  color: #FFF;
  background-color: #2286a6;
  height: 35px;
  font-size: 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}
#notify {
  padding-top: 10px;
  display: inline-block;
}
::-webkit-input-placeholder {
  font-style: italic;
  color: #898989;
}
::-moz-placeholder {
  font-style: italic;
  color: #898989;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #898989;
}
.placeholder {
    font-style: italic;
    color: #898989;
}

span.thank-you {
    color: #3f5f67;
    font-size: 17px;
}
span.error {
    color: #f1572a;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    background: url('/datadrop/images/alert.png') no-repeat 0 2px;
    margin: 7px 0 0 0;
    padding: 0 0 0 20px;
    display: block;
}
input:-moz-placeholder {
  font-style: italic;
  color: #898989;
}
#notify input.error-red {
    background-color: #ffe7dd;
    border: 1px solid #f47954;
}
#notify input, #notify textarea, #notify select {
    border: 1px #9bc7d4 solid;
}

/* fonts
---------------------------------------*/
@font-face {
    font-family:'Mathematica';
    src: url('/common/fonts/mathematica/Mathematica.eot');
    src: url('/common/fonts/mathematica/Mathematica.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/Mathematica.woff') format('woff'), url('/common/fonts/mathematica/Mathematica.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:'MathematicaBold';
    src: url('/common/fonts/mathematica/Mathematica-Bold.eot');
    src: url('/common/fonts/mathematica/Mathematica-Bold.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/Mathematica-Bold.woff') format('woff'), url('/common/fonts/mathematica/Mathematica-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family:'MathematicaMono';
    src: url('/common/fonts/mathematica/MathematicaMono.eot');
    src: url('/common/fonts/mathematica/MathematicaMono.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/MathematicaMono.woff') format('woff'), url('/common/fonts/mathematica/MathematicaMono.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:'MathematicaMonoBold';
    src: url('/common/fonts/mathematica/MathematicaMono-Bold.eot');
    src: url('/common/fonts/mathematica/MathematicaMono-Bold.eot?#iefix') format('embedded-opentype'), url('/common/fonts/mathematica/MathematicaMono-Bold.woff') format('woff'), url('/common/fonts/mathematica/MathematicaMono-Bold.ttf') format('truetype');
    font-weight: bold;
}
