html, body {
    font-size: 2.2em;
}
section,
.container,
div.tile,
div.box {
    width: 100%;
}

section {
    padding: 10px !important;
}

.main.container {
    margin: 0 !important;
    max-width: 100%;
}

.panel-block>span,
.panel-block>div {
    margin-right: 3px;
}

.panel-block .tag {
    width: 65px;
    font-weight: bold;
}

.tabcontent.tile.box {
    display: block;
    box-shadow: none;
}

.dataitemcontent {
    padding: 8px;
    background-color: transparent !important;
    border: none;
    width: 100%
}

@media screen and (min-width: 769px),print {
    .tile.is-10 {
        padding: 8px;
        background-color: transparent !important;
        border: none;
        width: 100%
    }
}

footer,
.nav.tabs,
.dataitemsdds,
p span.actions,
h3.title,
.searchform,
td.actioncol,
div[id$="Details"],
.dataitems,
h1.title,
.exports,
.emlico
.emltxt {
    display: none;
}

.dataitemstabs a,
.dataitemsdds a,
.dataitemcontent td {
    text-transform: capitalize;
}

tr.primary td {
    border: none;
    border-top: solid 1px gray;
}

tr.nonprimary td {
    border: none;
    text-indent: 20px;
    font-style: italic;
}

tr.nonprimary td:nth-child(1) {
    text-indent: 0;
}

.carthumb {
    height: 30px;
    vertical-align: middle;
}

.navselected {
    background-color: #f5f5f5;
}

div[data-email],
div[data-phone] {
    white-space: nowrap;
}

.emlphlbl {
    margin-right: 12px;
}

a {
    color: black;
}

.subtitle {
    color: black;
    font-weight: bold;
}

a[href^="mailto:"] {
    text-transform: lowercase;
}

.svg-inline--fa {
    color: black !important;
}

div.box.is-parent {
    box-shadow: none;
}

.fa-check {
    color: black !important;
}