.container{
    padding-top: 20px;
}

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

select.inline{
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: auto;
}

.login-box{
    margin: auto;
    max-width: 500px;
}

.header-menu{
    font-size: 14px;
    padding: 5px 0px;
}

.header-left, .header-right{
    display: inline-block;
}
.header-left{
    float:left;
}
.header-right{
    float: right;
}
.clear{
    clear: both;
}