.visitorcounter {
    width: 95%;
    margin: auto;
}

.visitorcounter .floatleft {
    float: left;
}

.visitorcounter .floatright {
    float: right;
}

.visitorcounter .clearboth {
    clear: both;
}

.visitorcounter .center {
    text-align: center;
}

.visitorcounter ul li {
    font-weight: bold;
}

.visitorcounter p {
    clear: both;
    margin-bottom: 6px;
}
