@font-face {
    font-family: icons;
    src: url(../app-shared/fonts/icons/icons.eot?-mfxpn4);
    src: url(../app-shared/fonts/icons/icons.eot?#iefix-mfxpn4) format("embedded-opentype"),url(../app-shared/fonts/icons/icons.woff?-mfxpn4) format("woff"),url(../app-shared/fonts/icons/icons.ttf?-mfxpn4) format("truetype"),url(../app-shared/fonts/icons/icons.svg?-mfxpn4#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-fullscreen,.icon-settings,.icon-sync-scroll {
    display: inline-block;
    font-family: icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-sync-scroll:before {
    content: "\e600"
}

.icon-fullscreen:before {
    content: "\e601"
}

.icon-settings:before {
    content: "\e602"
}

body,html {
    height: 100%
}

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

.clearfix:after {
    clear: both
}

div.full-height {
    overflow: auto
}

.fullscreen .hidden-when-fullscreen,.visible-when-fullscreen {
    display: none
}

.fullscreen .visible-when-fullscreen,.hidden-when-fullscreen {
    display: block
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    background: #fff
}

a {
    color: null
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1em
}

code,kbd,pre {
    background: #e7e7e7
}

code,kbd {
    padding: 1px 5px
}

pre {
    padding: 5px;
    overflow-x: auto;
    word-wrap: normal
}

pre .highlight {
    background: #d7d7d7
}

pre code {
    padding: 0
}

blockquote {
    border-left: 5px solid #e7e7e7;
    margin: 1em 0;
    padding-left: 10px
}

hr {
    border: 0;
    border-top: 1px solid #e7e7e7
}

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

table thead {
    border-bottom: 2px solid #e7e7e7
}

table tbody tr:nth-child(2n) {
    background-color: #f8f8f8
}

table td,table th {
    padding: 6px 13px;
    border: 1px solid #e7e7e7
}

table th {
    font-weight: 700
}

li p {
    margin: .5em 0
}

#left-column,#right-column {
    float: left;
    width: 50%;
    height: 100%
}

.wrapper {
    position: relative;
    padding: 22px 0 20px 10px
}

#left-column .wrapper {
    border-right: 1px solid #f0f0f0
}

#right-column .wrapper {
    padding-left: 9px;
    border-left: 1px solid #f0f0f0
}

.bottom-bar,.topbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.bottom-bar {
    top: auto;
    bottom: 0;
    padding-right: 5px
}

.topbar .buttons-container {
    float: right
}

.topbar .buttons-container .button,.topbar .buttons-container .button-group {
    float: left
}

.topbar .buttons-container .button {
    height: 18px;
    padding: 2px 6px 0;
    line-height: 18px;
    color: #888;
    text-decoration: none;
    font-size: 11px;
    border-bottom: 2px solid transparent;
    background: #f0f0f0
}

.topbar .buttons-container .button:active {
    background: #e7e7e7
}

.topbar .buttons-container .button.active {
    border-bottom-color: #b5b5b5
}

.topbar .buttons-container .button-group .button.switch {
    padding-left: 3px;
    padding-right: 3px
}

.topbar .buttons-container .button-group .button.switch:first-child {
    padding-left: 6px
}

.topbar .buttons-container .button-group .button.switch:last-child {
    padding-right: 6px
}

.topbar .buttons-container .button-group .button.switch:after {
    content: "/";
    position: relative;
    right: -4px
}

.topbar .buttons-container .button-group .button.switch:last-child:after {
    content: none
}

.topbar .buttons-container .button.icon-fullscreen,.topbar .buttons-container .button.icon-sync-scroll {
    width: 22px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.topbar .buttons-container .button.icon-sync-scroll {
    width: 18px
}

.topbar .buttons-container .button.icon-sync-scroll:before {
    display: inline-block;
    margin-top: 1px
}

.topbar .buttons-container .button.icon-fullscreen {
    font-size: 16px
}

.topbar .buttons-container .button.icon-settings {
    font-size: 14px
}

.bottom-bar .word-count {
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #888
}

#preview {
    word-wrap: break-word;
    line-height: normal
}

#html,#markdown {
    display: block;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    color: #111;
    background-color: transparent
}

#html:focus,#markdown:focus {
    outline: 0
}

#top_panels_container {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#top_panels_container .top_panel {
    display: none;
    position: relative;
    padding: 10px 20px;
    background: #f0f0f0;
    border-bottom: 2px solid #f0f0f0
}

#top_panels_container .top_panel a {
    color: #333
}

#top_panels_container .top_panel .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #999;
    cursor: pointer;
    border-radius: 7px
}

#top_panels_container .top_panel .close:hover {
    color: #777;
    background: #d7d7d7
}

.top_panel .button {
    padding: 5px 12px;
    background: #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none
}

.top_panel .button:active {
    background: #d0d0d0
}

.top_panel .button.is-disabled {
    background: #d0d0d0;
    opacity: .5;
    cursor: not-allowed
}

#quick-reference table,#quick-reference>p {
    font-size: 12px;
    line-height: 1.25em
}

#quick-reference table tr {
    background: 0 0
}

#quick-reference table td {
    padding: 1px 0;
    border: 0
}

#quick-reference table td:first-child {
    cursor: pointer
}

#quick-reference table td:last-child {
    padding-left: 20px
}

#quick-reference table td p,#quick-reference table td pre {
    margin: 0
}

#quick-reference p {
    margin-bottom: 0
}

#settings #decrease-font-size,#settings #increase-font-size {
    position: relative;
    padding: 5px 9px 5px 19px;
    line-height: 16px
}

#settings #decrease-font-size:before,#settings #increase-font-size:before {
    content: "A";
    position: absolute;
    top: 5px;
    left: 9px;
    height: 16px;
    line-height: 16px;
    font-family: monospace
}

#settings #decrease-font-size:before {
    font-size: 13px
}

#settings #increase-font-size:before {
    font-size: 17px
}

#settings #decrease-font-size:after {
    content: "-"
}

#settings #increase-font-size:after {
    content: "+"
}

#settings .theme-control .button {
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px
}

#settings .theme-control.theme-control-light {
    display: none
}

#settings .theme-control.theme-control-dark {
    display: inline
}

#settings label {
    padding-right: 20px
}

.fullscreen #left-column,.fullscreen #right-column {
    float: none;
    width: 100%
}

.fullscreen #left-column .wrapper {
    border-right-color: transparent
}

.fullscreen #right-column .wrapper {
    border-left-color: transparent
}

.fullscreen #html,.fullscreen #markdown {
    max-width: 800px;
    margin: 0 auto
}

::-webkit-scrollbar {
    width: null;
    height: null
}

::-webkit-scrollbar-button {
    width: null;
    height: null;
    display: null
}

::-webkit-scrollbar-corner {
    background-color: null
}

::-webkit-scrollbar-track {
    background-color: null
}

::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:vertical {
    border-left: null
}

::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:horizontal {
    border-top: null;
    border-bottom: null
}

::-webkit-scrollbar-thumb {
    background-clip: null;
    background-color: null
}

::-webkit-scrollbar-thumb:vertical {
    min-height: null
}

::-webkit-scrollbar-thumb:horizontal {
    min-width: null
}

::-webkit-scrollbar-thumb:hover {
    background-color: null
}

::-webkit-scrollbar-thumb:active {
    background-color: null
}
