.v-application ol, .v-application ul {
    padding-left: 0 !important;
}

.v-application{
    font-family:unset !important;
    line-height:unset !important;
}

.theme--light.v-application{
    background: unset !important;
    color: unset !important;
}

.v-sheet.v-toolbar:not(.v-sheet--outlined) {
    box-shadow: none !important;
}

.v-sheet.v-card {
    border-radius: unset !important;
}
