/**
 * -----------------------------------------------------------------------------
 * Theming
 * -----------------------------------------------------------------------------
 *
 * Primary:    #333333
 * Secondary:  #C65004
 * Dark:       #333333
 * Light:      #f8f8f8
 *
 */

@import url('default.css');

a {
}

.skin-3 .navbar {
    background: #333333 !important;
}
.ace-nav > li.grey > a {
    background: transparent !important;
}
.ace-nav > li.grey > a:hover {
    background: #333333 !important;
}

.widget-color-blue2 > .widget-header {
    background: #C65004 !important;
    border-color: #C65004 !important;
}
.widget-color-blue2 {
    border-color: #C65004 !important;
}
.widget-box {
    border-color: #C65004 !important;
}
.widget-box span a,
.column-summary
{
    font-weight: bold;
}
.column-last-modified, .column-status, .column-target-version {
    white-space: nowrap;
}
.buglist-headers th {
    white-space: nowrap;
}
#report_bug_form select {
    min-width: 200px;
}

