.menu-item {
    font-size: 25px;    
    text-align: center;
}
.menu div.menu-item, .menu div.menu-item .pull-right  {
    line-height: 100px;        
}

.stock .list-group, .stock .list-group span  {
    font-size: 18px;
}

.move .scrollable-header .app-name {
    line-height: 35px;
}

span.stateGreen {
    color: lightgreen;
}
span.stateLightGreen {
    color: lemonchiffon;
}
span.stateLightRed {
    color: lightcoral;
}
span.stateRed {
    color: red;
}

.selectedScan {
    background-color: aliceblue;     
}

li.stateLightGray, a.stateLightGray  {
    background-color: lightgray;
}

li.stateLightGreen, a.stateLightGreen  {
    background-color: #CCFF99;
}
li.stateLightYellow, a.stateLightYellow {
    background-color: lightgoldenrodyellow;
}
li.stateLightRed, a.stateLightRed {
    background-color: lightcoral;
}
