body {
    font-size:15px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.breadcrumb > .active {color: #777 !important;}

/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
padding-top: 60px;
margin-top: -40px
}

/* LoopBack Search CSS */

.lb-search-container {
  padding: 0 10px;
  background-color: var(--color-blue-d);
}

.lb-search {
    display: inline-flex;
    margin-top: 5px;
    margin-left: 5px;
}

.lb-search input {
    color: var(--color-blue-d);
}

.search-bar::placeholder {
    color: rgba(114, 172, 74, 0.5);
}

.resultList {
    list-style: none;
}

.resultList a.title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-blue-d);
}

.resultList a.link {
    color: var(--color-blue-d);
    display: block;
    margin-top: -5px;
    margin-bottom: 5px;
}

.resultList em {
    font-weight: bold;
}

.resultList br {
    line-height: 175%;
}

.resultList li {
    border-bottom: 1px solid var(--color-blue-d);
    margin-bottom: 5px;
}

.pagination {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.pagination a {
    color: var(--color-blue-d);
}

/* End of Search CSS */

@media only screen and (min-width: 768px) {
  .lb-search-container {
    padding-right: 0;
    width: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .lb-search-container {
    width: 350px;
  }
}

.post-content img {
    margin: 12px 0px 3px 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.post-content ol li, .post-content ul li {
    margin: 10px 0px;
}

.pageSummary {
    font-size:13px;
    display:block;
    margin-bottom:15px;
    padding-left:20px;
}

.post-summary {
    margin-bottom:12px;
}

.bs-example{
    margin: 20px;
}

.breadcrumb li {
    color: gray;
}

table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}

.post-content > table {
    margin: 5px auto 20px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table > thead > tr > th {
    vertical-align: bottom;
    text-transform: none;
    background-color: #1e2d84;
    color: white;
    text-align: left;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

/*
table td:first-child {
    width: 150px;
    font-weight:bold;
}
*/

table.boldFirstColumn td:first-child {
    font-weight: bold;
}

table tr td {
    hyphens: auto;
}


p.external a {
    text-align:right;
    font-size:12px;
    font-color: #0088cc;
    display:inline;
}

#definition-box-container div a.active {
    font-weight: bold;
}
p.post-meta {font-size: 80%; color: #777;}

.entry-date{font-size:14px;font-size:0.875rem;line-height:1.71429;margin-bottom:0;text-transform:uppercase;}

/* search area
#search-demo-container ul#results-container {
    list-style: none;
    font-size: 12px;
    background-color: white;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: -1;
    width:223px;
    border-left: 1px solid #dedede;
    box-shadow: 2px 3px 2px #dedede;
}

ul#results-container a {
    background-color: transparent;
}

ul#results-container a: hover {
    color: black;
}

#search-demo-container a:hover {
    color: black;
}
#search-input {
    padding: .5em;
    margin-left:20px;
    width:20em;
    font-size: 0.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top:10px;
}
/* end search */

.filter-options {
    margin-bottom: 20px;
}
.filter-options button {
    margin: 3px;
}

div#toc {
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

div#toc .toc-title {
    color: #000;
    display: inline-block;
    font-weight: 500;
    padding:5px;
    padding-left:15px;
}

div#toc .toc-expand-button {
    position: absolute;
    padding: 5px 8px;
    right: 0;
    top: 0;
}

div#toc > ul {
    padding-top: 0;
}

div#toc ul li {
    margin: 3px 0px 3px 22px;
}

div#toc ul li ul {
    padding-left:8px;
}

div#toc ul li ul li::before {
    content: "﹘ ";
}

li.dropdownActive a {
    font-weight: bold;
}


.post-content a.fa-rss {
    color: orange;
}


.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    margin-top:10px;
}

.post-content .rssfeedLink {
    color: #248EC2;
}

footer {
    font-size: smaller;
}

footer#container {
  padding: 10px;
  margin: 0;
}

/* FAQ page */
#accordion .panel-heading {
    font-size: 12px;
}

a.accordion-toggle, a.accordion-collapsed {
    font-size: 14px;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius:5px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    border-radius: 5px;
}

span.projectTitle {
    font-family: Helvetica;
    font-weight: bold;
}

.footer-right {
    text-align: right;
}

.footer-right img {
    width: 120px;
}

.footer-left {
    text-align: left;
}

.footerMeta {
    background-color: whitesmoke;
    padding: 10px;
    max-width: 250px;
    border-radius: 5px;
    margin-top: 50px;
    font-style:italic;
    font-size:12px;
}

img.screenshotSmall {
    max-width: 300px;
}


dl dt p {
    margin-left:20px;
}


dl dd {
    margin-top:10px;
    margin-bottom:10px;
}

dl.dl-horizontal dd {
    padding-top: 20px;
}

figcaption {

    padding-bottom:12px;
    padding-top:6px;
    max-width: 90%;
    margin-bottom:20px;
    font-style: italic;
    color: gray;

}

.testing {
    color: orange;
}

.preference {
    color: red;
}


table.dataTable thead {
    background-color: #444;
}
table td {
    hyphens: auto;
}

/**
prevent hypens of config property names.
Many tables show || propName | description | default ||
"propName" should NOT be hyphenated to prop-Name
*/
table tr td:first-child {
    hyphens: none;
}

section table tr.success {
    background-color: #dff0d8 !important;
}

table tr.info {
    background-color: #d9edf7 !important;
}

section table tr.warning, table tr.testing, table tr.testing > td.sorting_1  {
    background-color: #fcf8e3 !important;
}
section table tr.danger, table tr.preference, table tr.preference > td.sorting_1  {
    background-color: #f2dede !important;
}

.orange {
    color: orange;
}

table.profile thead tr th {
    background-color: #248ec2;
}

table.request thead tr th {
    background-color: #ED1951;
}

.audienceLabel {
    margin: 10px;
    float: right;
    border:1px solid #dedede;
    padding:7px;
}

.prefaceAudienceLabel {
    color: gray;
    text-align: center;
    margin:5px;
}
span.myLabel {
    padding-left:10px;
    padding-right:10px;
}

button.cursorNorm {
    cursor: default;
}

a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a  {
    margin-left: 10px;
}

hr.faded {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.shaded {
    width: 100%;
    margin-bottom: 15px
}

.fa-6x{font-size:900%;}
.fa-7x{font-size:1100%;}
.fa-8x{font-size:1300%;}
.fa-9x{font-size:1500%;}
.fa-10x{font-size:1700%;}

i.border {
    padding: 10px 20px;
    background-color: whitesmoke;
}

a[data-toggle] {
    color: #72ac4a;
}

.summary {
    font-size:110%;
    color: #808080;
    margin:20px 50px 20px 50px;
}

.post-title-main {
  display: inline;
}

.post-header {
  display: flex;
  justify-content: space-between;
}

a.fa.fa-envelope-o.mailto {
    font-weight: 600;
}

h3 {font-size:130%;}
h4 {font-size:120%;}

.alert, .callout {
    overflow: hidden;
}

ol li ol li {list-style-type: lower-alpha;}
ol li ul li {list-style-type: disc;}

li img {clear:both; }

div#toc ul li ul li {
    list-style-type: none;
    margin: 2px 0px 0px 0px;
}

.tab-content {
    padding: 15px;
    background-color: #FAFAFA;
}

span.tagTitle {font-weight: 500;}

li.activeSeries {
    font-weight: bold;
}

.seriesContext .dropdown-menu li.active {
    font-weight: bold;
    margin-left: 43px;
    font-size:18px;
}

.alert-warning {
    color: #444;
}

div.alert code, h2 code {
    background-color: transparent !important;
}
/* without this, the links in these notes aren't visible.*/
.alert a {
    text-decoration: underline;
}

div.tags {padding: 10px 5px;}

.tabLabel {
    font-weight: normal;
}

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    margin: 30px 0px;
    margin-left: auto;
    margin-right: auto;
}

button.cursorNorm {
    cursor: pointer;
}

h2  {
    font-size:22px;
    line-height:29px;
}
span.otherProgrammingLanguages {
    font-style: normal;
}

a[data-toggle="tooltip"] {
    color: #649345;
    font-style: italic;
    cursor: default;
}

.seriesNext, .seriesContext {
    margin-top: 15px;
    margin-bottom: 15px;
}

.seriescontext ol li {
    list-style-type: upper-roman;
}

ol.series li {
    list-style-type: decimal;
    margin-left: 40px;
    padding-left: 0px;
}

.siteTagline {
    font-size: 200%;
    font-weight: bold;
    color: silver;
    font-family: monospace;
    text-align: center;
    line-height: 10px;
    margin: 20px 0px;
    display: block;
}

.versionTagline {
    text-align: center;
    margin-bottom: 20px;
    font-family: courier;
    font-color: silver;
    color: #444;
    display:block;
}

/* not sure if using this ...*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #248ec2 !important;
}

/* topbar nav */

.topnavlinks .nav > li > a {
    padding: 2px;
}

/* tree nav */

#mysidebar {
  display:block;
}

#mysidebar ul {
  list-style: none;
  margin-left:1em;
}

ul#mysidebar, #mysidebar ul{
  list-style: none;
  padding-left:0;
}

#mysidebar li{
  margin-top:.1em;
  line-height:1.1em;
}

#mysidebar li a {
  font-size: 13px;
}

#mysidebar li > a{
    display: block;
}

#mysidebar .section-name,
#mysidebar .page-link {
  padding: 3px 5px;
  margin-left: 1em;
}

#mysidebar > li > .section-name,
#mysidebar > li > .page-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

#mysidebar .leaf-node>.page-link::before{
  content: "▪";
  float:left;
  width:1em;
  margin-left:-1em;
}

#mysidebar .show-hide{
  float:left;
  width:.8em;
  padding-left:.3em;
}

.tree-parent.expanded .nav-list{
  display:block;
}

.tree-parent-expand.expanded .nav-list{
  display:block;
}

#mysidebar li.active a.show-hide,
#mysidebar a.show-hide:hover,
#mysidebar a.show-hide:active{
  background:none;
  border:none;
  text-decoration: none;
}

#mysidebar li.active>a.section-name,
#mysidebar a.section-name:hover,
#mysidebar li.active>a.page-link,
#mysidebar a.page-link:hover{
  background: #e3eeff;
  text-decoration: none;
}

#mysidebar a.show-hide::before{
  content: "+";
}
#mysidebar .expanded>a.show-hide::before{
  content: "-";
}
/* */

.nav ul.series li {
    list-style: decimal;
    font-size:12px;
}

.nav ul.series li a:hover {
    background-color: gray;
}
.nav ul.series {
    padding-left: 30px;
}

.nav ul.series {
    background-color: #FAFAFA;
}

/*
a.dropdown-toggle.otherProgLangs {
    color: #f7e68f !important;
}
*/

span.muted {color: #666;}

table code {background-color: transparent;}

.highlight .err {
    color: #a61717;
    background-color: transparent !important;
}

table p {
    margin-top: 12px;
    margin-bottom: 12px;
}

pre, table code {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre {
    margin: 15px 0px;
}

#json-box-container pre {
    margin: 0px;
}

.video-js {
    margin: 30px 0px;
}

video {
    display: block;
    margin: 30px 0px;
    border: 1px solid #c0c0c0;
}


p.required, p.dataType {display: block; color: #c0c0c0; font-size: 80%; margin-left:4px;}

dd {margin-left:20px;}

.post-content img.inline {
    margin:0px;
    margin-bottom:6px;
}
.panel-heading {
    font-weight: bold;
}

.note code, .alert code, .warning code, div#toc code, h2 code, h3 code, h4 code {
    color: inherit;
    padding: 0px;
}

.alert {
    margin-bottom:10px;
    margin-top:10px;
}

a.accordion-toggle {
    font-style: normal;
}

span.red {
    color: red;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

h3.codeExplanation {
    font-size:18px;
    font-style:normal;
    color: black;
    line-height: 24px;
}

span.soft {
    color: #c0c0c0;
}

.githubEditButton {
  margin: 10px;
  height: 35px;
  margin-top: 25px;
}

.githubEditButton-nofloat {
    margin-bottom:7px;
}

.endpoint {
    padding: 15px;
    background-color: #f0f0f0;
    font-family: courier;
    font-size: 110%;
    margin: 20px 0px;
    color: #444;
}

.parameter {
    font-family: courier;
    color: red !important;
}

.formBoundary {
    border: 1px solid gray;
    padding: 15px;
    margin: 15px 0px;
    background-color: whitesmoke;
}

@media (max-width: 990px) {
    #mysidebar {
        position: relative;
    }
}

@media (min-width: 1000px) {

    ul#mysidebar {
        margin-top: 10px;
        width: 227px;
    }
}

@media (max-width: 900px) {

    ul#mysidebar {
        max-width: 100%;
    }
}

/* Added to fix issue when window is super wide */
@media (min-width: 1410px) {
    .col-md-3 {
        width: 19%;
    }
}

@media (min-width: 1680px) {
    .col-md-3 {
        width: 17%;
    }
}

@media (min-width: 1880px) {
    .col-md-3 {
        width: 14%;
    }
}
/* End media queries for super wide screen */

.col-md-9 img {
    max-width: 100%;
    max-height: 100%;
}

.videoThumbs img {
    float: left;
    margin:15px 15px 15px 0px;
    box-shadow: 2px 2px 1px #f0f0f0;
    border: 1px solid #dedede;
}

@media only screen and (min-width: 900px), only screen and (min-device-width: 900px) {
    .col-md-9 img {
        max-width: 700px;
        max-height: 700px;
    }
}

*:hover > .anchorjs-link {
    transition: color .25s linear;
    text-decoration: none;
}

.kbCaption {
    color: white;
    background-color: #444;
    padding:10px;
}

/* this part adds an icon after external links, using FontAwesome*/
a[href^="https://"]:after, a[href^="https://"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding-left: 3px;
    position: relative;
    font-size: 9px;
    top: -5px;
}

/* Strip the outbound icon when this class is present */
a[href].noCrossRef::after,
a.no_icon:after
 {
    content:"" !important;
    padding-left: 0;
}

.btn-default {
    margin-bottom: 10px;
}

/* algolia search

.search {
    text-align: left;
}
.search input {
    font-size: 20px;
    width: 300px;
}
.results {
    margin: auto;
    text-align: left;
}
.results ul {
    list-style-type: none;
    padding: 0;
}

/* algolia

div.results {
    position: absolute;
    background-color: white;
    width: 100%;
}

.post-meta {
    font-size: 14px;
    color: #828282;
}

.post-link {
    font-size: 22px;
}

.post-list p {
    margin: 10px 0px;
}

time {
    margin-right: 10px;
}

p.post-meta time {
    margin-right: 0px;
}

span.label.label-default {
    background-color: gray;
}

span.label.label-primary {
    background-color: #f0ad4e;
}
.col-lg-12 .nav li a {background-color: white}
*/

.nav li.active > a.subfoldersTitle {
    background-color: whitesmoke;
    font-weight: bold;
    color: black;
    }

/*
a code {
    color: #248EC2;
}
*/

code + a > code {
    margin-left: -7px;
}

table th code {
    color: white;
}

ol li ul li ol li {
    list-style: decimal;
}

ol li ul li ol li ul li{
    list-style: disc;
}

.post-content table th {
    vertical-align: top;
}

table thead th code.highlighter-rouge {
    background-color: transparent;
}

td code.highlighter-rouge {
  white-space: nowrap;
}

.box {
    padding: 10px;
    border: 1px solid #888;
    box-shadow: 2px 2px 4px #dedede;
    width: 100px;
    height: 80px;
    background-color: #f5f5f5;
    font-family: Arial;
    font-size: 12px;
    hyphens: auto;
    float: left;
    font-size: 12px;
}

.box:hover {
    background-color: #f0f0f0;
}

#userMap {
    overflow-x: auto;
    overflow-y: auto;
    padding: 20px;
    min-width: 770px;
}

#userMap .active {
    background-color: #d6f5d6;
    border:1px solid #555;
    font-weight: bold;
}

h2.userMapTitle {
    font-family: Arial;
}

#userMap a:hover {
    text-decoration: none;
  }

div.arrow {
    max-width: 50px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
}

div.content {
    max-width: 110px
}

#userMap div.arrow, #userMap div.content {
    float: left;
}

.clearfix {
    clear: both;
}


#userMap div.arrow {
    position: relative;
    top: 30px;
}

.box1 {
    margin-left:0px;
}

button.btn.btn-default.btn-lg.modalButton1 {
    margin-left: -20px;
}

div.box.box1 {
    margin-left: -20px;
}

#userMap .btn-lg {
    width: 100px;
    height: 80px;

}

#userMap .complexArrow {
    font-size: 22px;
    margin: 0px 10px;
}


#userMap .btn-lg .active {
    background-color: #d6f5d6;
}

#userMap .btn-lg  {
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
        font-size: 14px;
    }

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

/* Added by Rand
.subfolders {
  padding-left: 10px;
}
*/

.sl-hidden, .gh-only {
  display: none;
}

#seealso ul {line-height:110%; }

.highlight-box {
  font-size: 11pt;
  border: 1px solid #dadfff;
  background-color: #f3f5ff;
  padding: 10px;
  border-radius: 3px;
  margin: 10px auto;
  padding: 10px;
}

pre.highlight {
    margin-top: 0;
    padding: 16px;
}

td pre {
  margin-top: 0;
  margin-bottom: 0;
  }

/* Navtabs customization */

.tab-content {
    padding: 15px;
    background-color: #FAFAFA;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin-top: -10px;
}

.nav-tabs { border-bottom: none;}

.tab-content { padding-top: 0;}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #72ac4a;
    color: white;
}

/*
.tab-pane > h2 { margin-top: 0; }
*/

.v3notice {
  border: 1px solid #264d00;
  margin: 5px 20px;
  padding: 5px;
  font-size: 90%;
  border-radius: 3px;
  background-color: #f2f2f2;
  font-weight: bold;
}

.code-caption {
    color: #7b7b7b;
    font-size: 110%;
    padding: 0px;
    margin:0px 0px -5px 0px;
}

blockquote p { font-size: 100%; }

pre.query_syntax {
  margin: 0;
}

/* Google Custom Search override */
.gsc-branding-user-defined, .gsc-branding-img, .gsc-branding-text, table.gsc-branding { display: none !important; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  border-style: none !important;
}

table.gsc-search-box, form.gsc-search-box, div.gsc-control-wrapper-cse, div.gsc-control-cse.gsc-control-cse-en, #___gcse_0 {
  margin: 0 !important;
  border-style: none !important;
}

td.gsc-input {
  padding: 8px 0 !important;
}

input.gsc-input {
  width: 100% !important;
  padding-right: 24px !important;
  background-position-x: 4px !important;
}

td.gsc-search-button {
  position: relative;
  padding: 0 !important;
}

td.gsc-search-button:after {
  content: '\f002';
  font-family: FontAwesome;
  color: #333;
  font-weight: normal;
  font-style: normal;

  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 16px;
  height: 16px;

  margin: auto;

  font-size: 16px;
  line-height: 16px;
}

input.gsc-search-button {
  font-size: 0 !important;
  margin: 0 !important;
  min-width: 26px !important;
  border-radius: 0 4px 4px 0 !important;
}

td.gsc-clear-button {
  position: relative;
  padding: 0;
  width: auto !important;
}

div.gsc-clear-button {
  position: absolute !important;
  left: -48px;
  top: 0;
  bottom: 0;

  width: 16px;
  height: 16px;

  padding: 0 !important;
  margin: auto 0 !important;
}

table.gsc-search-box, table.gsc-search-box td.gsc-input {
  padding-left: 10px;
  padding-right: 0;
  border: 0;
}

td.gsc-input, td.gsc-search-button, td.gsc-clear-button {
  background-color: #72ac4a;
  border-style: none !important;
}

.gsc-results-close-btn {
  top: 14px !important;
  right: 14px !important;
}

.gsc-orderby-container {
  vertical-align: middle;
}

.gsc-selected-option {
  white-space: nowrap;
}

.gsc-resultsHeader {
  display: none !important;
}

.gsc-webResult.gsc-result {
  border: none !important;
}

table.gsc-table-result {
  margin: 0 !important;
}

/*
For printing
*/

@media print
{
    .sidebar-col, .githubEditButton {
        display: none !important;
    }
}
