#model-portfolios-container {
    margin-bottom: 20px;
    float: left;
}
#model-portfolios-container table tr td {
    padding: 10px;
}
.model-portfolio-widget > .container {
    padding: 0 !important;
}
.model-portfolio-table {
    width: 960px;
}
.slider-value {
    width: 80px;
}
.portfolio-basket-toolbar {
    padding: 10px;
    float: left;
    width: 100%;
    background: #ccc;
}
.portfolio-basket-toolbar .add-item {
    float: right;
}
.portfolio-basket-toolbar .portfolio-amount {
    float: left;
}
.portfolio-basket-add-item-container {
    padding: 15px;
}

/*
 * Search Widget
 */ 
.search-highlight {
    color: #8bad25;
}
table.search-result-row:hover {
    background: #8bad25; 
}
table.search-result-row:hover .search-highlight {
    color: white; 
}
table.search-result-row {
    width: 400px;
    background: #4a4a4a;
    color: white;    
    border: 1px solid black;
    table-layout: fixed;
    border-bottom: none;
    margin: 0;
    padding:0;
}
table.search-result-row tr td {
    text-align: left; 
    border: 1px solid #3b3b3b;
    border-bottom: none;
    margin: 0;
    padding: 5px; 
    font-size: 11px;
}
.search-result-row-market {
    width: 70px !important;
    text-align: center !important;
}
.search-result-row-name {
    width: 300px !important;
}
.search-result-row-symbol {
    width: 70px !important;
    text-align: center !important;
}

.trade-modal table.search-result-row:hover {
    background: #c10a27; 
}
.trade-modal table.search-result-row {
    background: #2b3a41;
}
.trade-modal .search-highlight {
    color: white;
    font-weight: bold;
}
.trade-modal table.search-result-row tr td {
    border-color: #69727a;
}
.model-portfolio-table {
    clear: both;
}
#add_item_value {
    width: 150px;
}
#submitNewItem {

}