/*!
 * @Date: Compiled Tue Nov 15 2016 16:13:29 GMT-0500 (Eastern Standard Time).
 * @Description: Syntaxy is a small and flexible syntax highlighter for the web.
 * @Author: Rainner Lins (rainnerlins@gmail.com)
 * @Version: 1.0.0
 * @License: MIT
 */
@-webkit-keyframes stx-flash{0%{background-color:rgba(255,0,0,.18)}50%{background-color:rgba(153,0,0,.18)}100%{background-color:rgba(255,0,0,.18)}}@keyframes stx-flash{0%{background-color:rgba(255,0,0,.18)}50%{background-color:rgba(153,0,0,.18)}100%{background-color:rgba(255,0,0,.18)}}.stx-wrap-inline{display:inline-block;margin:0;padding:5px;font-family:monaco,"Courier New",monospace;font-style:normal;font-weight:400;font-size:13px;line-height:13px;color:#404040;background-color:#f0f0f0;border-radius:5px;box-sizing:border-box}.stx-wrap{display:block;position:relative;margin:0;padding:5px;background-color:#f0f0f0;color:#404040;border-radius:5px;box-sizing:border-box}.stx-wrap *,.stx-wrap :after,.stx-wrap :before{background-color:transparent;box-sizing:border-box;font-family:monaco,"Courier New",monospace;font-style:normal;font-weight:400;font-size:13px;line-height:normal;list-style:none;outline:0;margin:0;padding:0;border:0}.stx-wrap .stx-header{margin:0 0 5px 0;padding:6px 8px 4px 8px;border-radius:3px;background-color:#fff;color:#404040}.stx-wrap .stx-header button{display:inline-block;cursor:pointer;font-size:13px;line-height:13px}.stx-wrap .stx-scroller{display:block;overflow:hidden;margin:0;padding:0}.stx-wrap .stx-scroller:hover{overflow:auto}.stx-wrap .stx-scroller.stx-nonums .stx-line-wrap:after{display:none}.stx-wrap .stx-scroller.stx-nonums .stx-line-code{margin-left:0;padding-left:10px;border-left:none}.stx-wrap .stx-line-wrap{display:block;position:relative;overflow:visible;border-radius:3px;margin:0;padding:0}.stx-wrap .stx-line-wrap .stx-line-code{margin-left:60px;padding:2px 0 2px 10px;padding-right:0;border-left:1px solid #fdfdfd;color:#40494f}.stx-wrap .stx-line-wrap:after{display:inline-block;position:absolute;margin:0;padding:2px 0;left:0;top:0;width:50px;text-align:right;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#121517;content:attr(data-line)}.stx-darker{background-color:#ececec}.stx-darker:hover{background-color:#fff}.stx-darker:active{background-color:#fff}.stx-lighter{background-color:#f4f4f4}.stx-lighter:hover{background-color:#fff}.stx-lighter:active{background-color:#fff}.stx-flash{background-color:rgba(255,0,0,.18);-webkit-animation:stx-flash 2s infinite;animation:stx-flash 2s infinite}.stx-flash:hover{background-color:rgba(255,153,153,.18)}.stx-bold{font-weight:700}.stx-italic{font-style:italic}.stx-left{float:left}.stx-right{float:right}.stx-clear:after{display:block;visibility:hidden;clear:both;margin:0;padding:0;height:0;border:none;content:"."}.stx-nowrap{white-space:pre;word-wrap:normal;word-break:keep-all}.stx-wordwrap{white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.stx-text{color:#40494f}.stx-doctype{color:#944}.stx-numeric{color:#842}.stx-operator{color:#50596f}.stx-keyword{color:#084}.stx-function{color:#56b}.stx-global{color:#85c}.stx-class{color:#5280a0}.stx-key{color:#61819a}.stx-value{color:#8f6581}.stx-import{color:#995066}.stx-important{color:#800}.stx-tag{color:#21418a}.stx-media{color:#806090}.stx-table{color:#446f25}.stx-form{color:#674}.stx-embed{color:#6060b0}.stx-hook{color:#855140}.stx-comment,.stx-comment *{color:#a0a0a0;font-style:italic}.stx-string,.stx-string *{color:#871}