.region-tile {
    background: #CDCDCD;
    border-radius: 4px;
    padding: 10px;
  }


h1.region-name {
    font-weight: bold;
}

svg.center-chart {
    display: block;
    margin: 0 auto;
}

div.inner {
    padding: 10px;
    overflow: auto;
}

p.tile-title {
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 10px;
}

.stat-tile {
    background: white;
    border-radius: 4px;
    height: 200px;
    padding: 10px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25);
}

.access-score {
    font-weight: bold;
    font-size: 1.8em;
}

.card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #2D74ED !important;
}

.collection a.collection-item {
    color:#2D74ED !important;
}