     .pull-center {
         float: none;
         margin: 0 auto;
     }
     
     body {
         /*  padding-top: 70px;*/
         padding-bottom: 70px;
         overflow-y: scroll;
     }
     
     .datepicker {
         z-index: 9999;
     }
     
     .green {
         color: green;
     }
     
     .grey {
         color: #333;
     }
     
     .rendered {
         padding: 0 3px;
         border: 1px solid #ccc;
         height: 150px;
         min-height: 150px;
         width: 100%;
         overflow-y: scroll;
     }
     
     .CodeMirror-wrap {
         border: 1px solid #ccc;
     }
     
     nav.navbar-fixed-top,
     nav.navbar-fixed-bottom {
         background: rgba(255, 255, 255, 1) !important;
         box-shadow: 0 0 11px rgba(0, 0, 0, 0.2)
     }
     
     img.app-logo {
         height: 50px;
         width: 50px;
         margin: 0 !important;
     }
     
     textarea {
         border: 1px solid #ccc !important;
         padding: 3px !important;
         font-family: Courier New, Courier, monospace;
     }
     
     .open>.dropdown-menu {
         border: 1px solid #ccc;
     }
     
     h5 {
         font-size: 16px !important;
     }

@media all and (max-width: 780px) {
    .table {
        display:block;
    }
}