.side ul li {
    list-style: none;
}

ul.flags li {
    display: inline;
    width: auto;
    float: right;
    list-style: none;
}

ul.flags a img {
    border:0px;
    margin-left:4px;
}

table.tabular {
    width:100%;
    background: black;
}

table.tabular th {
    background: lightgray;
}

table.tabular td {
    border:1px gray;
    background: white;
}

.right-aligned {
    float:right;
    margin-left:10px;
}

.left-aligned {
    float:left;
    margin-right:10px;
}