/*
    CSS styles that will be applied to entire website
*/

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

table, th, td {
    border: 1px solid black;
}

.text-centered {
    text-align: center;
}

a {
    cursor: pointer;
}