.Tekk-DashCard-Title {font-size: 13px;}
.Tekk-DashCard-Number {font-size: 24px;}
.Tekk-DashCard-SubTitle {font-size: 9.6px;}
.Tekk-DashCard-Container
{
    color: White;
    width: 200px;
    max-height: 80px;
    display: inline-flex;
}
.Tekk-DashCard-IconBox
{
    min-width: 80px;
    min-height: 80px;
    font-size: 50px;
    line-height: 80px;
    background-color: rgb(0, 0, 0, .12);
    text-align: center;
    display: inline-block;
}
.Tekk-DashCard-Content
{
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
}