.nav-panel-body {
   background: url("/static/img/logo.png") no-repeat scroll 50% 99% white;
}

button.icon-grid-add, div.icon-grid-add, img.icon-grid-add {
   background-image: url(/static/img/add.png) !important;
   background-repeat: no-repeat;
}

button.icon-grid-edit, div.icon-grid-edit, img.icon-grid-edit {
   background-image: url(/static/img/text_rich_colored.png) !important;
   background-repeat: no-repeat;
}

button.icon-grid-delete, div.icon-grid-delete, img.icon-grid-delete {
   background-image: url(/static/img/delete.png) !important;
   background-repeat: no-repeat;
}

.logout-text {
   width: 300px;
   margin: 200px auto;
   padding: 10px;
   font-family: Segoe UI, Tahoma, sans-serif;
   font-weight: lighter;
   font-size: 48px;
}
