1#totd_plugin {
2    margin-bottom: 31px;
3}
4
5#totd_plugin .totd-footer a {
6
7    float: left;
8
9    background: #49473E;
10    color: #fff !important;
11    text-decoration: none;
12
13    width: 15px;
14    height: 15px;
15
16    font-size: 9px;
17    text-align: center;
18
19    padding: 0px;
20    margin: 0px;
21
22    list-style: none;
23
24    cursor: pointer;
25}
26
27#totd_plugin .totd-footer a:hover {
28    background-color: #577B5D;
29    text-decoration: none !important;
30}
31
32#totd_plugin .totd-footer a.active {
33    background: #716D60;
34}
35