/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2022, 1:30:38 PM
    Author     : frank
*/

.current-month-links{
    float:left;
    margin: 10px 0px 10px 0px;
    max-width: 100%;
    width: 100%;
}
.current-month-links ul{
    list-style:none;
    margin:0;
    padding:0;
}
.current-month-links ul li{
    display:block;
    float:left;
    margin:0 1% 0 1%;
}