.right-align, .table th.right-align, .table td.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

body {
    background-color: #1fa170;
    padding-bottom: 60px;
}

#header {
    margin-top: 60px;
    text-align: center;
}

#content {
    margin-top: 20px;
    padding: 15px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.events td {
    padding: 5px;
}

.sidebar .events {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: lightblue;
    padding: 5px;
}