
.shadow {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}

.screenshot {
    padding: 15px;
    border: solid 1px lightgray;
    border-radius: 4.4px;
    background-color: white;
}

.shortcuts {
   width: 100%;
   text-align: center;
}

.shortcuts a {
    display: inline-block;
    min-width: 20%;
    text-align: center;
}

.md-header {
    box-shadow: none;
}
