/*--public--*/
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, 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:12px;
    /*font: inherit;*/
    vertical-align: baseline;
    font-style:normal;
    box-sizing: border-box;
}
ul{
    list-style-type:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,button, textarea,select{
    outline:none;
    margin:0;
}
input:focus,textarea:focus {
    outline: none;
}
img{
    vertical-align:bottom;
}
strong{
    font-weight: bold;
}
b{
    color:#cc0000;
}
a:focus{
    outline:none;
}
a{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);
    text-decoration:none;
}
* {outline:none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* @tl-A */
.cesium-credit-textContainer *, .cesium-credit-logoContainer * {display: none !important;}