body, html {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    
}

body > h1 {
    color: #004D6A;
    margin: 1rem auto 1rem;
    text-align: center;
    font-size: 2.1rem;
    
}

body > h1 > img {
    height: 2rem;
    vertical-align: middle;
    margin-right: 1rem;
}

body > h2 {
    text-align: center;
    font-size: .75rem;
    color: #fff;
    padding: .6rem;
    background: #00A3DE;
}

button {
    float: right;
    font-size: 1rem;
    margin: .5rem .5rem;
    padding: .75rem 1.5rem;
    border: none;
    border-radius: 0.3rem;
    background: #febd00;
    box-shadow: 0 4px 0-2px rgba(3,3,26,.25);
    cursor: pointer;
}

.search-facets summary {
    background: #C2EFFF;
    padding: 0.5rem 1rem;
}
.search-facets .facet-options {
    padding: 0.5rem 1rem;
}
.search-facets .facet-options label {
    cursor: pointer;
}

ig-resource-master {
    display: block;
    min-width: 1500px;
    width: 55%;
    margin: 2rem auto 0;
    padding: 1rem 3rem;
}

ig-resource-master .cards {
    grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
}

ig-resource-master .cards .card {
    border-radius: .5rem;
    background: transparent;
}

ig-resource-master .cards .card span:first-child {
    font-size: 1.6rem;
}

/**
 * Web components application-wide styling
 */
table {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0,0,0, 0.2);
}

table th, td {
    padding: 1.3rem;
}

table th {
    border-bottom: 1px solid rgb(0,0,0, 0.2);
}

table tr:nth-child(even) {
    background: #ebf1f3;
}
table tr.selected {
    background: #C1D3DA;
}