/*
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 : Jun 30, 2016, 11:42:16 AM
    Author     : Chris
*/

table.login_table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px;
}

ul.birthday_ul {
    margin: 0px auto;
    padding: 0px 7px 0px 7px;
    overflow: auto;
    list-style-type: none;
}

ul.birthday_ul li {
    float: left;
    display: block;
    padding: 5px;
}