/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

pre {
    overflow: auto
}




.switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    cursor: pointer;
    transition: left .15s ease-out
}

.switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0
}

.switch input + label {
    margin-left: 0;
    margin-right: 0
}

.switch label:after {
    content: "";
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    transition: left .15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.switch label {
    width: 4rem;
    height: 2rem
}

.switch label:after {
    width: 1.5rem;
    height: 1.5rem
}

.switch input:checked + label:after {
    left: 2.25rem
}

.switch label {
    color: transparent;
    background: #ddd
}

.switch label:after {
    background: #fff
}

.switch input:checked + label {
    background: #008cba
}

.switch.large label {
    width: 5rem;
    height: 2.5rem
}

.switch.large label:after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked + label:after {
    left: 2.75rem
}

.switch.small label {
    width: 3.5rem;
    height: 1.75rem
}

.switch.small label:after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked + label:after {
    left: 2rem
}

.switch.tiny label {
    width: 3rem;
    height: 1.5rem
}

.switch.tiny label:after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked + label:after {
    left: 1.75rem
}

.switch.radius label {
    border-radius: 4px
}

.switch.radius label:after {
    border-radius: 3px
}

.switch.round {
    border-radius: 1000px
}

.switch.round label, .switch.round label:after {
    border-radius: 2rem
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: 1px solid #ddd;
    table-layout: auto
}

table caption {
    background: 0 0;
    color: #222;
    font-size: 1rem;
    font-weight: 700
}

table thead {
    background: #f5f5f5
}

table thead tr td, table thead tr th {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: 700;
    color: #222
}

table tfoot {
    background: #f5f5f5
}

table tfoot tr td, table tfoot tr th {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: 700;
    color: #222
}

table tr td, table tr th {
    padding: .5625rem .625rem;
    font-size: .875rem;
    color: #222;
    text-align: left
}

table tr.alt, table tr.even, table tr:nth-of-type(even) {
    background: #f9f9f9
}

table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
    display: table-cell;
    line-height: 1.125rem
}

.tabs {
    margin-bottom: 0 !important
}

.tabs:after, .tabs:before {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tabs .tab-title, .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left
}

.tabs .tab-title > a, .tabs dd > a {
    outline: 0;
    display: block;
    background-color: #efefef;
    color: #222;
    font-size: 1rem
}

.tabs .tab-title > a:hover, .tabs dd > a:hover {
    background-color: #e1e1e1
}

.tabs .tab-title.active a, .tabs dd.active a {
    background-color: #fff;
    color: #222
}

.tabs.radius .tab:first-child a, .tabs.radius dd:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.tabs.radius .tab:last-child a, .tabs.radius dd:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.tabs.vertical .tab-title, .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto
}

.tabs-content {
    width: 100%
}

.tabs-content:after, .tabs-content:before {
    content: " ";
    display: table
}

.tabs-content:after {
    clear: both
}

.tabs-content > .content {
    display: none;
    float: left;
    padding: .9375rem 0;
    width: 100%
}

.tabs-content > .content.active {
    display: block;
    float: none
}

.tabs-content > .content.contained {
    padding: .9375rem
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical > .content {
    padding: 0 .9375rem
}

@media only screen and (min-width: 701px) {
    
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem
    }

    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: 700;
    color: #333
}

.has-tip:focus, .has-tip:hover {
    border-bottom: dotted 1px #003f54;
    color: #008cba
}

.has-tip.tip-left, .has-tip.tip-right {
    float: none !important
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    padding: .75rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333
}

.tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #333;
    top: -10px;
    pointer-events: none
}

.tooltip > .nub.rtl {
    left: auto;
    right: 5px
}

.tooltip.radius {
    border-radius: 3px
}

.tooltip.round {
    border-radius: 1000px
}

.tooltip.round > .nub {
    left: 2rem
}

.tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important
}

.tap-to-close {
    display: block;
    font-size: .625rem;
    color: #777;
    font-weight: 400
}

@media only screen and (min-width: 701px) {
    .tooltip > .nub {
        border-color: transparent transparent #333;
        top: -10px
    }

    .tooltip.tip-top > .nub {
        border-color: #333 transparent transparent;
        top: auto;
        bottom: -10px
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important
    }

    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }

    .tooltip.tip-right > .nub {
        border-color: transparent #333 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
    
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 501px) {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 701px) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 901px) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1101px) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1301px) and (max-width: 99999999px) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 1301px) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    line-height: inherit
}

a:focus, a:hover {
    color: #0078a0
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: .875rem;
    line-height: 1.35;
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%
}

h1 {
    font-size: 2.125rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4, h5 {
    font-size: 1.3rem;
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 400;
    margin-top: .2rem;
    margin-bottom: .5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    line-height: inherit
}

code {
    border-width: 1px;
    border-style: solid
}

dl, ol, ul {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ol, ul.no-bullet li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ol, ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.circle li ul, ul.disc li ul, ul.square li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ol, ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

dl dd {
    margin-bottom: .75rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    margin: 0 0 1.25rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125rem;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
    color: #555
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem;
    border: 1px solid #ddd;
    padding: .625rem .75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: 700;
    font-size: .9375rem
}

.vevent .summary {
    font-weight: 700
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: 700;
    border: none;
    padding: 0 .0625rem
}

@media only screen and (min-width: 701px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.75rem
    }

    h2 {
        font-size: 2.3125rem
    }

    h3 {
        font-size: 1.6875rem
    }

    h4 {
        font-size: 1.4375rem
    }

    h5 {
        font-size: 1.125rem
    }

    h6 {
        font-size: 1rem
    }
}

.print-only {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .hide-on-print {
        display: none !important
    }

    .print-only {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    .show-for-print {
        display: inherit !important
    }
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}

.off-canvas-wrap.move-left, .off-canvas-wrap.move-right {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease
}

.inner-wrap:after, .inner-wrap:before {
    content: " ";
    display: table
}

.inner-wrap:after {
    clear: both
}


@media print {
    .show-for-print {
        display: block
    }

    .hide-for-print {
        display: none
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print, th.show-for-print {
        display: table-cell !important
    }
}

@media print, projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: 700
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: 700
    }

    .lit {
        color: #044
    }

    .clo, .opn, .pun {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: 700
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}



ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF
}

pre.prettyprint {
    padding: 1.2em 2em;
    margin: 0 .2em 2em;
    border: 0;
    white-space: pre;
    overflow-x: auto
}

@media only screen and (min-width: 501px) {
    pre.prettyprint {
        padding: 1.8em 4em;
        margin: 0 -4em 2em
    }
}

@media only screen and (min-width: 901px) {
    pre.prettyprint {
        padding: 1.8em 6.7em;
        margin: 0 -6.7em 2em
    }
}

.row > .column > pre.prettyprint, .row > .columns > pre.prettyprint {
    margin: 0 .2em 2em;
    padding: 1.8em 2em
}

pre.prettyprint ol {
    padding-left: 30px;
    list-style-type: decimal
}

code {
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
    font-weight: 400;
    color: #d8007b;
    background-color: #f5f9ff;
    border-color: #ebf3ff;
    border-radius: 2px;
    padding: .03em .3em .1em
}

.ui-slider.ui-slider-horizontal {
    margin-bottom: 4em
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
    width: 15px;
    height: 25px;
    margin-left: -7px;
    top: -7px
}

.ui-slider.ui-slider-vertical .ui-slider-handle {
    width: 25px;
    height: 15px;
    margin-bottom: -7px;
    left: -7px
}

.ui-widget-content .ui-slider-handle.ui-state-default {
    background: #434d5a;
    border-color: #434d5a
}

.ui-widget-content .ui-slider-handle.ui-state-active, .ui-widget-content .ui-slider-handle.ui-state-focus, .ui-widget-content .ui-slider-handle.ui-state-hover {
    background: #00c7d7;
    border-color: #00c7d7
}

.ui-widget-content .ui-slider-handle.ui-state-focus {
    outline: 0;
    border-color: #434d5a
}

.block {
    padding: 4em 1em
}

.block:nth-child(1) {
    padding-top: 0
}

.sh__item {
    background-position-x: center !important;
}

@media only screen and (max-width: 500px) {
    .HOME {
        min-height: 300px !important;
    }
    .av-logo {
        max-width: 260px;
    }
    .sheetSlider {
        min-height: 280px !important;

    }
    .block:nth-child(1) {
        padding-bottom: 0
    }
}

.block:nth-child(even) {
    background: #fff
}

.block:nth-child(even) .sub-block {
    border-bottom-color: #c7cdd5
}

@media only screen and (min-width: 501px) {
    .block {
        padding: 4em 3em
    }
}

@media only screen and (min-width: 901px) {
    .block {
        padding: 4em 5em
    }
}

.sub-block {
    padding: 3em .5em;
    margin: 0 -.5em;
    border-bottom: 1px solid #ffdac4
}

.sub-block:nth-child(1) {
    padding-top: 0
}

@media only screen and (min-width: 501px) {
    .sub-block {
        padding: 3em 1em;
        margin: 0 -1em
    }
}

@media only screen and (min-width: 901px) {
    .sub-block {
        padding: 4em 2em;
        margin: 0 -2em
    }
}

.sub-block:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.tabs .tab-title, .tabs dd {
    width: 25%
}

@media screen and (min-width: 750px) {
    .tabs .tab-title, .tabs dd {
        width: auto
    }
}

.tabs .tab-title > a, .tabs dd > a {
    font-family: inherit;
    padding: .3em 0;
    text-align: center;
    background: 0 0
}

@media screen and (min-width: 750px) {
    .tabs .tab-title > a, .tabs dd > a {
        padding: .4em 2em
    }
}

.tabs .tab-title.active > a, .tabs dd.active > a {
    background: #434d5a;
    color: #fffaf7
}

.tabs {
    padding: 0 1em;
    margin: 2em 0 0
}

.tabs.code {
    font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace
}

.tabs .anchor[href^="#"]:before, .tabs .icon, .tabs .label.tip {
    position: relative;
    top: 2px;
    font-size: 1.1em
}

.tabs-content {
    margin-bottom: 2em
}

.tabs-content [id$="-result"] {
    padding: 3em 0 1em;
    border-top: 1px solid
}

@media only screen and (max-width: 500px) {
    .tabs-content [id$="-result"] {
        padding-left: 2em;
        padding-right: 2em
    }
}

.tabs-content [id$="-html"], .tabs-content [id$="-css"], .tabs-content [id$="-js"] {
    padding: 0
}

.button, button {
    background: linear-gradient(160deg, #24a4dc 0, #295dbb 100%);
    text-shadow: 0 1px 1px #204891;
    padding: 1em 2em .9em;
    border-radius: 2px;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
    transition: all .2s ease
}

.button.dark, button.dark {
    background: linear-gradient(160deg, #2c4c54 0, #362a44 100%)
}

.button.grey, button.grey {
    background: linear-gradient(160deg, #8d9496 0, #585c5e 100%)
}

.button:hover, button:hover {
    box-shadow: inset 0 0 1px 1px #204891
}

.button .anchor[href^="#"]:before, .button .icon, .button .label.tip, button .anchor[href^="#"]:before, button .icon, button .label.tip {
    display: inline-block
}

.button .icon.left, .button .left.anchor[href^="#"]:before, .button .left.label.tip, button .icon.left, button .left.anchor[href^="#"]:before, button .left.label.tip {
    margin-right: 1em
}

.button .icon.right, .button .right.anchor[href^="#"]:before, .button .right.label.tip, button .icon.right, button .right.anchor[href^="#"]:before, button .right.label.tip {
    margin-left: 1em
}

.label.tip {
    position: absolute;
    -webkit-transform: translate(-3.5em, 2px);
    -ms-transform: translate(-3.5em, 2px);
    transform: translate(-3.5em, 2px)
}

.inline-list, .share-links {
    margin: 0 0 1em
}

.inline-list li, .share-links li {
    display: inline-block;
    margin: .5em 1em;
    float: none
}

@media screen and (max-width: 1000px) {
    .table-wrapper {
        overflow-x: scroll
    }

    .table-wrapper table {
        min-width: 800px
    }
}

table {
    font-weight: 400;
    width: 100%
}

table tr td, table tr th {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: top
}

table tr td:last-child, table tr th:last-child {
    border-right: none
}

table tr:last-child td, table tr:last-child th {
    border-bottom: none
}

table tr.divider td {
    height: 3px;
    background: #ddd;
    padding: 0;
    border: none
}

table code {
    font-weight: 400
}

table p {
    font-size: inherit;
    margin-top: 0
}

table p:last-child, table p:only-child {
    margin: 0
}

.emoji {
    font-size: 1em;
    max-height: 1em;
    position: relative;
    top: -2px
}

body.nav--active {
    overflow: hidden
}

@media only screen and (min-width: 701px) {
    body.nav--active {
        overflow: auto
    }
}


@media only screen and (min-width: 1301px) {
    .share-links {
        text-align: left
    }
}

@media only screen and (max-width: 500px) {
    .share-links {
        margin: 1em 0
    }
}

.options-table tr td:nth-child(2) {
    min-width: 18em
}

.step-table tr td {
    vertical-align: middle
}

.step-table tr td:nth-child(3) {
    min-width: 350px
}

.step-table .ui-slider.ui-slider-horizontal {
    margin: .6em 0 1.4em;
    height: 5px;
    background: #00c7d7;
    border-color: #00c7d7
}

.step-table .ui-slider.ui-slider-horizontal .ui-slider-handle {
    height: 17px
}

.step-table .ui-slider.ui-slider-horizontal .ui-slider-pip {
    top: 8px
}

.step-table .ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] {
    color: #d8007b
}

.browser-list {
    list-style: none;
    padding: 0;
    margin: 2em 0;
    overflow: hidden
}

.browser-list__item {
    float: left;
    width: 16%;
    margin: 0 2%;
    text-align: center;
    font-weight: 800
}

.anchor[href^="#"] {
    color: #434d5a
}

.anchor[href^="#"]:before {
    position: absolute;
    font-size: .7em;
    -webkit-transform: translate(-3em, .5em);
    -ms-transform: translate(-3em, .5em);
    transform: translate(-3em, .5em);
    transition: all .2s ease;
    color: #de6262;
    opacity: 0
}

.anchor[href^="#"]:focus, .anchor[href^="#"]:hover, .block:target > h2 > .anchor, .sub-block:target > h3 > .anchor {
    outline: 0
}

@media only screen and (min-width: 701px) {
    .anchor[href^="#"]:focus:before, .anchor[href^="#"]:hover:before {
        opacity: 1;
        -webkit-transform: translate(-1.5em, .5em);
        -ms-transform: translate(-1.5em, .5em);
        transform: translate(-1.5em, .5em)
    }
}

@media only screen and (min-width: 701px) {
    .block:target > h2 > .anchor:before, .sub-block:target > h3 > .anchor:before {
        opacity: 1;
        -webkit-transform: translate(-1.5em, .5em);
        -ms-transform: translate(-1.5em, .5em);
        transform: translate(-1.5em, .5em)
    }
}

#circles-slider.ui-slider {
    border-radius: 20px;
    background: #434d5a;
    border: none;
    height: 10px;
    margin: 1em 4em 4em
}

#circles-slider .ui-slider-handle {
    border-radius: 23px;
    height: 23px;
    width: 23px;
    top: -7px;
    margin-left: -11px;
    border: 2px solid #fffaf7
}

#circles-slider .ui-slider-pip {
    top: 3px
}

#circles-slider .ui-slider-pip .ui-slider-line {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-left: -2px;
    background: #fffaf7
}

#circles-slider .ui-slider-pip.ui-slider-pip-first, #circles-slider .ui-slider-pip.ui-slider-pip-last {
    top: -7px
}

#circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-line, #circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
    display: none
}

#circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label, #circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
    margin: 0
}

#circles-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
    left: -2em;
    text-align: right
}

#circles-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
    left: 2em;
    text-align: left
}

#circles-slider .ui-slider-pip.ui-slider-pip-selected-initial {
    font-weight: 400
}

#circles-slider .ui-slider-pip.ui-slider-pip-selected {
    font-weight: 700
}

#circles-slider .ui-slider-pip.ui-slider-pip-selected, #circles-slider .ui-slider-pip.ui-slider-pip-selected-initial {
    color: #434d5a
}

#alternating-slider .ui-slider-pip .ui-slider-line {
    height: 8px;
    top: -5px
}

#alternating-slider .ui-slider-pip:nth-child(even) {
    top: -33px;
    height: 15px;
    -webkit-transform: scale(.8) translateY(3px);
    -ms-transform: scale(.8) translateY(3px);
    transform: scale(.8) translateY(3px);
    opacity: .8
}

#alternating-slider .ui-slider-pip:nth-child(even) .ui-slider-line {
    top: 22px;
    height: 9px
}

#alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-1 .ui-slider-label, #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-2 .ui-slider-label, #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-3 .ui-slider-label, #alternating-slider .ui-slider-pip:nth-child(even).ui-slider-pip-selected-4 .ui-slider-label {
    top: -3px
}

#alternating-slider .ui-slider-pip-initial-1 .ui-slider-label {
    color: #E80949
}

#alternating-slider .ui-slider-pip-initial-2 .ui-slider-label {
    color: #FF03CB
}

#alternating-slider .ui-slider-pip-initial-3 .ui-slider-label {
    color: #C309E8
}

#alternating-slider .ui-slider-pip-initial-4 .ui-slider-label {
    color: #920AFF
}

#alternating-slider .ui-slider-pip-selected-1 .ui-slider-label, #alternating-slider .ui-slider-pip-selected-2 .ui-slider-label, #alternating-slider .ui-slider-pip-selected-3 .ui-slider-label, #alternating-slider .ui-slider-pip-selected-4 .ui-slider-label {
    color: #fff;
    width: 2.4em;
    padding: 4px 0;
    margin-left: -1.2em;
    border-radius: 2px
}

#alternating-slider .ui-slider-pip-selected-1 .ui-slider-label {
    background-color: #E80949
}

#alternating-slider .ui-slider-pip-selected-2 .ui-slider-label {
    background-color: #FF03CB
}

#alternating-slider .ui-slider-pip-selected-3 .ui-slider-label {
    background-color: #C309E8
}

#alternating-slider .ui-slider-pip-selected-4 .ui-slider-label {
    background-color: #920AFF
}

#alternating-slider .ui-slider-tip {
    width: 34px;
    margin-left: -17px;
    top: -1px;
    background: #00c7d7;
    color: #fff;
    border: none;
    line-height: 27px;
    height: 25px
}

#alternating-slider .ui-slider-tip:after, #alternating-slider .ui-slider-tip:before {
    display: none
}

#alternating-slider .ui-slider-handle.ui-state-active .ui-slider-tip, #alternating-slider .ui-slider-handle.ui-state-focus .ui-slider-tip, #alternating-slider .ui-slider-handle.ui-state-hover .ui-slider-tip, #alternating-slider .ui-slider-handle:focus .ui-slider-tip, #alternating-slider .ui-slider-handle:hover .ui-slider-tip {
    top: -1px
}

#alternating-slider .ui-slider-handle.ui-state-focus {
    z-index: 100
}

#scale-slider.ui-slider {
    border-radius: 0;
    background: #c7cdd5;
    border: none;
    height: 2px;
    margin: 1em 4em 4em
}

@media screen and (max-width: 1040px) {
    #scale-slider.ui-slider {
        margin: 1em .5em 4em
    }
}

#scale-slider.ui-slider .ui-slider-range {
    background: linear-gradient(to right, #434d5a 0, #00c7d7 50%, #434d5a 100%);
    border: 1px solid rgba(67, 77, 90, .5);
    height: 4px;
    top: -1px;
    transition: all .2s ease-out
}

#scale-slider .ui-slider-handle {
    border-radius: 2px;
    height: 20px;
    width: 12px;
    top: -26px;
    border: none
}

#scale-slider .ui-slider-handle:nth-of-type(n+1) {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    margin-left: -9px
}

#scale-slider .ui-slider-handle:nth-of-type(n+2) {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    margin-left: -3px
}

#scale-slider .ui-slider-handle:after {
    content: "";
    border: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    border-top-color: #434d5a
}

#scale-slider .ui-slider-handle.ui-slider-handle.ui-state-active:after, #scale-slider .ui-slider-handle.ui-slider-handle.ui-state-focus:after, #scale-slider .ui-slider-handle.ui-slider-handle.ui-state-hover:after {
    border-top-color: #00c7d7
}

#scale-slider .ui-slider-pip {
    top: 2px
}

#scale-slider .ui-slider-pip .ui-slider-label {
    display: none;
    background: rgba(67, 77, 90, 0);
    color: #434d5a;
    border-radius: 4px;
    padding: .3em 0;
    width: 2.4em;
    margin-left: -1.2em;
    transition: all .2s ease-out
}

#scale-slider .ui-slider-pip .ui-slider-line {
    height: 4px
}

#scale-slider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-line {
    height: 8px
}

#scale-slider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-line {
    height: 12px
}

#scale-slider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-label {
    top: 16px;
    display: block
}

#scale-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
    margin-left: -1px
}

#scale-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label, #scale-slider .ui-slider-pip.ui-slider-pip-selected-first .ui-slider-label, #scale-slider .ui-slider-pip.ui-slider-pip-selected-second .ui-slider-label {
    background: rgba(67, 77, 90, .7);
    color: #fffaf7
}

#styling-rainbow-result {
    padding: 5em 5em 1em
}

#rainbow-slider {
    background: linear-gradient(to right, #390000 0, #ff4c4c 16%, #f7f733 32%, #3be240 50%, #6dccff 68%, #ca5aed 84%, #4c0041 100%) no-repeat;
    background-size: cover;
    border-radius: 30px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18);
    height: 10px
}

#rainbow-slider .ui-slider-handle {
    background: rgba(255, 255, 255, .21);
    border-color: rgba(0, 0, 0, .56);
    box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, .89);
    border-radius: 20px;
    top: -8px
}

#rainbow-slider .ui-slider-handle.ui-state-active, #rainbow-slider .ui-slider-handle.ui-state-focus, #rainbow-slider .ui-slider-handle.ui-state-hover, #rainbow-slider .ui-slider-handle:focus, #rainbow-slider .ui-slider-handle:hover {
    background: rgba(255, 255, 255, .21)
}

#rainbow-slider .ui-slider-pip .ui-slider-label {
    width: 6em;
    margin-left: -3em
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="0"] {
    color: #390000
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="1"] {
    color: #ff4c4c
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="2"] {
    color: #ed6b25
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="3"] {
    color: #f7f733
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="4"] {
    color: #8beb3a
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="5"] {
    color: #3be240
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="6"] {
    color: #46dbce
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="7"] {
    color: #6dccff
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="8"] {
    color: #ad6bef
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="9"] {
    color: #ca5aed
}

#rainbow-slider .ui-slider-pip .ui-slider-label[data-value="10"] {
    color: #4c0041
}

#rainbow-slider .ui-slider-pip .ui-slider-line {
    top: 1px
}

#rainbow-slider .ui-slider-pip:nth-of-type(odd) {
    top: auto;
    bottom: 32px
}

#rainbow-slider .ui-slider-pip:nth-of-type(odd) .ui-slider-line {
    top: 21px
}

#styling-flat .vertical {
    text-align: center
}

[id*=flat-slider].ui-slider {
    background: #e8e2d3;
    border: none;
    border-radius: 0
}

[id*=flat-slider].ui-slider .ui-slider-handle {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 0;
    border-color: transparent;
    transition: border .4s ease
}

[id*=flat-slider].ui-slider .ui-slider-handle.ui-state-active, [id*=flat-slider].ui-slider .ui-slider-handle.ui-state-focus, [id*=flat-slider].ui-slider .ui-slider-handle.ui-state-hover {
    border-color: #172f38
}

[id*=flat-slider].ui-slider .ui-slider-pip .ui-slider-line {
    background: #e8e2d3;
    transition: all .4s ease
}

[id*=flat-slider].ui-slider.ui-slider-horizontal {
    height: 6px
}

[id*=flat-slider].ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -43px;
    margin-left: -15px;
}

[id*=flat-slider].ui-slider.ui-slider-horizontal .ui-slider-pip {
    top: 10px
}

[id*=flat-slider].ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
    width: 2px;
    height: 10px;
    margin-left: -1px
}

[id*=flat-slider].ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
    height: 20px
}

[id*=flat-slider].ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    height: 12px
}

[id*=flat-slider].ui-slider.ui-slider-vertical {
    width: 6px;
    height: 125px;
    display: inline-block;
    margin: 0 15%
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-handle {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    left: -25px;
    margin-bottom: -10px
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-pip {
    left: 10px
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-pip .ui-slider-line {
    height: 2px;
    width: 10px;
    margin-top: -1px
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
    width: 20px
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
    width: 12px
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip, [id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    border: none;
    background: 0 0;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    top: 10px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

[id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip:before, [id*=flat-slider].ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip:before {
    display: none
}

#flat-slider .ui-slider-handle, #flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line, #flat-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line, #flat-slider .ui-slider-range {
    background-color: #fe8013
}

#flat-slider-vertical-1 .ui-slider-handle, #flat-slider-vertical-1 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line, #flat-slider-vertical-1 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line, #flat-slider-vertical-1 .ui-slider-range {
    background-color: #f27793
}

#flat-slider-vertical-2 .ui-slider-handle, #flat-slider-vertical-2 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line, #flat-slider-vertical-2 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line, #flat-slider-vertical-2 .ui-slider-range {
    background-color: #bd77f2
}

#flat-slider-vertical-3 .ui-slider-handle, #flat-slider-vertical-3 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line, #flat-slider-vertical-3 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line, #flat-slider-vertical-3 .ui-slider-range {
    background-color: #67c3ec
}

#double-label-slider.ui-slider {
    margin-top: 24px;
    height: 6px;
    background: #ddd;
    border: none;
    border-radius: 0
}

#double-label-slider.ui-slider .ui-slider-handle {
    background: #25daa5;
    border: none;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-radius: 100%;
    transition: box-shadow .2s ease
}

#double-label-slider.ui-slider .ui-slider-handle.ui-state-active, #double-label-slider.ui-slider .ui-slider-handle.ui-state-focus, #double-label-slider.ui-slider .ui-slider-handle.ui-state-hover {
    box-shadow: 0 0 0 2px #25daa5
}

#double-label-slider.ui-slider .ui-slider-pip {
    top: -3px
}

#double-label-slider.ui-slider .ui-slider-pip .ui-slider-line {
    background: #fff;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    box-shadow: 0 0 0 2px #25daa5;
    border-radius: 100%;
    transition: all .4s ease
}

#double-label-slider.ui-slider .ui-slider-pip .ui-slider-label, #double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i, #double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    width: 100px;
    margin-left: -50px;
    text-align: center
}

#double-label-slider.ui-slider .ui-slider-pip .ui-slider-label {
    color: #888
}

#double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
    font-style: normal;
    font-size: 1.8em;
    position: absolute;
    top: -36px
}

@media screen and (max-width: 500px) {
    #double-label-slider.ui-slider .ui-slider-pip .ui-slider-label i {
        font-size: 1.4em
    }
    .navbar {
        padding: 0 !important;
    }
}

#double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
    opacity: .6;
    font-size: 1.2em;
    line-height: 1.3;
    position: absolute;
    top: 18px;
    transition: opacity .3s ease
}

@media screen and (max-width: 500px) {
    #double-label-slider.ui-slider .ui-slider-pip .ui-slider-label span {
        font-size: 1.1em
    }
}

#double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-initial .ui-slider-label, #double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label, #double-label-slider.ui-slider .ui-slider-pip:focus .ui-slider-label, #double-label-slider.ui-slider .ui-slider-pip:hover .ui-slider-label {
    font-weight: 400
}

#double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-initial .ui-slider-label span, #double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label span, #double-label-slider.ui-slider .ui-slider-pip:focus .ui-slider-label span, #double-label-slider.ui-slider .ui-slider-pip:hover .ui-slider-label span {
    opacity: 1
}

#double-label-slider.ui-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label {
    color: #000
}

.emoji-slider-question {
    font-size: 1.4em;
    transition: all .15s ease
}

@media screen and (max-width: 950px) {
    .emoji-slider-question {
        font-size: 1.2em
    }
}

#emoji-slider {
    height: 5px;
    margin-top: 100px
}

#emoji-slider .ui-slider-handle {
    top: -6px;
    height: 16px;
    width: 16px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#emoji-slider .ui-slider-pip {
    top: -50px;
    margin-left: -1.2em
}

#emoji-slider .emoji {
    max-height: 2em;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out
}

@media screen and (max-width: 950px) {
    #emoji-slider .emoji {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

#emoji-slider .ui-slider-pip-selected .emoji {
    -webkit-transform: scale(1.3) translateY(-5px);
    -ms-transform: scale(1.3) translateY(-5px);
    transform: scale(1.3) translateY(-5px)
}

@media screen and (max-width: 950px) {
    #emoji-slider .ui-slider-pip-selected .emoji {
        -webkit-transform: scale(1.1) translateY(-5px);
        -ms-transform: scale(1.1) translateY(-5px);
        transform: scale(1.1) translateY(-5px)
    }
}

#emoji-slider .ui-slider-line {
    display: none
}

#styling-after-slider {
    margin-top: 3em
}

#styling-after-slider .ui-slider-pip {
    top: -12px
}

#styling-after-slider .ui-slider-pip .ui-slider-label {
    top: -18px
}

#prefix-suffix-slider .ui-slider-label {
    margin-left: -1.75em
}

@media screen and (max-width: 1040px) {
    #prefix-suffix-slider .ui-slider-pip:nth-of-type(2n+1) .ui-slider-label {
        display: none
    }
}

#hanzi-labels-slider {
    font-family: SimHei, Hei, sans-serif
}

#hanzi-labels-slider .ui-slider-handle .ui-slider-tip {
    font-size: 1.4em;
    width: 42px;
    margin-left: -22px;
    height: 33px;
    line-height: 30px;
    top: -40px;
    background: #434d5a;
    border-color: #434d5a;
    color: #fff
}

#hanzi-labels-slider .ui-slider-handle .ui-slider-tip:after, #hanzi-labels-slider .ui-slider-handle .ui-slider-tip:before {
    border-top-color: #434d5a
}

#hanzi-labels-slider .ui-slider-pip {
    font-size: 1.2em
}

#steps-fivepercent-slider .ui-slider-tip {
    visibility: visible;
    opacity: 1;
    top: -30px
}

#vertical-slider {
    height: 150px;
    margin-left: 30px
}
.amount-wrapper {
    background-color: #4dbdd7;
    border-radius: 8px;
    padding: 3px;
}
.amount-text{
    color: white;
    font-size: 40px;
    padding-top: 32px;
    text-align: center;

}
.amount-text span{
    color: white;
    font-size: 15px;
}
.amount-buttons-plus {
    background: #48389b !important;
    border: none;
    border-radius: 9px;
    color: white;
    font-size: 38px;
    padding: 0px 20px 0px 20px;
    width: 60px;
    height: 60px;
}

.amount-buttons-minus {
    background: #fe8100 !important;
    border: none;
    border-radius: 9px;
    color: white;
    font-size: 38px;
    padding: 0px 20px 0px 20px;
    width: 60px;
    height: 60px;
}

.ui-slider.ui-slider-horizontal{
    margin-bottom: 20px !important;
}

#flat-slider .ui-slider-handle::before {
    background: transparent !important;
}



.amount-quotes-plus {
    background: #48389b !important;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    padding: 0px 9px 0px 9px;
    width: 35px;
    height: 35px;
}

.amount-quotes-minus {
    background: #fe8100 !important;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    padding: 0px 9px 0px 9px;
    width: 35px;
    height: 35px;
}

.amount-quotes{
    color: #48389b !important;
}

.amount-quotes-quantity-value {
    font-size: 35px;
}

.amount-quotes-quantity-text{
    font-size: 35px;
}
.amount-quotes-monthly-amount{
    font-size: 35px;
}
.nav-link {
    letter-spacing: 1px !important;
    font-size: 18px !important;
}
.border-right {
    border-right: 1px solid #ffffff;
}

element.style {
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.button:hover, button:hover {
    box-shadow: inset 0 0 1px 1px #204891;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.float-right {
    float: right !important;
}
.nav-mobile {
    background-color: #453889;
    padding: 7px;
    border-radius: 7px;
}
@media (max-width: 768px) {
    .nav-item {
        text-align: left !important;
    }
    .navbar-nav{
        margin-left: 0;
    }
    .border-right {
        border-right: none !important;
    }
    #simulador{
        padding-left: 10px;
        padding-right: 10px;
    }
}