#content {
    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    resize: none;
    border: 0px !important;
    padding: 12px;
    /*background-color: #7e2020;*/
    font-size: 20px;
    margin-top: 56px;
}

.boxdbshadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

.bg-hover:hover,
.bg-hover:focus,
.bg-hover:active,
.bg-hover:target {
    opacity: 0.45 !important;
}