.board .header, .board #header {
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 5px;
}

.board .header div {
    float: left;
}

.board .header .actions {
    float: right;
}

.board .header .actions div {
    float: right;
    clear: both;
    color: #FFFFFF;
    margin-right: 50px;
    margin-top: 18px;
}

#header .title {
    margin-top: 17px;
    margin-left: 50px;
    font-size: 18px;
}

.header {
    background: linear-gradient(to top, #e0dddd 0%, #f9f9f9 100%);
    height: 45px;
}

.header a {
    font-size: 12px;
    color: #FFFFFF;
}

.board #header, #navigation, #body, #footer {
    clear: both;
}
