/* app css stylesheet */
html, body {
min-height: 100%;
height: 100%;
background-color: #222222;
color: #eeeeee;
}
.ng-scope {
height: 100%;
}
div[ng-view] {
height: calc(100% - 28px);
}
/* see https://angular-ui.github.io/bootstrap/#/getting_started */
.nav, .pagination, .carousel, .panel-title a {
cursor: pointer;
}