@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

#node-view .content ul {

    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#node-view .content ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#node-view .content li {
display: list-item;
    text-align: -webkit-match-parent;
}


sup {
    vertical-align: super;
    font-size: smaller;

}

sub {
    vertical-align: sub;
    font-size: smaller;
}
.pane-cl-media-stats-3 .item-list {
    margin:0;
    padding:0;
}
.view-mueller-files .strip-subheading {display: none;}
.view-mueller-files h2 a {font-size: 15px !important; }
.homebox-column.ui-sortable {
    height: auto !important;
}

div#autocomplete {
background:#fff;
}
