﻿#CurrentNumberOfItemsContainer {
    height:84px;
    width:158px;
    background-color: #545454;
    color:#ffffff
}
#TopTextCurrentNumberOfItems {
    width:100%;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
}
.CurrentNumberOfItems {
    padding-top: 5px;
    text-align: center;
}
.CurrentNumberOfItems .breaker {
    height: 20px;
    width: 5px;
    background-color: #545454;
    float: right;
    font-size: 25px;
}
.CurrentNumberOfItems .divNumber {
    float: right;
    width: 20px;
    background-color: #f2f2f2;
    color: #494949;
    font-size: 21px;
    text-align: center
}
#BottomTextCurrentNumberOfItems {
    width:100%;
    font-size: 18px;
    text-align: center;
    padding-top: 25px;
}