.anderson_selected {
    background-color  : lightblue;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.form-control-number {    
    width: 5em;
    display: inline;
}

.table-item-transaction {
    vertical-align : bottom;
}

.anderson_space{
  margin-bottom: 4px;
}

.anderson_search {
    background-color: #E6E6FA;
}

.ember-light-table .lt-row.is-selected {
    background-color: rgb(182, 228, 241) ;
    /*! background: aqua; */
  }
  
  .columnGreen { 
      color : green !important;
  }

  .columnBlue { 
    color : blue !important;
}
.columnRed { 
    color : red !important;
}

.andersonthumbnail {
    max-width: 120px;
    max-height: 120px;
}



*[accesskey]:after {content:' [' attr(accesskey) ']'}
