@import"https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap";:root{--btn-warn: #ff0000;--btn-warn-hover: #ff4d4d}.original{--text: #ffffff;--btn-text: #000000;--table-background: #eaeaea;--table-bg-alt: #d1d1d1;--btn-red: #ec4141;--btn-red-hover: lightcoral;--btn-warn: #ff0000;--btn-warn-hover: #ff4d4d;--divider: #000000;--bg-default: #c7c7b1;--bg-dark: #acacaf;--bg-darker: #999999}.darkTheme{--text: #d7d7d7;--btn-text: #d7d7d7;--table-background: #222222;--table-bg-alt: #353535;--btn-red: #7c3434;--btn-red-hover: #975050;--divider: #999999;--bg-default: #303030;--bg-dark: #464646;--bg-darker: #282828}html{--scrollbarBG: #50575a;--thumbBG: #41bcc060}.App{overflow:clip;background-color:var(--bg-default);font-family:Syne Mono,monospace}.rotate{transform:rotate(0);transition:transform .1s;transition-delay:0s}.rotate.loaded{transform:rotate(15deg);transition:transform .1s;transition-delay:1s}.App.darkTheme{color:#fff;font-family:Syne Mono,monospace}.title{background-color:#627f80;margin:0;text-align:center;border-bottom:1px solid black}.title.darkTheme{background-color:#212424;margin:0;text-align:center;border-bottom:1px solid black}.info{margin:.4rem}.small{font-size:small}.right{float:right}.hidden{display:none}.scrollable{overflow-y:auto;max-height:100%;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}body::-webkit-scrollbar,.scrollable::-webkit-scrollbar{width:18px;height:18px}body .thin-scroll::-webkit-scrollbar,.scrollable .thin-scroll::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track,.scrollable::-webkit-scrollbar-track{background:var(--scrollbarBG)}body::-webkit-scrollbar-thumb,.scrollable::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:3px solid var(--scrollbarBG)}body .thin-scroll::-webkit-scrollbar-thumb,.scrollable .thin-scroll::-webkit-scrollbar-thumb{border:1px solid var(--scrollbarBG)}.overlay:hover{background-color:#2cb7da46}@media (max-width: 800px){.scrollable{overflow-y:auto;scrollbar-color:var(--thumbBG) var(--scrollbarBG)}body::-webkit-scrollbar-track,.scrollable::-webkit-scrollbar-track{background:var(--scrollbarBG)}body::-webkit-scrollbar-thumb,.scrollable::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border:3px solid var(--scrollbarBG)}}.boxed{border:1px solid black}.left-border{padding-left:.8rem;position:relative}.left-border:before,.left-border:after{position:absolute;width:.3rem;height:100%;content:"";left:0;top:0;border-left:3px solid #7b7b7b;border-top:3px solid #7b7b7b;border-bottom:3px solid #7b7b7b}.notched{--notchSize: 1rem;clip-path:polygon(0% var(--notchSize),var(--notchSize) 0%,calc(100% - var(--notchSize)) 0%,100% var(--notchSize),100% calc(100% - var(--notchSize)),calc(100% - var(--notchSize)) 100%,var(--notchSize) 100%,0% calc(100% - var(--notchSize)));padding:1rem}.fit{height:fit-content}.divider{background-color:var(--divider);height:1px;width:100%;margin:.1rem 0}.dark{background-color:#a9a9a9;border:none}.dark.darkTheme{background-color:#464646;border:none}.btn-nav.darkTheme{color:#eaeaea;background-color:#1c1c1c}.btn-nav.darkTheme.selected{color:#000;background-color:#eaeaea;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-nav.darkTheme:hover{background-color:#615d5d}.btn-nav.darkTheme.selected:hover{background-color:#bebebe}.btn-nav.darkTheme:focus{outline:none;background-color:#7b7b7bd3}.btn-nav.darkTheme.selected:focus{outline:none;background-color:#eaeaea}input[type=button],input[type=submit],button{color:var(--btn-text);box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009;font-family:inherit}button.medium{font-size:medium}.api-key-upload-row{align-items:stretch;display:grid;grid-template-columns:minmax(0,16rem) max-content;gap:.2rem;margin:.2rem 0;max-width:100%;width:min(20rem,100%)}.api-key-upload-row>button{min-width:max-content}.file-picker{align-items:stretch;display:flex;max-width:100%;min-width:0;width:100%}.file-picker .file-input{height:1px;opacity:0;position:absolute;width:1px}.file-picker-button{align-items:center;cursor:pointer;display:inline-flex;flex:0 0 auto;padding:0 .45rem}.file-picker-button.disabled{cursor:wait;opacity:.7}.file-picker-name{align-items:center;background-color:#d1cac0;border:2px inset #ffffff99;color:#000;display:inline-flex;flex:1 1 auto;min-width:0;overflow:hidden;padding:0 .45rem;text-overflow:ellipsis;white-space:nowrap}.file-picker-name.darkTheme{background-color:#1f1f1f;border-color:#0009;color:#fff}.btn-nav{color:#fff;font-size:larger;background-color:#363535}.btn-nav.selected{color:#000;background-color:#fff}.btn-nav:hover{background-color:#615d5d}.btn-nav.selected:hover{background-color:#928b8b}.btn-nav:focus{outline:none;background-color:#7e6f67d3}.btn-nav.selected:focus{outline:none;background-color:#fff}.btn-red{background-color:var(--btn-red)}.btn-red:hover{background-color:var(--btn-red-hover)}.btn-red:focus{outline:none;background-color:#b8718c81}.btn-warn{background-color:var(--btn-warn)}.btn-warn:hover{filter:brightness(1.2);box-shadow:inset 1px 1px #fff9,inset -1px -1px #0009}.btn-green{background-color:#6d916c;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-green.darkTheme{color:#fff;background-color:#546d53;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-green:hover{background-color:#9cb49b}.btn-green:focus{outline:none;background-color:#80b19f98}.btn-blue{background-color:#6c7b91;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-blue.darkTheme{color:#fff;background-color:#303742;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-blue:hover{background-color:#9ba0b4}.btn-blue:focus{outline:none;background-color:#7773b398}.btn-black{color:#fff;background-color:#4b4b4b;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-black.darkTheme{color:#fff;background-color:#171718;font-family:inherit;box-shadow:inset 2px 2px #65656599,inset -2px -2px #0009}.btn-black:hover{background-color:#272729}.btn-black:focus{outline:none;background-color:#36363998}.btn-yellow{background-color:#fff7a0;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-yellow.darkTheme{color:#d7d7d7;background-color:#360937;font-family:inherit;box-shadow:inset 2px 2px #fff9,inset -2px -2px #0009}.btn-yellow:hover{background-color:#a0956c}.btn-yellow.darkTheme:hover{background-color:#5a165b}.btn-yellow.darkTheme:focus{outline:none;background-color:#632364}button:focus:active{box-shadow:inset 2px 2px #0009,inset -2px -2px #fff9}.btn-yellow:focus{outline:none;background-color:#afb37398}.btn-file{margin-bottom:.2rem}button:active{box-shadow:inset 2px 2px #0009,inset -2px -2px #fff9}input:not([type=button]):not([type=submit]){background:#d1cac0;background-color:#d1cac0;font-family:inherit}label span{color:#ab1f1f;color:#c79070}select{color:#fff;background-color:#4b4b4b;font-family:inherit}select.darkTheme{color:#fff;background-color:#2b2b2b;font-family:inherit}select:focus{outline:none;background-color:#6d6d6dd3}.Home{display:grid;grid-template-columns:0fr min-content 4fr max-content 0fr;gap:.4rem;grid-template-rows:0fr auto min-content 1fr auto auto;width:100vw;background-color:#c7c7b1;color:#000}.Menu{grid-column:4/5;grid-row:2}.Status{grid-column:2/4;grid-row:2}.MobileNav{grid-column:2/3;grid-row:4;display:flex;flex-direction:row;justify-content:center;top:0}.Trade{grid-column:2;grid-row:3/5}.TradeList{grid-row:3 / 5;grid-column:3 / 5}.Messages{grid-row:5;grid-column:2 / 5}@media (max-width: 800px){.Home{grid-template-columns:0fr 1fr 0fr;grid-template-rows:min-content min-content min-content min-content 1fr min-content;gap:.4rem}.Menu{grid-column:2;grid-row:2;display:flex}.Status{grid-column:2;grid-row:3}.TradeList,.Trade,.Messages{grid-column:2;grid-row:5}}@media (max-width: 800px) and (display-mode: standalone){.Home{height:100vh}}.Home.darkTheme{background-color:#313131;color:#fff}.header{display:none;grid-column:1/6;grid-row:1;background-color:#000;text-align:center;align-items:center;font-size:calc(9px + 2vmin);color:#fff}.Trade{display:grid;grid-template-columns:min-content minmax(max-content,1fr);grid-template-rows:min-content 1fr;min-width:fit-content;max-height:100%;box-sizing:border-box;overflow-y:auto}.trade-collapse{grid-column:1;grid-row:1 / 3}.new-trade-form p{max-width:20rem}.trade-nav{grid-column:2}.trade-pages{grid-column:2;grid-row:2}.trade-pages>form{margin:0;padding:.5rem;min-height:100%;max-width:min-content;box-sizing:border-box}@media (max-width: 800px){.trade-pages>form{max-width:100%}}.basic-trade-form,.new-trade-form{margin:.4rem}.form-contents{margin:auto;max-width:100%}.SELL-color{background-color:#a81f1f26}.BUY-color{background-color:#13851d26}.number-inputs{display:flex;flex-direction:column;margin:.4rem 0}.Trade .trade-nav{display:flex;flex-direction:row;align-content:stretch}.Trade .trade-nav .btn-nav{height:2rem;width:100%;min-width:fit-content}.btn-collapse{height:unset;height:100%}.btn-send-trade{height:3rem;margin:1rem auto;width:100%;font-size:larger}.btn-side{height:3rem;width:50%;min-width:8rem;font-size:larger}.basic-trade-buttons{display:flex}.increment-buttons{margin:.1rem auto;width:max-content;display:flex;flex-direction:row;color:#8f5ebf}.Messages>.title.collapser{-webkit-user-select:none;user-select:none}.message-section{display:flex;border-left:black 1px solid;flex-direction:column;flex:1;transition:max-height .08s}.message-section:first-of-type{border-left:none}.message-section.collapsed{max-height:calc(1.4rem - 1px);overflow:hidden}.message-section.expanded{max-height:10rem}.message-board{display:flex}.message-list{display:flex;flex-direction:column-reverse;height:100%}.msg-line.deleted{color:#bb4a4a8a}.message-item .delete-btn{position:absolute;left:0;top:0;cursor:pointer}.message-item strong{-webkit-user-select:none;user-select:none}@media (max-width: 800px){.Messages{height:100%;overflow-y:auto;border-top:none}.message-board{display:grid;grid-template-columns:auto-fit;grid-template-rows:auto-fit;height:100%}div.spacer{height:100rem;width:100%}.message-section{border-top:black 1px solid;grid-column:1;overflow-y:auto;border-left:none;width:100%;max-height:100%;transition:none}.message-section h3{-webkit-user-select:none;user-select:none;display:flex;border:none;min-height:2rem;justify-content:center;align-items:center;flex-grow:0}.message-section.expanded{max-height:100%}.message-section.collapsed{border-top:black 1px solid;display:block;max-height:2rem;overflow:hidden}.collapsed .message-list,.collapsed .chat-form{display:none}}.message-item{margin:0 .1rem;padding-left:5px;position:relative;word-wrap:break-word}.message-item:last-of-type{margin-bottom:2px}.message-item strong{color:#498989}.message-item:before,.message-item:after{position:absolute;width:.2rem;height:calc(100% - 4px);content:"";left:0;bottom:0;border-left:2px solid #7b7b7b;border-bottom:2px solid #7b7b7b}.chat-input{flex-grow:1;resize:none;min-height:1.4rem;margin-right:3px;overflow:auto}.chat-submit{cursor:pointer}.chat-form{padding:3px;display:flex;flex-direction:row;justify-content:stretch}.chat-input:focus{outline:rgb(144,58,58) solid 2px;border-radius:1px}.chat-input.expanded{height:5.6rem}.chat-expand{font-size:.8rem}.message-item strong.red-text{color:#bb4a4a}.message-item strong.def-text{color:var(--btn-text)}.Menu{background-color:var(--bg-dark);display:flex;flex-direction:column;justify-content:space-evenly}.greeting,.menu-buttons{margin:0 .4rem}@media (max-width: 800px){.Menu{flex-direction:row;justify-content:space-between}.menu-buttons{margin-right:0}}.Single-trade{display:flex;flex-direction:row}.Single-trade button{height:1.7rem}.Single-trade div div{margin:auto .5rem;width:fit-content}.Single-trade>div{width:fit-content;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:100%}@media screen and (max-width: 1230px){.Single-trade div div{flex-basis:30%;flex-grow:1;justify-content:space-evenly}.Single-trade div div:nth-child(3n){text-align:right}.Single-trade div div:nth-child(3n-1){text-align:center}}@media screen and (max-width: 800px){.Single-trade div div{flex-basis:33%;flex-grow:1;justify-content:space-evenly;min-width:fit-content}.Single-trade div div:nth-child(3n){text-align:unset}.Single-trade div div:nth-child(3n-1){text-align:unset}.Single-trade div div:nth-child(2n){text-align:right}}:root{--buy-color-light: rgb(125, 209, 132);--buy-color-light-shaded: rgb(96, 173, 103);--sell-color-light: rgb(199, 144, 112);--sell-color-light-shaded: rgb(167, 119, 92);--bg-color-dark: rgb(65, 65, 65);--bg-color-dark-shaded: rgb(82, 82, 82)}.BUY{border-top:solid 1px black;background-color:var(--buy-color-light)}.SELL{border-bottom:black 1px solid;background-color:var(--sell-color-light)}.BUY.darkTheme{border-top:solid 1px black;color:var(--buy-color-light)}.SELL.darkTheme{border-bottom:black 1px solid;color:var(--sell-color-light)}.BUY.darkTheme:not(:hover){background-color:var(--bg-color-dark)}.SELL.darkTheme:not(:hover){background-color:var(--bg-color-dark)}.BUY:nth-child(2n):not(:hover){background-color:var(--buy-color-light-shaded)}.SELL:nth-child(2n):not(:hover){background-color:var(--sell-color-light-shaded)}.BUY.darkTheme:nth-child(2n):not(:hover){background-color:#525252}.SELL.darkTheme:nth-child(2n):not(:hover){background-color:#525252}.deleting,.BUY .kill-button,.SELL .kill-button{float:right;margin:0;padding:.2rem}.expand-single-trade{margin:0;padding:.2rem .325rem;float:left}.live-price{display:flex;align-items:center}.coinbot-image{height:5rem;background-color:transparent}.robot{display:flex;justify-content:space-evenly;align-items:center;max-width:40rem;margin:auto}.black-segment{background-color:#7dd184}.white-segment{background-color:#a7775c}.segment{width:.5rem;height:1%}.Meter{height:4rem;margin-right:.4rem}.Status{display:flex;flex-wrap:wrap}.status-ticker{text-align:center}.status-ticker>strong{color:#b91d1d}.darkTheme .status-ticker>strong{color:#a2a2a2}.red{color:#e93f2d}.blue{color:#1d78b4}.darkTheme.blue{color:#40e0d0}.controls{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1.5rem 1.5rem;align-items:center;grid-auto-flow:column}@media (max-width: 800px){.Status{flex-flow:column-reverse;padding:.2rem 0}.status-ticker{text-align:left;margin:auto .3rem;display:flex;flex-direction:row;justify-content:space-between}.status-ticker div.spacer{background-color:#a2a2a2;margin:auto .5rem .1rem;height:.5px;flex-grow:1}.status-ticker div{width:fit-content}.status-ticker select{margin:.5px}.controls{display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:space-between}}span.green,span.open{color:green}span.timeout{color:#ff0}span.closed{color:red}span.blue,span.reopening{color:#00f}span.darkTheme.green,span.darkTheme.open{color:#6da36d}span.darkTheme.blue,span.darkTheme.reopening{color:#0e2d55}.Single-user{margin:.2rem;padding:.2rem}.single-user-buttons{justify-content:space-between;display:flex;flex-wrap:wrap;flex-direction:row-reverse;gap:.2rem;min-width:fit-content}.single-user-buttons>.single-user-buttons{flex-direction:row}.Single-user p{margin:0 .2rem}.Single-user button{height:fit-content;min-height:1.7rem}.user-details{display:flex;flex-direction:column;flex-grow:1;flex-basis:100%;flex-wrap:wrap}.user-details p{width:max-content}.Single-user{background-color:var(--sell-color-light-shaded)}.Single-user:not(.active-user):nth-of-type(2n){background-color:var(--sell-color-light)}.Single-user.active-user{background-color:var(--buy-color-light)}.Single-user.active-user.darkTheme{color:var(--buy-color-light)}.Single-user.darkTheme{color:var(--sell-color-light);background-color:var(--bg-color-dark)}.Single-user.active-user:nth-of-type(2n){background-color:var(--buy-color-light-shaded)}.Single-user.darkTheme:nth-of-type(2n){background-color:var(--bg-color-dark-shaded)}.user-info{background-color:#ffffff46;padding:.2rem;margin:.2rem 0}.darkTheme .user-info{background-color:#0088ff1a}.user-info h4{margin:.2rem 0 0;display:flex;justify-content:space-between}.Confirm{border-radius:.4rem;position:absolute;width:18rem;z-index:9;margin-left:-9rem;padding-bottom:2rem;left:50%;top:20%;color:#fff;background-color:#722315}.collapser-title{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:space-between;border-radius:.1rem;margin:0;padding:.2rem .2rem .2rem .5rem}.auto-setup-results{display:flex;flex-direction:column;width:16rem;flex:1 1 auto;padding-left:1rem}.auto-setup-results p{position:relative;width:auto;word-wrap:break-word;margin:.2rem 0;padding-bottom:.2rem;padding-left:.5rem}.auto-setup-results p:before,.auto-setup-results p:after{position:absolute;width:90%;height:100%;content:"";left:-.3rem;bottom:0;border-left:3px solid #7b7b7b62;border-bottom:1px solid #7b7b7b1f}.auto-setup-results p strong{color:#7dd184}.auto-setup-results p strong.warning{color:#c79070}.auto-setup-form{padding-right:1rem}.auto-setup-form-and-results{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.auto-setup-form label{display:block;margin-bottom:.5rem}.auto-setup-form label.radio-button{display:inline-block}.auto-setup-form label.hidden{display:none}.product-table{width:100%;min-width:max-content;border-collapse:collapse}.product-table td.number,.product-table th.number{text-align:right;padding:0 .2rem}.product-table td,.product-table th{background-color:var(--table-bg-alt);padding:0 .2rem;width:max-content}.product-table th:nth-child(2n),.product-table td:nth-child(2n){background-color:var(--table-background)}.product-table td.table-product-id{align-items:start;text-align:left}td.number{width:max-content}.product-table td:not(.number){text-align:center}.products-header{display:flex;gap:1rem;align-items:center}.btn-reinvest{margin:.2rem auto}.feedback-form{display:flex;flex-direction:column;align-items:left;height:100%;padding:0 20px}.feedback-form textarea{background-color:#919191;width:100%;height:10rem;resize:none;padding:12px 20px;box-sizing:border-box;margin-top:6px;margin-bottom:16px;font-size:16px}.feedback-form textarea:focus{background-color:#b1b1b1}.feedback-form input[type=submit]{padding:5px 20px;cursor:pointer;width:fit-content}.feedback-submission{display:flex;flex-direction:column;align-items:left;height:100%;padding:0 1rem 1rem}.feedback-submission:nth-child(odd){background-color:#414040}.feedback-submission:nth-child(2n){background-color:#2f2f2f}.feedback-submission-body{display:flex;flex-direction:column;align-items:left;height:100%;padding:0 20px}.window-bar{display:flex;flex-flow:row nowrap;justify-content:space-between;gap:.5rem;color:#eaeaea;font-family:inherit;height:1.5rem}.drag{cursor:default;background-color:#4b4b4b;color:#fff;flex-grow:100;display:flex;padding:0 .5rem;height:1.5rem}.drag.darkTheme{color:#d7d7d7;background-color:#1c1c1c}.drag.move-dragger{-webkit-user-select:none;user-select:none;cursor:move;display:flex;justify-content:space-between;touch-action:none}.collapse-arrows{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;justify-content:space-around;margin:auto}.hide{display:none}.transparent{opacity:83%}.Settings{display:block;position:relative;grid-column:1/6;grid-row:3/5;justify-self:center;background-color:var(--bg-darker);z-index:1;height:fit-content;width:calc(100vw - 2.8rem);max-width:50rem;padding:1rem;border-radius:.25rem}@media (max-width: 800px){.Settings{grid-column:2;grid-row:3/6;width:calc(100vw - 1.8rem);padding:.5rem}.settings-panel{max-height:60vh}}.SettingsNav{display:flex;justify-content:space-evenly;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.SettingsNav>button{flex-grow:1}.Settings.darkTheme{color:var(--text);background-color:var(--bg-darker)}.settings-header{text-align:center}.settings-panel{max-height:65vh}.settings-panel>.collapser>button{height:1.7rem;margin-top:.5rem;margin-left:.5rem}.settings-panel h4.expanded{background-color:#0088ff1a}.settings-panel h4.expanded:first-child{background-color:#08f3}.settings-panel .left-border{margin-bottom:1rem}.tips{float:right;width:max-content}.close-settings{height:1.5rem;width:1.5rem}.MobileNav button{flex:1 1 auto}.NotActive{display:block;grid-column:2;grid-row:3/5;width:25rem}@media (max-width: 800px){.NotActive{width:unset;grid-row:4;grid-column:2 / 3;display:block;grid-column:2;grid-row:5}}.api-form{margin:5px}input{font-family:inherit}.btn-store-api{font-size:medium;margin:0 0 2rem}.btn-sandbox-api{margin:.2rem .6rem}.increment-buttons{margin:.1rem auto;width:max-content}.increase input,.decrease input{width:4rem}.api.error-box{margin:0 5px 1rem}.required-permissions-image{width:100%}.NotActive p,.NotActive .divider.short{margin:5px}.NotActive .divider.short{width:unset}.NotApproved{grid-row:3 / 5;grid-column:3 / 5;display:block}@media (max-width: 800px){.NotApproved{grid-row:4;grid-column:2 / 3;max-height:80vh;display:block;grid-column:2;grid-row:5}}.Login{background-color:#313131;background-color:#758875;max-width:15rem;margin:auto;padding:1rem}.login-background{background-color:#c7c7b1;font-family:Syne Mono,monospace;height:100vh;padding:15vh 0}.login-background.darkTheme{background-color:#313131;color:#fff;font-family:Syne Mono,monospace}.login-form{display:flex;flex-direction:column}.login-button{margin-top:2.6rem;margin-bottom:.4rem}.register-button{margin-bottom:.4rem}.login-form button:disabled,.login-form input:disabled{cursor:wait;opacity:.7}.error-box{background-color:#9e0c0caf;text-align:center;padding:.1rem;margin-top:1rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
