#stocksMarquee {
    border: 2px solid #D7D5D8;
    border-radius: 7px;
    padding: 5px;
    cursor: pointer;
}
#AdminControls {
    display: inline-block;
    width: 100%;
}
#init_Companies {
    display: inline-block;
    width: auto;
}
#update_Stocks{
    display: inline-block;
    width: auto;
}
#update_frontEnd{
    display: inline-block;
    width: auto;
}
.stkDifferenceGreen {
    padding-right: 10px;
}
.stkDifferenceRed {
    padding-right: 10px;
}
.stkSymbol {
    padding-left: 5px;
}
.stkSymbol:hover{
    cursor: pointer;   
}
.stocksTable {
    padding-left: 115px;
    padding-top: 35px;
}
.stkTable {
    width: 100%;
    margin-top:30px;
    border-collapse: inherit;
    overflow-x: auto;
}
.stkTable td{
    border:1px solid #fff;
}
.stkTable tr {
    line-height: 22px;
}
.stkTableHead {
    padding-right: 20px;
    padding-bottom: 10px;
    background: #4396C2;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}
.IndvStk.stkGain {
    background: #009900 ;
    color: #fff;
	text-align: center;
}
.IndvStk.stkLoss {
    background: #FF3333;
    color: #fff;
    text-align: center;
	opacity:0.8;
}
.stkSymbol{
	margin: 5px;
}
.stkPrice, .stktradedShares, .stkDifference{
	margin: 3px;
}
.stkDifferenceGreen i{
	padding-top: 2px !important;
}
