div#container {
    width: 100%;
    height: 100%;
}

.container-fluid {
    display: inline;
}

.span6 {
    width: 50%;
}

.right-widget {
    float: right;
    padding-left: 20px
}

.logout-wrapper {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    background-color: #000000;
    color: white;
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 5px;
}
.logout-wrapper a {
    color: white;
}