/* Enter Your Custom CSS Here */
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.large {
    font-size: 16px;
    font-weight: bold;
}

hr {
border-top: 1px solid #000066;
}