/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.stockItem {
    margin-top: 0px;
    position: relative;
    float: left;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #065E2B;
    width: 100%;
    margin-bottom: 10px;
}

 
  
 
 
 .stockImage {
    position: relative;
    float: left;
    display: inline;
    max-width: 120px;
    max-height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.stockContent {
    position: relative;
    float: left;
    display: block;
  
}

.stockList{
    
    list-style:none;
   
}

