.btn-default {
    font-family: Roboto !important;
}
.popover-title, 
.popover-content {
    font-family: Roboto;
}
.btn-default { 
    color:  #4a2883;
    border-color:  #4a2883;  
}
.btn-primary, .btn-primary:not(.btn-back):focus, .btn-default:hover { 
    border-color:  #4a2883;  
    background-color:  #4a2883;    
}
.nav > li > button {
    border-color:  #4a2883;    
 }
.alert-danger {
    border-color:  #4a2883;  
    background-color:  #4a2883; 
}
.btn-primary.btn-login:active:focus,
.btn-primary.btn-submit-preferences:active:focus,
.btn-primary.btn-back:active:focus,
.btn-primary.btn-logout:active:focus { 
    border-color: #cccccc;  
    background-color: #cccccc;    
}
.btn-primary:hover { 
    border-color: #cccccc;  
    background-color: #cccccc;    
}
.btn-primary:hover:disabled { 
    border-color:  #4a2883 !important;
    background-color:  #4a2883 !important;
}
table.table-striped tbody > thead > tr > th {
    border-bottom-color: #cccccc;
}
.close.marker:hover {
    color: #cccccc;
}
.btn,
table.table-striped > thead > tr > th {
    font-family: Roboto Slab;
}
table.table-striped tbody tr:nth-child(odd) {
    background:  #E5ECF3;
}
#globalheader ul.dropdown-menu,
#globalheader .nav > li > button {
    background: #fff;
}

.form-group {
    margin: 0 0 10px 0!important;
}
