.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: 30px 15px 0px;
}
paper-button {
    background: var(--accent-color);
    color: white;
}
paper-card {
    text-align: left;
}
.case-definition-cards {
    text-align: center;
}
.case-definition-card {
    width: 90%;
    margin-bottom: 15px;
}

h2{
    padding: 16px;
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    color: var(--paper-card-header-color, #000);
}