@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

body {

    margin: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

    background: #fff;
    color: #6f7c82;

    line-height: 1.5;

}

.container {
    
    max-width: 640px;
    margin: 0 auto;
    padding: 0 2em;

}

.entity-header {
    
    padding: 5em 0;
    margin-bottom: 2em;

    background: #48545c url('background.svg') repeat-x center 150px;
    color: #fff;
    border-bottom: 5px solid #4e5961;

    text-align: center;

}

.entity-header h1 {
    margin: 0;
}

.entity-table {
    
    width: 100%;
    margin: 2em 0;
    
    border-collapse: collapse;

}

.entity-table th,
.entity-table td {
    padding: .5em 0;
    border-bottom: 1px solid #eee;
}

.entity-table th {
    text-align: left;
    font-weight: 600;
    color: #48545c;
}