h1#title {
    font-size: 24px!important;
}
@media (max-width: 600px) {
    md-toolbar {
        height: 20px;
    }
}

md-list-item.selectedIndex {
    background-color: #ccc;
}

md-grid-list#data figcaption {
    width: 100%;
}

md-grid-list#data md-grid-tile.selected {
    border: 3px solid #0c0;
}

.controls .md-button.controls {
    margin-bottom: 15px;
}

.overlay {
    background: rgba(0,0,0,.18);
    color: #fff;
    padding: 8px;
}

.overlay.left {
    float: left;
}