﻿body {
}

.counter {
    padding-top: 15px; 
    text-align: center;
}

.counter-font {
    font-size: small;
    color: #c8c8c8;
}

.counter-table {
    width: 120px; 
    background-color: #999999; 
    color: White; 
    text-align: center; 
    font-weight: bold;
}

.counter-border {
    border:1px solid white; 
    padding:2px;
}