.docs-component-toolbar .segmented-control .control-item {
	cursor: pointer;
}
.toggle {
	cursor: pointer;
}
body {
	width: 100%; height: 100%;
}
html {
	width: 100%; height: 100%;
}
body {
	font: 400 14px/1.5 "Open Sans", sans-serif; color: rgb(51, 51, 51); position: relative !important; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased;
}
.ge {
	font-style: italic;
}
.sd {
	font-style: italic;
}
.docs-content {
	font-size: 14px;
}
@media screen and (min-width:768px)
{
.docs-content {
	font-size: 18px;
}
}
.docs-content h1 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h2 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h3 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h4 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h5 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h6 {
	color: rgb(34, 34, 34); font-weight: 400;
}
.docs-content h2 {
	font-size: 2em; margin-bottom: 0.25em;
}
.docs-content h3 {
	font-size: 1.25em; margin-bottom: 0.5em;
}
.docs-content p {
	color: rgb(85, 85, 85); font-size: 1em; margin-bottom: 1.5em;
}
.docs-content .lead {
	color: rgb(119, 119, 119); font-size: 1.1em;
}
.docs-header {
	position: relative; background-image: linear-gradient(45deg, rgb(10, 24, 85) 0px, rgb(218, 0, 36) 100%); background-color: rgb(10, 24, 85);
}
.docs-sub-header {
	position: relative; background-image: linear-gradient(45deg, rgb(10, 24, 85) 0px, rgb(218, 0, 36) 100%); background-color: rgb(10, 24, 85);
}
.docs-header {
	height: 100vh; min-height: 750px;
}
.docs-header .carbonad {
	margin-top: 0px !important; position: relative !important; animation-name: fadeintext; animation-duration: 2s; -webkit-animation-name: fadeintext; -o-animation-name: fadeintext; -webkit-animation-duration: 2s; -o-animation-duration: 2s;
}
.docs-header .version {
	text-align: center; color: rgba(255, 255, 255, 0.5); margin-top: 15px;
}
.docs-header-bottom {
	left: 0px; right: 0px; bottom: 0px; position: absolute;
}
@media screen and (min-width:768px)
{
.docs-header {
	min-height: 870px;
}
.docs-header .carbonad {
	left: 50% !important; width: 330px !important; margin-bottom: 60px !important; margin-left: -165px !important;
}
.docs-sub-header .carbonad {
	top: 50% !important; right: 15px !important; margin-top: 0px !important; position: absolute !important; transform: translateY(-50%) !important; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);
}
}
.docs-masthead {
	padding-top: 15px; padding-bottom: 15px; border-bottom-color: rgba(255, 255, 255, 0.1); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.docs-title {
	left: 50%; font-size: 22px; font-weight: 400; margin-bottom: 0px; position: absolute; z-index: 20; transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%);
}
.docs-nav .docs-nav-trigger {
	color: rgb(255, 255, 255); opacity: 0.7;
}
.docs-nav .docs-nav-trigger.active {
	opacity: 1;
}
.docs-nav .docs-nav-group {
	left: 0px; top: 40px; height: 0px; right: 0px; overflow: hidden; position: absolute; z-index: 20; opacity: 0; background-color: rgba(0, 0, 0, 0.9);
}
.docs-nav .docs-nav-group.active {
	height: auto; opacity: 1;
}
.docs-nav .docs-nav-item {
	padding: 20px 15px; font-size: 22px; display: block;
}
.docs-component-group {
	display: none;
}
.docs-jump-menu {
	display: none;
}
.docs-nav-item {
	transition:opacity 0.2s linear; color: rgb(255, 255, 255); -webkit-transition: opacity .2s linear; -o-transition: opacity .2s linear;
}
.docs-title a {
	transition:opacity 0.2s linear; color: rgb(255, 255, 255); -webkit-transition: opacity .2s linear; -o-transition: opacity .2s linear;
}
.docs-nav-item:active {
	color: rgb(255, 255, 255); opacity: 0.5;
}
.docs-nav-item:focus {
	color: rgb(255, 255, 255); opacity: 0.5;
}
.docs-title a:active {
	color: rgb(255, 255, 255); opacity: 0.5;
}
.docs-title a:focus {
	color: rgb(255, 255, 255); opacity: 0.5;
}
@media screen and (min-width:768px)
{
.docs-title {
	font-weight: 300; float: left; position: static; transform: translateX(0px); -webkit-transform: translateX(0); -o-transform: translateX(0);
}
.docs-nav {
	float: right;
}
.docs-nav .docs-nav-trigger {
	display: none;
}
.docs-nav .docs-nav-group {
	height: auto; display: block; position: static; opacity: 1; background-color: transparent;
}
.docs-nav .docs-nav-item {
	padding: 0px 15px; font-size: 14px; display: inline-block; position: relative;
}
.docs-jump-menu {
	left: 15px; color: rgb(119, 119, 119); display: block; position: absolute; cursor: pointer; -webkit-transition: opacity .2 linear; -o-transition: opacity .2 linear;
}
.docs-jump-menu:hover {
	color: rgb(66, 139, 202);
}
.docs-jump-menu:active {
	opacity: 0.5;
}
.docs-jump-menu .icon-list {
	font-size: 16px; margin-right: 3px;
}
.docs-jump-menu .icon-caret {
	top: 4px; margin-left: -5px; position: relative;
}
.docs-component-group {
	border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; left: 15px; top: 35px; padding-top: 10px; padding-bottom: 10px; position: absolute; box-shadow: 0px 0px 8px rgba(0,0,0,0.05); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .05); -webkit-background-clip: padding-box;
}
.docs-component-group.active {
	display: block;
}
.docs-component-group::after {
	left: 30px; width: 0px; height: 0px; position: absolute; content: "";
}
.docs-component-group::before {
	left: 30px; width: 0px; height: 0px; position: absolute; content: "";
}
.docs-component-group::before {
	top: -11px; margin-left: -11px; border-right-color: transparent; border-bottom-color: rgba(0, 0, 0, 0.3); border-left-color: transparent; border-right-width: 11px; border-bottom-width: 11px; border-left-width: 11px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
.docs-component-group::after {
	top: -10px; margin-left: -10px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 10px; border-bottom-width: 10px; border-left-width: 10px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
.docs-component-group .docs-component-item {
	padding: 10px 20px; color: rgb(119, 119, 119); display: block;
}
.docs-component-group .docs-component-item:hover {
	color: rgb(255, 255, 255); background-color: rgb(66, 139, 202);
}
}
.docs-header-content {
	padding: 50px 10px; text-align: center; position: relative; animation-name: fadeintext; animation-duration: 2s; -webkit-animation-name: fadeintext; -o-animation-name: fadeintext; -webkit-animation-duration: 2s; -o-animation-duration: 2s;
}
.docs-header-content .btn {
	padding: 15px 60px 16px; border: 0px currentColor; transition:0.2s linear; border-image: none; color: rgb(10, 24, 85); font-size: 18px; margin-bottom: 0px; display: block; background-color: rgb(255, 255, 255); -webkit-transition: all .2s linear; -o-transition: all .2s linear;
}
.docs-header-content .btn:hover {
	box-shadow: 0px 0px 50px rgba(255,255,255,0.3); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, .3);
}
.docs-header-content .btn:active {
	opacity: 0.5;
}
.docs-subtitle {
	margin: 0px auto 20px; color: rgb(255, 255, 255); line-height: 38px; font-size: 28px; font-weight: 300; max-width: 750px;
}
@media screen and (min-width:768px)
{
.docs-header-content {
	top: 30%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);
}
.docs-header-content .btn {
	display: inline-block;
}
.docs-subtitle {
	line-height: 60px; font-size: 41px; margin-bottom: 30px;
}
}
.carbonad {
	background: 0px 0px !important; border-width: 1px 0px 0px !important; border-style: solid none none !important; border-color: rgba(255, 255, 255, 0.1) currentColor currentColor !important; padding: 15px !important; width: 100% !important; height: auto !important; line-height: 18px !important; font-size: 13px !important;
}
.carbonad-img {
	margin: 0px !important;
}
.carbonad-tag {
	width: auto !important; height: auto !important; color: rgba(255, 255, 255, 0.65) !important; font-family: "Open Sans",sans-serif !important; margin-left: 145px !important; float: none !important; display: block !important;
}
.carbonad-text {
	width: auto !important; height: auto !important; color: rgba(255, 255, 255, 0.65) !important; font-family: "Open Sans",sans-serif !important; margin-left: 145px !important; float: none !important; display: block !important;
}
.carbonad-text {
	padding-top: 0px !important;
}
.carbonad-tag {
	text-align: left !important;
}
.carbonad-tag a {
	color: rgb(255, 255, 255) !important;
}
.carbonad-text a {
	color: rgb(255, 255, 255) !important;
}
.carbonad #azcarbon > img {
	display: none;
}
.docs-sub-content {
	padding: 55px 15px 65px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; position: relative;
}
.docs-sub-content .page-description {
	font-weight: 300; margin-top: 0px; margin-bottom: 0px;
}
.docs-sub-content .page-title {
	font-weight: 300; margin-top: 0px; margin-bottom: 0px;
}
.docs-sub-content .page-title {
	font-size: 40px; margin-bottom: 5px;
}
.docs-module .btn-block {
	margin-bottom: 0px;
}
.version {
	margin-bottom: 0px;
}
.docs-sub-content .page-description {
	color: rgb(255, 255, 255); font-size: 24px; opacity: 0.7;
}
@media screen and (min-width:768px)
{
.carbonad {
	border-radius: 3px !important; width: 360px !important; border-right-color: rgba(255, 255, 255, 0.1) !important; border-bottom-color: rgba(255, 255, 255, 0.1) !important; border-left-color: rgba(255, 255, 255, 0.1) !important; border-right-width: 1px !important; border-bottom-width: 1px !important; border-left-width: 1px !important; border-right-style: solid !important; border-bottom-style: solid !important; border-left-style: solid !important;
}
.docs-sub-content {
	text-align: left; margin-right: 380px;
}
.docs-module {
	margin-top: 35px;
}
}
.docs-section {
	padding-top: 50px; padding-bottom: 50px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
:last-child.docs-section {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.docs-module {
	padding: 20px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; margin-top: 20px;
}
.version {
	color: rgb(119, 119, 119); font-size: 90%; margin-top: 10px;
}
.docs-footer {
	padding: 30px 20px; text-align: center; color: rgb(119, 119, 119); font-size: 14px; margin-top: 50px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
.docs-footer .social {
	list-style: none; margin: 0px; padding: 0px 0px 20px;
}
.docs-footer .social li {
	height: 20px; vertical-align: top; display: inline-block;
}
.docs-footer .social .twitter-follow-button {
	margin-top: 5px;
}
.docs-footer-text {
	margin-top: 0px; margin-bottom: 0px;
}
@media screen and (min-width:768px)
{
.docs-footer .social .twitter-follow-button {
	margin-top: 0px;
}
.docs-footer-text {
	margin: 0px auto; width: 550px; padding-right: 0px; padding-left: 0px;
}
}
.docs-footer-links {
	padding-left: 0px;
}
.docs-footer-links li {
	padding-right: 3px; padding-left: 3px; display: inline;
}
.docs-header .docs-footer {
	margin-top: 0px; border-top-color: rgba(255, 255, 255, 0.1); border-top-width: 1px; border-top-style: solid;
}
.docs-header .docs-footer .docs-footer-links {
	color: rgba(255, 255, 255, 0.5);
}
.docs-header .docs-footer .docs-footer-text {
	color: rgba(255, 255, 255, 0.5);
}
.docs-header .docs-footer .docs-footer-links a {
	color: rgba(255, 255, 255, 0.8);
}
.docs-header .docs-footer .docs-footer-text a {
	color: rgba(255, 255, 255, 0.8);
}
.github-btn {
	border: 0px currentColor; border-image: none; overflow: hidden;
}
.docs-component-toolbar {
	transition:transform 0.5s; left: 0px; top: 0px; height: 44px; right: 0px; bottom: auto; padding-top: 8px; padding-bottom: 8px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; position: fixed; z-index: 20; transform: translate3d(0px, -55px, 0px); background-color: rgb(255, 255, 255); -webkit-transform: translate3d(0, -55px, 0); -webkit-transition: -webkit-transform .5s; -o-transition: -o-transform .5s;
}
.docs-component-toolbar.visible {
	transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0);
}
.docs-component-toolbar .segmented-control {
	margin: 0px auto; max-width: 300px;
}
.docs-examples {
	margin-top: 30px;
}
.example-wrap {
	margin-bottom: 30px;
}
.example-wrap .example {
	padding: 3px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 100%; overflow: hidden; display: block;
}
.example-wrap .example-title {
	margin-top: 10px;
}
.example-wrap img {
	width: 100%; height: auto; display: block;
}
code {
	padding: 2px 4px; border-radius: 3px; font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 90%; background-color: rgb(249, 249, 249);
}
.component-example {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}
.device {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}
.component {
	padding: 50px 15px; margin-right: -15px; margin-left: -15px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.component.no-border {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
@media screen and (min-width:768px)
{
.component {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
}
.component-title {
	line-height: 34px; font-size: 24px; margin-bottom: 10px;
}
.component-description {
	font-size: 16px; margin-bottom: 15px;
}
.component-example {
	line-height: 21px; font-size: 17px;
}
.component-example {
	position: relative;
}
.component-example .bar {
	position: relative;
}
.component-example .content {
	position: relative;
}
.component-example .bar {
	border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.component-example .bar.bar-header-secondary {
	top: 0px !important; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.component-example > .content-padded {
	margin: 15px;
}
.component-example > .card {
	margin: 15px 0px 0px;
}
.component-example > .card .control-content {
	padding: 15px;
}
.component-example > .btn {
	margin-bottom: 10px;
}
.component-example > .toggle {
	margin-bottom: 10px;
}
.component-example .slider {
	height: 300px;
}
.component-example .slider .slide {
	height: 300px;
}
.component-example .slide img {
	width: 100%;
}
.component-example .slide-text {
	left: 0px; top: 45%; width: 100%; text-align: center; color: rgb(255, 255, 255); font-size: 24px; position: absolute; text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.component-example-fullbleed {
	margin-right: -15px; margin-left: -15px;
}
.highlight {
	margin-right: -15px; margin-left: -15px;
}
.bar-nav ~ .content {
	padding: 0px;
}
.highlight pre {
	padding: 15px; color: rgb(119, 119, 119); font-size: 13px; margin-top: 15px; border-top-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; white-space: pre; -ms-overflow-x: auto; -ms-word-wrap: normal; background-color: rgb(250, 250, 250);
}
.highlight pre code {
	padding: 0px;
}
@media screen and (min-width:768px)
{
.component {
	margin-right: 0px; margin-left: 0px;
}
.component-example-fullbleed {
	margin-right: 0px; margin-left: 0px;
}
.highlight {
	margin-right: 0px; margin-left: 0px;
}
.component {
	transition:opacity 0.2s ease-in-out; padding-right: 0px; padding-left: 0px; opacity: 0.3; -webkit-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out;
}
.component.active {
	opacity: 1;
}
.component-example {
	display: none;
}
.highlight pre {
	border-radius: 3px; border-right-color: rgb(221, 221, 221); border-left-color: rgb(221, 221, 221); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
}
}
#ratchicons .icon {
	margin: 3px; border-radius: 25px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 24px; background-color: rgb(255, 255, 255);
}
#ratchiconsInDevice .icon {
	margin: 3px; border-radius: 25px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 24px; background-color: rgb(255, 255, 255);
}
#modals .modal {
	left: 0px; z-index: 50;
}
#push .component-example {
	height: 150px; overflow: hidden;
}
#buttonsBadgesInDevice .btn {
	margin-top: 10px; margin-right: 100px; margin-left: 10px;
}
#buttonsInDevice .btn {
	margin-top: 10px; margin-right: 100px; margin-left: 10px;
}
#buttonsWithIconsInDevice .btn {
	margin-top: 10px; margin-right: 100px; margin-left: 10px;
}
#blockButtonsInDevice .btn-block {
	margin: 10px auto; width: 300px;
}
#segmentedControlsInDevice .segmented-control {
	margin-top: 10px; margin-right: 10px; margin-left: 10px;
}
#segmentedControlsInDevice .card span {
	padding: 10px;
}
#badgesInDevice {
	text-align: center;
}
#badgesInDevice .badge {
	margin-top: 10px;
}
#formsInDevice form {
	margin: 10px;
}
#formsInDevice form.input-group {
	margin: 0px;
}
#togglesInDevice .toggle {
	margin: 10px auto;
}
#popoversInDevice #iwindow::before {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 11; content: ""; background-color: rgba(0, 0, 0, 0.3);
}
#modalsInDevice #iwindow > .btn {
	margin: 10px;
}
@media screen and (min-width:768px)
{
.popover {
	top: 72px; display: block; position: absolute; opacity: 1;
}
.slider .slide {
	
}
.slider .slide img {
	width: 100%; height: 570px; display: block;
}
.slider .slide-group .slide-text {
	left: 0px; top: 45%; width: 100%; text-align: center; color: rgb(255, 255, 255); font-size: 24px; position: absolute; text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
}
.device {
	line-height: 21px; font-size: 17px; display: none;
}
@media screen and (min-width:768px)
{
.device {
	background-position: 0px 0px; transition:background-image 0.1s linear; top: 50px; width: 395px; height: 813px; font-family: "Helvetica Neue",sans-serif; margin-left: -20px; display: block; position: relative; background-image: url("../img/device-sprite.png"); background-repeat: no-repeat; background-size: 300%; -webkit-transition: background-image .1s linear; -o-transition: background-image .1s linear; -webkit-background-size: 300% 300%;
}
.device.device-fixed {
	right: auto; position: fixed;
}
.device .device-content {
	left: 37px; top: 117px; width: 321px; height: 569px; line-height: 21px; overflow: hidden; font-size: 17px; position: absolute; background-color: rgb(255, 255, 255);
}
.device .bar {
	position: absolute;
}
.device .content {
	position: absolute;
}
.device .modal {
	position: absolute;
}
.device .content {
	left: 0px; top: 44px; right: 0px; bottom: 0px;
}
}
@media screen and (min-width:1200px)
{
.device {
	margin-left: 39px;
}
}
hr {
	border-width: 1px 0px 0px; border-style: solid; border-color: rgb(221, 221, 221); margin: 10px 0px 30px; border-image: none; height: 0px; clear: both;
}
.column-group::after {
	display: table; content: " ";
}
.column-group::before {
	display: table; content: " ";
}
.platform-android .popover::before {
	display: none;
}
.platform-ios .toggle::before {
	display: none;
}
.column-group::after {
	clear: both;
}
.container {
	padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; position: relative;
}
.column-group {
	width: auto;
}
.column {
	width: 100%; padding-right: 15px; padding-left: 15px; float: left;
}
.column.pull-right {
	float: right;
}
.column .column-group {
	margin-right: -15px; margin-left: -15px;
}
@media screen and (min-width:768px)
{
.container {
	padding: 0px; max-width: 940px;
}
.lg-units-4 {
	width: 33.33%;
}
.lg-units-5 {
	width: 41.66%;
}
.lg-units-7 {
	width: 58.33%;
}
.lg-units-8 {
	width: 66.66%;
}
}
@media screen and (min-width:1200px)
{
.container {
	max-width: 1170px;
}
}
.platform-ios a {
	color: rgb(0, 122, 255);
}
.platform-ios a:active {
	color: rgb(0, 98, 204);
}
.platform-ios .content {
	background-color: rgb(239, 239, 244);
}
.platform-ios .h5 {
	color: rgb(143, 143, 148);
}
.platform-ios .h6 {
	color: rgb(143, 143, 148);
}
.platform-ios h5 {
	color: rgb(143, 143, 148);
}
.platform-ios h6 {
	color: rgb(143, 143, 148);
}
.platform-ios p {
	color: rgb(143, 143, 148);
}
.platform-ios .h5 {
	text-transform: uppercase; font-weight: 400;
}
.platform-ios .h6 {
	text-transform: uppercase; font-weight: 400;
}
.platform-ios h5 {
	text-transform: uppercase; font-weight: 400;
}
.platform-ios h6 {
	text-transform: uppercase; font-weight: 400;
}
.platform-ios .btn {
	border: 1px solid rgb(146, 146, 146); transition:0.2s linear; border-image: none; color: rgb(146, 146, 146); background-color: rgba(247, 247, 247, 0.98); -webkit-transition: all; -o-transition: all; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear;
}
.platform-ios .btn.active {
	color: rgb(255, 255, 255); background-color: rgb(146, 146, 146);
}
.platform-ios .btn:active {
	color: rgb(255, 255, 255); background-color: rgb(146, 146, 146);
}
.platform-ios .btn-primary {
	border: 1px solid rgb(0, 122, 255); border-image: none; color: rgb(255, 255, 255); background-color: rgb(0, 122, 255);
}
.platform-ios .btn-primary.active {
	border: 1px solid rgb(0, 98, 204); border-image: none; background-color: rgb(0, 98, 204);
}
.platform-ios .btn-primary:active {
	border: 1px solid rgb(0, 98, 204); border-image: none; background-color: rgb(0, 98, 204);
}
.platform-ios .btn-positive {
	border: 1px solid rgb(76, 217, 100); border-image: none; color: rgb(255, 255, 255); background-color: rgb(76, 217, 100);
}
.platform-ios .btn-positive.active {
	border: 1px solid rgb(42, 200, 69); border-image: none; background-color: rgb(42, 200, 69);
}
.platform-ios .btn-positive:active {
	border: 1px solid rgb(42, 200, 69); border-image: none; background-color: rgb(42, 200, 69);
}
.platform-ios .btn-negative {
	border: 1px solid rgb(221, 82, 77); border-image: none; color: rgb(255, 255, 255); background-color: rgb(221, 82, 77);
}
.platform-ios .btn-negative.active {
	border: 1px solid rgb(207, 45, 40); border-image: none; background-color: rgb(207, 45, 40);
}
.platform-ios .btn-negative:active {
	border: 1px solid rgb(207, 45, 40); border-image: none; background-color: rgb(207, 45, 40);
}
.platform-ios .btn-link {
	background-color: transparent;
}
.platform-ios .btn-outlined {
	background-color: transparent;
}
.platform-ios .btn-outlined.btn-primary {
	color: rgb(0, 122, 255);
}
.platform-ios .btn-outlined.btn-positive {
	color: rgb(76, 217, 100);
}
.platform-ios .btn-outlined.btn-negative {
	color: rgb(221, 82, 77);
}
.platform-ios .btn-outlined.btn-negative:active {
	color: rgb(255, 255, 255);
}
.platform-ios .btn-outlined.btn-positive:active {
	color: rgb(255, 255, 255);
}
.platform-ios .btn-outlined.btn-primary:active {
	color: rgb(255, 255, 255);
}
.platform-ios .btn-link {
	border: currentColor; border-image: none; color: rgb(0, 122, 255);
}
.platform-ios .btn-link.active {
	color: rgb(0, 98, 204); background-color: transparent;
}
.platform-ios .btn-link:active {
	color: rgb(0, 98, 204); background-color: transparent;
}
.platform-ios .btn .badge {
	background-color: rgba(0, 0, 0, 0.15);
}
.platform-ios .btn .badge.badge-inverted {
	background-color: transparent;
}
.platform-ios .btn:active .badge {
	color: rgb(255, 255, 255);
}
.platform-ios .bar {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; box-shadow: 0px 0px 1px rgba(0,0,0,0.85); background-color: rgba(247, 247, 247, 0.98); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
}
.platform-ios .bar.bar-header-secondary {
	top: 44px;
}
.platform-ios .bar.bar-footer-secondary {
	bottom: 44px;
}
.platform-android .bar.bar-footer-secondary {
	bottom: 50px;
}
.platform-android .bar.bar-footer-secondary-tab {
	bottom: 50px;
}
.platform-ios .bar.bar-footer-secondary-tab {
	bottom: 50px;
}
.platform-ios .bar-tab {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.platform-ios .bar.bar-footer {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.platform-ios .bar.bar-footer-secondary {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.platform-ios .bar.bar-footer-secondary-tab {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.platform-ios .tab-item {
	color: rgb(146, 146, 146);
}
.platform-ios .bar-nav .btn-link {
	color: rgb(0, 122, 255);
}
.platform-ios .tab-item.active {
	color: rgb(0, 122, 255);
}
.platform-ios .tab-item:active {
	color: rgb(0, 122, 255);
}
.platform-ios .bar-nav .btn-link:active {
	color: rgb(0, 122, 255); opacity: 0.6;
}
.platform-ios .badge.badge-inverted {
	color: rgb(146, 146, 146); background-color: transparent;
}
.platform-ios .badge-primary {
	color: rgb(255, 255, 255); background-color: rgb(0, 122, 255);
}
.platform-ios .badge-primary.badge-inverted {
	color: rgb(0, 122, 255); background-color: transparent;
}
.platform-ios .badge-positive {
	color: rgb(255, 255, 255); background-color: rgb(76, 217, 100);
}
.platform-ios .badge-positive.badge-inverted {
	color: rgb(76, 217, 100); background-color: transparent;
}
.platform-ios .badge-negative {
	color: rgb(255, 255, 255); background-color: rgb(221, 82, 77);
}
.platform-ios .badge-negative.badge-inverted {
	color: rgb(221, 82, 77); background-color: transparent;
}
.platform-ios .card .table-view {
	background-image: none;
}
.platform-ios .card :last-child.table-view-cell {
	background-image: none;
}
.platform-ios .table-view {
	background-position: 0px 100%, 0px 0px; border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: 0px; border-bottom-width: 0px; border-top-style: none; border-bottom-style: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat;
}
.platform-ios .table-view .table-view-cell {
	background-position: 15px 100%; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat;
}
.platform-ios .table-view :last-child.table-view-cell {
	background-image: none;
}
.platform-ios .input-group {
	background-position: 0px 100%, 0px 0px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat;
}
.platform-ios .table-view .table-view-divider {
	background-position: 0px 100%, 0px 0px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"); background-repeat: no-repeat;
}
.platform-ios .table-view .table-view-cell > a:not(.btn):active {
	color: inherit;
}
.platform-ios .table-view .table-view-divider {
	border-top-color: currentColor; border-bottom-color: currentColor; border-top-width: 0px; border-bottom-width: 0px; border-top-style: none; border-bottom-style: none;
}
.platform-ios .input-group {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=datetime] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=datetime-local] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=date] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=month] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=time] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=week] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=number] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=email] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=url] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=tel] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=color] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=text] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=search] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=password] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios select {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios textarea {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px;
}
.platform-ios input[type=search] {
	border-radius: 6px; border: 0px currentColor; border-image: none; height: 34px; text-align: center; background-color: rgba(0, 0, 0, 0.1);
}
.platform-ios input[type=search]:focus {
	text-align: left;
}
.platform-ios .input-group {
	height: auto;
}
.platform-ios select {
	height: auto;
}
.platform-ios textarea {
	height: auto;
}
.platform-ios .input-group {
	padding: 0px; border: 0px currentColor; border-image: none;
}
.platform-ios .input-group input {
	background-position: 15px 100%; background-repeat: no-repeat;
}
.platform-ios .input-row {
	background-position: 15px 100%; background-repeat: no-repeat;
}
.platform-ios .input-group input {
	border: 0px currentColor; border-image: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
}
.platform-ios .input-group input:last-child {
	background-image: none;
}
.platform-ios .input-row {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
}
.platform-android .input-group input:last-child {
	background-image: none;
}
.platform-android .table-view :last-child.table-view-cell {
	background-image: none;
}
.platform-ios .input-row label + input {
	background-image: none;
}
.platform-ios :last-child.input-row {
	background-image: none;
}
.platform-ios .popover .table-view {
	background-image: none;
}
.platform-ios .segmented-control {
	border: 1px solid rgb(146, 146, 146); border-image: none; background-color: transparent;
}
.platform-ios .segmented-control .control-item {
	border-color: rgb(146, 146, 146); transition:background-color 0.1s linear; color: rgb(146, 146, 146); -webkit-transition: background-color .1s linear; -o-transition: background-color .1s linear;
}
.platform-ios .segmented-control .control-item:active {
	background-color: rgb(235, 235, 235);
}
.platform-ios .segmented-control .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(146, 146, 146);
}
.platform-ios .segmented-control-primary {
	border: 1px solid rgb(0, 122, 255); border-image: none;
}
.platform-ios .segmented-control-primary .control-item {
	border-color: inherit; color: rgb(0, 122, 255);
}
.platform-ios .segmented-control-primary .control-item:active {
	background-color: rgb(179, 215, 255);
}
.platform-ios .segmented-control-primary .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(0, 122, 255);
}
.platform-ios .segmented-control-positive {
	border: 1px solid rgb(76, 217, 100); border-image: none;
}
.platform-ios .segmented-control-positive .control-item {
	border-color: inherit; color: rgb(76, 217, 100);
}
.platform-ios .segmented-control-positive .control-item:active {
	background-color: rgb(223, 248, 228);
}
.platform-ios .segmented-control-positive .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(76, 217, 100);
}
.platform-ios .segmented-control-negative {
	border: 1px solid rgb(221, 82, 77); border-image: none;
}
.platform-ios .segmented-control-negative .control-item {
	border-color: inherit; color: rgb(221, 82, 77);
}
.platform-ios .segmented-control-negative .control-item:active {
	background-color: rgb(250, 228, 227);
}
.platform-ios .segmented-control-negative .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(221, 82, 77);
}
.platform-ios .popover {
	border-radius: 12px; transition:transform 0.2s ease-in-out, opacity 0.2s ease-in-out; -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
}
.platform-ios .popover::before {
	border-bottom-color: rgba(247, 247, 247, 0.98); border-bottom-width: 15px; border-bottom-style: solid;
}
.platform-ios .popover .bar {
	box-shadow: none; -webkit-box-shadow: none;
}
.platform-ios .popover .bar-nav {
	border-bottom-color: rgba(0, 0, 0, 0.15); border-bottom-width: 1px; border-bottom-style: solid;
}
.platform-ios .popover .table-view {
	border-radius: 12px;
}
.platform-ios .modal {
	transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -o-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
}
.platform-ios .modal.active {
	transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -o-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
}
.platform-ios .toggle {
	border: 2px solid rgb(230, 230, 230); border-image: none; width: 47px; box-shadow: inset 0px 0px 0px 0px #e1e1e1; transition-property: box-shadow, border; transition-duration: 0.2s; -webkit-box-shadow: inset 0 0 0 0 #e1e1e1; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -webkit-transition-property: -webkit-box-shadow, border; -o-transition-property: box-shadow, border;
}
.platform-ios .toggle .toggle-handle {
	border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; box-shadow: 0px 3px 3px rgba(0,0,0,0.08); transition-property: transform, border, width; -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .08); -webkit-transition-property: -webkit-transform, border, width; -o-transition-property: -o-transform, border, width;
}
.platform-ios .toggle.active {
	border: 2px solid rgb(76, 217, 100); border-image: none; box-shadow: inset 0px 0px 0px 13px #4cd964; background-color: transparent; -webkit-box-shadow: inset 0 0 0 13px #4cd964;
}
.platform-ios .toggle.active .toggle-handle {
	border-color: rgb(76, 217, 100); transform: translate3d(17px, 0px, 0px); -webkit-transform: translate3d(17px, 0, 0);
}
.platform-ios .content.fade {
	transition:opacity 0.2s ease-in-out; -webkit-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out;
}
.platform-ios .content.sliding {
	transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1); -o-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
}
.platform-ios :not([class*=sliding-in]).content.sliding.right {
	animation-name: fadeOverlay; animation-duration: 0.4s; -webkit-animation-name: fadeOverlay; -o-animation-name: fadeOverlay; -webkit-animation-duration: .4s; -o-animation-duration: .4s;
}
.platform-ios .content.sliding.sliding-in {
	animation-name: fadeOverlay; animation-duration: 0.4s; -webkit-animation-name: fadeOverlay; -o-animation-name: fadeOverlay; -webkit-animation-duration: .4s; -o-animation-duration: .4s;
}
.platform-ios :not([class*=sliding-in]).content.sliding.right {
	animation-direction: reverse; -webkit-animation-direction: reverse; -o-animation-direction: reverse;
}
.platform-ios .content.sliding.left {
	transform: translate3d(-20%, 0px, 0px); -webkit-transform: translate3d(-20%, 0, 0);
}
.platform-ios .device {
	background-position: -395px 0px;
}
.platform-ios .device .device-content {
	background-color: rgb(239, 239, 244);
}
.platform-android body {
	color: rgb(34, 34, 34); line-height: 22px; font-family: Roboto,sans-serif; font-size: 18px;
}
.platform-android a {
	color: rgb(51, 181, 229);
}
.platform-android a:active {
	color: rgb(26, 155, 203);
}
.platform-android .content {
	background-color: rgb(242, 242, 242);
}
.platform-android .bar-nav ~ .content {
	padding-top: 50px;
}
.platform-android .bar-header-secondary ~ .content {
	padding-top: 100px;
}
.platform-android .bar-tab ~ .content {
	padding-top: 50px; padding-bottom: 0px;
}
.platform-android .bar-footer ~ .content {
	padding-bottom: 50px;
}
.platform-android .bar-footer-secondary ~ .content {
	padding-bottom: 100px;
}
.platform-android .btn {
	padding: 8px 15px; border-radius: 2px; border: 0px currentColor; border-image: none; color: rgb(34, 34, 34); font-size: 14px; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.25); background-color: rgb(206, 206, 206); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .25);
}
.platform-android .btn.active {
	border: 0px currentColor; border-image: none; color: rgb(34, 34, 34); box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.2); background-color: rgb(153, 153, 153); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .2);
}
.platform-android .btn:active {
	border: 0px currentColor; border-image: none; color: rgb(34, 34, 34); box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.2); background-color: rgb(153, 153, 153); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .2);
}
.platform-android .btn-primary {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(51, 181, 229);
}
.platform-android .btn-primary.active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(26, 155, 203);
}
.platform-android .btn-primary:active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(26, 155, 203);
}
.platform-android .btn-positive {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(153, 204, 0);
}
.platform-android .btn-positive.active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(115, 153, 0);
}
.platform-android .btn-positive:active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(115, 153, 0);
}
.platform-android .btn-negative {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(255, 68, 68);
}
.platform-android .btn-negative.active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(255, 17, 17);
}
.platform-android .btn-negative:active {
	border: 0px currentColor; border-image: none; color: rgb(255, 255, 255); background-color: rgb(255, 17, 17);
}
.platform-android .btn-outlined {
	border: 1px solid rgb(153, 153, 153); border-image: none; box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.platform-android .btn-outlined.btn-primary {
	border: 1px solid rgb(51, 181, 229); border-image: none; color: rgb(51, 181, 229);
}
.platform-android .btn-outlined.btn-primary:active {
	border: 1px solid rgb(51, 181, 229); border-image: none; background-color: rgb(51, 181, 229);
}
.platform-android .btn-outlined.btn-positive {
	border: 1px solid rgb(153, 204, 0); border-image: none; color: rgb(153, 204, 0);
}
.platform-android .btn-outlined.btn-positive:active {
	border: 1px solid rgb(153, 204, 0); border-image: none; background-color: rgb(153, 204, 0);
}
.platform-android .btn-outlined.btn-negative {
	border: 1px solid rgb(255, 68, 68); border-image: none; color: rgb(255, 68, 68);
}
.platform-android .btn-outlined.btn-negative:active {
	border: 1px solid rgb(255, 68, 68); border-image: none; background-color: rgb(255, 68, 68);
}
.platform-android .btn-outlined:active {
	border: 1px solid rgb(153, 153, 153); border-image: none; box-shadow: none; background-color: rgb(153, 153, 153); -webkit-box-shadow: none;
}
.platform-android .btn-outlined.btn-negative:active {
	color: rgb(255, 255, 255); box-shadow: none; -webkit-box-shadow: none;
}
.platform-android .btn-outlined.btn-positive:active {
	color: rgb(255, 255, 255); box-shadow: none; -webkit-box-shadow: none;
}
.platform-android .btn-outlined.btn-primary:active {
	color: rgb(255, 255, 255); box-shadow: none; -webkit-box-shadow: none;
}
.platform-android .btn-link {
	border: currentColor; border-image: none; color: rgb(51, 181, 229); box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.platform-android .btn-link.active {
	color: rgb(26, 155, 203); box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.platform-android .btn-link:active {
	color: rgb(26, 155, 203); box-shadow: none; background-color: transparent; -webkit-box-shadow: none;
}
.platform-android .btn-block {
	padding: 15px 0px; font-size: 18px;
}
.platform-android .btn .badge {
	background-color: rgba(0, 0, 0, 0.15);
}
.platform-android .btn .badge.badge-inverted {
	background-color: transparent;
}
.platform-android .btn:active .badge {
	color: rgb(255, 255, 255);
}
.platform-android .bar {
	height: 50px; border-bottom-color: rgb(177, 177, 177); border-bottom-width: 1px; border-bottom-style: solid; box-shadow: inset 0px -2px 0px #d2d2d2, 0px 3px 3px rgba(0,0,0,0.07); background-color: rgb(221, 221, 221); -webkit-box-shadow: inset 0 -2px 0 #d2d2d2, 0 3px 3px rgba(0, 0, 0, .07);
}
.platform-android .bar.bar-header-secondary {
	top: 50px;
}
.platform-android .bar .bar-footer {
	border-top-color: rgb(177, 177, 177); border-bottom-color: currentColor; border-top-width: 1px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: none; box-shadow: inset 0px -2px 0px #33b5e5; -webkit-box-shadow: inset 0 -2px 0 #33b5e5;
}
.platform-android .bar .bar-footer-secondary {
	border-top-color: rgb(177, 177, 177); border-bottom-color: currentColor; border-top-width: 1px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: none; box-shadow: inset 0px -2px 0px #33b5e5; -webkit-box-shadow: inset 0 -2px 0 #33b5e5;
}
.platform-android .bar .bar-footer-secondary-tab {
	border-top-color: rgb(177, 177, 177); border-bottom-color: currentColor; border-top-width: 1px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: none; box-shadow: inset 0px -2px 0px #33b5e5; -webkit-box-shadow: inset 0 -2px 0 #33b5e5;
}
.platform-android .bar-tab {
	top: 0px; height: 50px; bottom: auto; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.platform-android .bar-tab .tab-item {
	color: rgb(146, 146, 146);
}
.platform-android .bar-tab .tab-item.active {
	color: rgb(51, 181, 229); box-shadow: inset 0px -2px 0px #33b5e5; -webkit-box-shadow: inset 0 -2px 0 #33b5e5;
}
.platform-android .bar-tab .tab-item:active {
	color: rgb(146, 146, 146); background-color: rgb(120, 198, 227);
}
.platform-android .bar-tab .tab-item .icon {
	top: 3px; padding-top: 0px; padding-bottom: 0px;
}
.platform-android .title {
	text-align: left; line-height: 49px; padding-left: 15px; font-size: 18px; position: static;
}
.platform-android .bar .btn {
	top: 7px; padding-top: 10px; padding-bottom: 10px;
}
.platform-android .bar .btn-link {
	padding: 0px; top: 0px; color: rgb(51, 181, 229); line-height: 49px; font-size: 18px;
}
.platform-android .bar .btn-link.active {
	color: rgb(26, 155, 203);
}
.platform-android .bar .btn-link:active {
	color: rgb(26, 155, 203);
}
.platform-android .bar .btn-link .icon {
	padding: 0px; top: 2px;
}
.platform-android .bar .btn-block {
	top: 4px;
}
.platform-android .bar .segmented-control {
	top: 7px;
}
.platform-android .bar .icon {
	padding-top: 13px; padding-bottom: 13px;
}
.platform-android .bar .title .icon {
	padding: 0px;
}
.platform-android .bar .title .icon.icon-caret {
	top: 10px; color: rgb(119, 119, 119);
}
.platform-android .bar input[type=search] {
	height: 35px;
}
.platform-android .badge.badge-inverted {
	color: rgb(153, 153, 153); background-color: transparent;
}
.platform-android .badge-primary {
	color: rgb(255, 255, 255); background-color: rgb(51, 181, 229);
}
.platform-android .badge-primary.badge-inverted {
	color: rgb(51, 181, 229); background-color: transparent;
}
.platform-android .badge-positive {
	color: rgb(255, 255, 255); background-color: rgb(153, 204, 0);
}
.platform-android .badge-positive.badge-inverted {
	color: rgb(153, 204, 0); background-color: transparent;
}
.platform-android .badge-negative {
	color: rgb(255, 255, 255); background-color: rgb(255, 68, 68);
}
.platform-android .card {
	background-color: transparent;
}
.platform-android .table-view {
	background-color: transparent;
}
.platform-android .badge-negative.badge-inverted {
	color: rgb(255, 68, 68); background-color: transparent;
}
.platform-android .card {
	border-color: rgb(217, 217, 217); border-radius: 2px;
}
.platform-android .table-view .table-view-cell {
	border-bottom-color: rgb(217, 217, 217); border-bottom-width: 1px; border-bottom-style: solid;
}
.platform-android .table-view .table-view-cell > a:not(.btn):active {
	color: inherit; background-color: rgb(224, 224, 224);
}
.platform-android .table-view .table-view-cell > a:not(.btn):active .icon {
	color: rgb(255, 255, 255);
}
.platform-android .table-view .table-view-divider {
	text-transform: uppercase; padding-top: 25px; font-size: 12px; font-weight: 700; border-top-color: currentColor; border-bottom-color: rgb(169, 169, 169); border-top-width: 0px; border-bottom-width: 2px; border-top-style: none; border-bottom-style: solid; background-color: transparent;
}
.platform-android .table-view-cell .navigate-left > .badge {
	right: 15px;
}
.platform-android .table-view-cell .navigate-left > .btn {
	right: 15px;
}
.platform-android .table-view-cell .navigate-left > .toggle {
	right: 15px;
}
.platform-android .table-view-cell .navigate-right > .badge {
	right: 15px;
}
.platform-android .table-view-cell .navigate-right > .btn {
	right: 15px;
}
.platform-android .table-view-cell .navigate-right > .toggle {
	right: 15px;
}
.platform-android .table-view-cell .push-left > .badge {
	right: 15px;
}
.platform-android .table-view-cell .push-left > .btn {
	right: 15px;
}
.platform-android .table-view-cell .push-left > .toggle {
	right: 15px;
}
.platform-android .table-view-cell .push-right > .badge {
	right: 15px;
}
.platform-android .table-view-cell .push-right > .btn {
	right: 15px;
}
.platform-android .table-view-cell .push-right > .toggle {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-left > .badge {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-left > .btn {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-left > .toggle {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-right > .badge {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-right > .btn {
	right: 15px;
}
.platform-android .table-view-cell > a .navigate-right > .toggle {
	right: 15px;
}
.platform-android .table-view-cell > a .push-left > .badge {
	right: 15px;
}
.platform-android .table-view-cell > a .push-left > .btn {
	right: 15px;
}
.platform-android .table-view-cell > a .push-left > .toggle {
	right: 15px;
}
.platform-android .table-view-cell > a .push-right > .badge {
	right: 15px;
}
.platform-android .table-view-cell > a .push-right > .btn {
	right: 15px;
}
.platform-android .table-view-cell > a .push-right > .toggle {
	right: 15px;
}
.platform-android .input-group {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=datetime] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=datetime-local] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=date] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=month] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=time] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=week] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=number] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=email] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=url] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=tel] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=color] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=text] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=search] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=password] {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android select {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android textarea {
	padding: 10px 15px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; height: 40px; box-shadow: 0px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.platform-android input[type=search] {
	border-radius: 2px;
}
.platform-android .input-group {
	height: auto;
}
.platform-android select {
	height: auto;
}
.platform-android textarea {
	height: auto;
}
.platform-android .input-group {
	padding: 0px; border: 0px currentColor; border-image: none;
}
.platform-android .input-group input {
	border-width: 0px 0px 1px; border-style: none none solid; border-color: currentColor currentColor rgb(217, 217, 217); border-image: none; box-shadow: none; -webkit-box-shadow: none;
}
.platform-android .input-row {
	height: 40px; border-bottom-color: rgb(217, 217, 217); border-bottom-width: 1px; border-bottom-style: solid;
}
.platform-android .input-row label {
	padding-top: 10px; padding-bottom: 10px;
}
.platform-android .input-row label + input {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; background-image: none;
}
.platform-android .segmented-control {
	border-radius: 2px; border: 0px currentColor; border-image: none; font-size: 14px; box-shadow: 0px 1px 1px rgba(0,0,0,0.25); background-color: rgb(206, 206, 206); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
.platform-android .segmented-control .control-item {
	color: rgb(34, 34, 34); padding-top: 10px; padding-bottom: 10px; border-left-color: rgb(153, 153, 153); border-left-width: 1px; border-left-style: solid; box-shadow: inset 0px -1px 0px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.2); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .2);
}
.platform-android .segmented-control :first-child.control-item {
	border-left-width: 0px;
}
.platform-android .segmented-control .control-item.active {
	background-color: rgb(153, 153, 153);
}
.platform-android .segmented-control .control-item:active {
	background-color: rgb(153, 153, 153);
}
.platform-android .segmented-control-primary {
	border: 0px currentColor; border-image: none;
}
.platform-android .segmented-control-primary .control-item {
	border-color: inherit; color: rgb(255, 255, 255);
}
.platform-android .segmented-control-primary .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(51, 181, 229);
}
.platform-android .segmented-control-primary .control-item:active {
	color: rgb(255, 255, 255); background-color: rgb(51, 181, 229);
}
.platform-android .segmented-control-positive {
	border: 0px currentColor; border-image: none;
}
.platform-android .segmented-control-positive .control-item {
	border-color: inherit; color: rgb(255, 255, 255);
}
.platform-android .segmented-control-positive .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(153, 204, 0);
}
.platform-android .segmented-control-positive .control-item:active {
	color: rgb(255, 255, 255); background-color: rgb(153, 204, 0);
}
.platform-android .segmented-control-negative {
	border: 0px currentColor; border-image: none;
}
.platform-android .segmented-control-negative .control-item {
	border-color: inherit; color: rgb(255, 255, 255);
}
.platform-android .segmented-control-negative .control-item.active {
	color: rgb(255, 255, 255); background-color: rgb(255, 68, 68);
}
.platform-android .segmented-control-negative .control-item:active {
	color: rgb(255, 255, 255); background-color: rgb(255, 68, 68);
}
.platform-android .popover {
	border-radius: 0px; border: 1px solid rgb(155, 155, 155); transition:transform 0.1s ease-in-out, opacity 0.2s ease-in-out; border-image: none; left: 15px; top: 47px; width: 200px; margin-left: 0px; box-shadow: 0px 0px 3px rgba(0,0,0,0.2); transform: scale(0.75); -webkit-transform: scale(.75); -o-transform: scale(.75); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2); -webkit-transition: -webkit-transform .1s ease-in-out, opacity .2s ease-in-out; -o-transition: -o-transform .1s ease-in-out, opacity .2s ease-in-out;
}
.platform-android .popover.visible {
	transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1);
}
.platform-android .backdrop {
	background-color: transparent;
}
.platform-android .popover .bar {
	border-radius: 0px;
}
.platform-android .popover .bar-nav ~ .table-view {
	padding-top: 50px;
}
.platform-android .popover .table-view {
	border-radius: 12px;
}
.platform-android .toggle {
	border-radius: 0px; border: 2px solid rgb(215, 215, 215); border-image: none; width: 104px; height: 28px; background-color: rgb(215, 215, 215);
}
.platform-android .toggle .toggle-handle {
	border-radius: 2px; border: 1px solid rgb(181, 181, 181); border-image: none; left: 0px; top: 0px; width: 50px; height: 24px; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3), inset 0px -1px 0px rgba(0,0,0,0.1); background-color: rgb(190, 190, 190); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 rgba(0, 0, 0, .1);
}
.platform-android .toggle::before {
	left: 11px; top: 1px; right: auto; color: rgb(255, 255, 255); z-index: 3;
}
.platform-android .toggle.active {
	border: 2px solid rgb(215, 215, 215); border-image: none; background-color: rgb(215, 215, 215);
}
.platform-android .toggle.active .toggle-handle {
	border-color: rgb(51, 181, 229); margin-right: 2px; transform: translate3d(50px, 0px, 0px); background-color: rgb(51, 181, 229); -webkit-transform: translate3d(50px, 0, 0);
}
.platform-android .toggle.active::before {
	left: auto; right: 14px; color: rgb(255, 255, 255);
}
.platform-android .navigate-left::after {
	content: "";
}
.platform-android .navigate-right::after {
	content: "";
}
.platform-android .push-left::after {
	content: "";
}
.platform-android .push-right::after {
	content: "";
}
.platform-android .icon-caret::before {
	content: "\e800";
}
.platform-android .icon-down-nav::before {
	content: "\e801";
}
.platform-android .icon-down::before {
	content: "\e801";
}
.platform-android .icon-download::before {
	content: "\e802";
}
.platform-android .icon-left-nav::before {
	content: "\e803";
}
.platform-android .icon-left::before {
	content: "\e803";
}
.platform-android .icon-more-vertical::before {
	content: "\e804";
}
.platform-android .icon-more::before {
	content: "\e805";
}
.platform-android .icon-right-nav::before {
	content: "\e806";
}
.platform-android .icon-right::before {
	content: "\e806";
}
.platform-android .icon-search::before {
	content: "\e807";
}
.platform-android .icon-share::before {
	content: "\e808";
}
.platform-android .icon-up-nav::before {
	content: "\e809";
}
.platform-android .icon-up::before {
	content: "\e809";
}
.platform-android .device {
	background-position: -790px 0px; font-family: Roboto,sans-serif;
}
.platform-android .device .device-content {
	line-height: 22px; font-size: 18px; background-color: rgb(242, 242, 242);
}
.platform-android .device .content {
	top: 50px;
}
.platform-android .device .popover {
	transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1);
}
.platform-android .bar ~ .content {
	padding: 0px;
}
.bs-callout {
	margin: 20px 0px; padding: 20px; border-left-color: rgb(238, 238, 238); border-left-width: 3px; border-left-style: solid;
}
.bs-callout h4 {
	margin-top: 0px; margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0px;
}
.bs-callout code {
	border-radius: 3px; background-color: rgb(255, 255, 255);
}
.bs-callout-danger {
	border-color: rgb(217, 83, 79); background-color: rgb(253, 247, 247);
}
.bs-callout-danger h4 {
	color: rgb(217, 83, 79);
}
.bs-callout-warning {
	border-color: rgb(240, 173, 78); background-color: rgb(252, 248, 242);
}
.bs-callout-warning h4 {
	color: rgb(240, 173, 78);
}
.bs-callout-info {
	border-color: rgb(91, 192, 222); background-color: rgb(244, 248, 250);
}
.bs-callout-info h4 {
	color: rgb(91, 192, 222);
}
.list-group {
	padding-left: 0px; margin-bottom: 20px;
}
:first-child.list-group-item {
	border-top-left-radius: 4px; border-top-right-radius: 4px;
}
.list-group-item {
	padding: 10px 15px; border: 1px solid rgb(221, 221, 221); border-image: none; margin-bottom: -1px; display: block; position: relative; background-color: rgb(255, 255, 255);
}
.list-group .team-member {
	color: rgb(85, 85, 85); line-height: 32px; font-size: 14px;
}
.list-group img {
	border-radius: 4px; width: 32px; margin-right: 10px; float: left;
}
.list-group .team-member-info {
	overflow: hidden;
}
.list-group .github-btn {
	width: 121px; height: 20px; margin-top: 6px; float: right;
}
.browser-support-table td {
	padding: 5px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.browser-support-table th {
	padding: 5px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.browser-support-maybe {
	color: rgb(255, 255, 255); background-color: rgb(240, 173, 78);
}
.browser-support-yes {
	background-color: rgb(153, 204, 0);
}
.browser-support-no {
	background-color: rgb(255, 68, 68);
}
.hll {
	background-color: rgb(255, 255, 204);
}
.c {
	color: rgb(153, 153, 153);
}
.err {
	color: rgb(170, 0, 0); background-color: rgb(255, 170, 170);
}
.k {
	color: rgb(0, 102, 153);
}
.o {
	color: rgb(85, 85, 85);
}
.cm {
	color: rgb(153, 153, 153);
}
.cp {
	color: rgb(0, 153, 153);
}
.c1 {
	color: rgb(153, 153, 153);
}
.cs {
	color: rgb(153, 153, 153);
}
.gd {
	border: 1px solid rgb(204, 0, 0); border-image: none; background-color: rgb(255, 204, 204);
}
.gr {
	color: red;
}
.gh {
	color: rgb(0, 51, 0);
}
.gi {
	border: 1px solid rgb(0, 204, 0); border-image: none; background-color: rgb(204, 255, 204);
}
.go {
	color: rgb(170, 170, 170);
}
.gp {
	color: rgb(0, 0, 153);
}
.gu {
	color: rgb(0, 51, 0);
}
.gt {
	color: rgb(153, 204, 102);
}
.kc {
	color: rgb(0, 102, 153);
}
.kd {
	color: rgb(0, 102, 153);
}
.kn {
	color: rgb(0, 102, 153);
}
.kp {
	color: rgb(0, 102, 153);
}
.kr {
	color: rgb(0, 102, 153);
}
.kt {
	color: rgb(0, 119, 136);
}
.m {
	color: rgb(255, 102, 0);
}
.s {
	color: rgb(212, 73, 80);
}
.na {
	color: rgb(79, 159, 207);
}
.nb {
	color: rgb(51, 102, 102);
}
.nc {
	color: rgb(0, 170, 136);
}
.no {
	color: rgb(51, 102, 0);
}
.nd {
	color: rgb(153, 153, 255);
}
.ni {
	color: rgb(153, 153, 153);
}
.ne {
	color: rgb(204, 0, 0);
}
.nf {
	color: rgb(204, 0, 255);
}
.nl {
	color: rgb(153, 153, 255);
}
.nn {
	color: rgb(0, 204, 255);
}
.nt {
	color: rgb(47, 111, 159);
}
.nv {
	color: rgb(0, 51, 51);
}
.ow {
	color: rgb(0, 0, 0);
}
.w {
	color: rgb(187, 187, 187);
}
.mf {
	color: rgb(255, 102, 0);
}
.mh {
	color: rgb(255, 102, 0);
}
.mi {
	color: rgb(255, 102, 0);
}
.mo {
	color: rgb(255, 102, 0);
}
.s2 {
	color: rgb(204, 51, 0);
}
.sb {
	color: rgb(204, 51, 0);
}
.sc {
	color: rgb(204, 51, 0);
}
.sd {
	color: rgb(204, 51, 0);
}
.se {
	color: rgb(204, 51, 0);
}
.sh {
	color: rgb(204, 51, 0);
}
.si {
	color: rgb(170, 0, 0);
}
.sx {
	color: rgb(204, 51, 0);
}
.sr {
	color: rgb(51, 170, 170);
}
.s1 {
	color: rgb(204, 51, 0);
}
.ss {
	color: rgb(255, 204, 51);
}
.bp {
	color: rgb(51, 102, 102);
}
.vc {
	color: rgb(0, 51, 51);
}
.vg {
	color: rgb(0, 51, 51);
}
.vi {
	color: rgb(0, 51, 51);
}
.il {
	color: rgb(255, 102, 0);
}
.css .nt + .nt {
	color: rgb(153, 153, 153);
}
.css .o {
	color: rgb(153, 153, 153);
}
.css .o + .nt {
	color: rgb(153, 153, 153);
}
