@import url("/css/style.css");
@import url("/css/themes.css");
/* moved to css folder */

.top {
    position: fixed;
    top: 0;
    background-color: #ccc;
    height: 10%;
    width: 100%; 
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
}
webview {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90%!important;
}