.card a, .card a:hover {
    text-decoration: none;
    border-left: none;
}
div.cms-content .js-tabbed-panel-tabs li, div.content .js-tabbed-panel-tabs li {
    margin-bottom: 0;
}
.cms-content .js-tabbed-panel-tabs a {
    text-decoration: none;
}
.tag:not(body).is-success {
    background-color: #3A833A;
    color: #fff;
}
.tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}
.tag:not(body).is-danger {
    background-color: #D4403A;
    color: #fff
}
.tag:not(body).is-info {
    background-color: #337ab7;
    color: #fff
}
.tag:not(body).is-link {
    background-color: #20809D;
    color: #fff
}
.tag:not(body) {
    border-radius: 0;
    font-size: 0.8em;
    height: auto;
	text-transform: uppercase;
}
code {
    color: #003896;
}
code[class*="language-"], pre[class*="language-"] {
    tab-size: 2;
    padding: 0;
}
.pattern-code {
    position: relative;
    margin-top: 0;
}
.pattern-code-block {
    background-color: #f5f5f5;
    margin-top: 0;
    max-height: 25rem;
    overflow-y: hidden;
}
.is-expanded .pattern-code-block {
    max-height: none;
}
.pattern-code-block {
    overflow-x: scroll;
    overflow-y: scroll;
    padding: 1rem;
}
.pattern-code-copy-btn {
    padding: 0.5rem 1rem;
    font-size: .75rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
pre[class*="language-"] {
    background-color: #f5f5f5;
}
code[class*="language-"], pre[class*="language-"] {
    text-shadow: none;
}
.c-btn {
    display: inline-block;
    background: #444;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    line-height: 1.5;
    padding: 1rem 1rem;
    border: 0;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    transition: all .15s ease-out;
}
.token {
    font-size: 1em;
}
code {
    font-size: 1em;
}
pre, 
pre code {
    font-size: 1em;
}
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}
@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}
/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}
.token.punctuation {
	color: #444;
}
.namespace {
	opacity: .7;
}
.token.property,
.token.xxx,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #450;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #6C4D28;
}
.token.atrule,
.token.attr-value,
.token.keyword {
	color: #005875;
}
.token.function,
.token.class-name {
	color: #9F1E38;
}
.token.regex,
.token.important,
.token.variable {
	color: #704900;
}
.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}
.token.entity {
	cursor: help;
}