.navbar.suncor {
    background-color: #004B8B;
}

.navbar-left .nav-list li img.nav-logo {
    width: 65px;
    margin-left: 10px;
    display: inline-block;
}

.navbar .nav-list li > a {
    display: inline-block;
    text-decoration: none;
}

.navbar-title {
    float: left;
    text-align: left;
    vertical-align: middle;
    height: 52px;
    line-height: 52px;
    padding: 0px 20px;
}

.navbar-inner .container {
    min-width: 800px;
}

.tasksTable table   {
  /* Add space between table border and cell contents */
  border-spacing: 1;
  border-collapse: separate;
  width: 100%;
}
 
.tasksTable td, .tasksTable th {
  /* Add padding inside cells */
  padding: 4px 45px;
}

/* ADO 1927896 - Fix SuggestingTextBox dropdown appearing behind bottom panel. */
.eb-action-page main td.sticky-bottom {
    z-index: 401
}

