.subject-header {
    background: #212a3f;
    color: white;
    font-size: 1em;
    padding: 15px;
}

.subject-header iron-icon {
    width: 72px;
    height: 72px;
    position: relative;
    bottom: 5px; 
}
.subject-header h1 {
    font-size: 3em;
}

.subject-header div[secondary] {
    margin-left: 10px;
}
.wrapper {
    margin: 15px;
}
paper-fab {
    background: var(--accent-color);
    color: white;
}

.new-case-link {
    position: fixed;
    z-index: 987654;
    bottom: 15px;
    right: 15px;
}
