html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

html, body {
    height:100%
}

body {
    overflow: hidden;
}

.actionAarea {
    height:60%;
    width: 100%;
    overflow: auto;
    padding: 20px;
}

:after {
    content: '';
}

.actionAarea .card {
    margin-bottom: 10px;
}

.actionAarea .card.bzcard .card-header,
.actionAarea .card.bzcard .card-body
{
    font-size: 12px;
}
.actionAarea .card.bzcard .card-header{
    padding: .2rem 0.5rem;
}
.actionAarea .card.bzcard .card-body
{
    padding: 0.5rem;
}

.infoBox {
    height: 40%;
    width: 100%;
    position: relative;
}
.infoBox:after {
    content: '';
}
.infoData {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
}
.infoAarea:after {
    content: '';
}
.infoAarea {
    height:100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    overflow: auto;
    padding: 60px 10px 10px 10px;
}

.infoAarea p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80%;
}

.infoAarea span.error {
    color: red;
}
.infoAarea span.success {
    color: green;
}
.infoAarea span.pt {
    color: #0ff;
}
p.infotext span {
    display: block;
}

