/* Body */
body {
    background-color: #999;
}

/* Logo Style */
.logo {
    width: 200px;
    height: 70px;
    float: right;
}

/* Smaller table fonts */
table {
    font-size: 0.8em;
}

.table-spaced {
    border-collapse: separate;
    border-spacing: 0 5px;
}

/* Better table hover color */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #cceeff;
    cursor: pointer;
}