@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #f9f9f9 !important;
    height: 100%;
    overflow: hidden;
}


#page-content {
    height: calc(100% - 120px);
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
}

.bcs-host-div {
    background-color: #58595b !important;
    color: #8c8c8c !important;
    font: 13px/normal Arial, Helvetica, Sans-Serif !important;
}

.bcs-results {
    color: #333;
}
