body { background-color: white; 
    background-repeat: no-repeat;
    background-position: top right; }
.navbar-inverse {
    background-color: #3E4095;
    border-color: #1967be;
}    
.first { margin-top: 50px; padding: 0;}
.header 
  { background-color: #CFD89A; padding: 20px; 
    background-repeat: no-repeat;
    background-position: top right; 
  }
.page-header { margin-top: 10px; }
.panel-heading-sm{
    height: 28px;
    padding: 4px 10px;
}

.panel-body-sm{
   padding: 5px 10px;
}
.text-sm { font-size: 0.6em; font-weight: normal;}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
}