.project-title-header {
    margin-left: 15px;
}

    .project-title-header .project-code {
        font-weight: bold;
        color: #243a8e;
    }

    .project-title-header h2,
    .project-title-icon h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.project-title-icon h2 {
    font-size: 42px;
    margin-right: 15px;
}

/* Project User */
.user-summary {
    margin: 20px;
}

    .user-summary .user-header {
        font-size: 12px;
        color: #999;
        text-align: center;
    }

    .user-summary .user-content {
        font-size: 20px;
        color: #243a8e;
        text-align: center;
    }

.no-wrap {
    white-space: nowrap;
}

    .no-wrap button {
        margin-right: 3px;
    }

.table-list {
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.badge {
    margin-right: 3px;
}
/* End Project User */