* {
    background-color: #000;
}

body {
    margin: 0;
}

.cookies *:focus {
    outline: none;
}

.cookies {
    font: 12px/1.2 Menlo, Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    color: #ccc;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

.cookies p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cookies {
    padding-bottom: 0px;
    overflow: auto;
}

.cookies input {
    color: #ccc;
    background-color: #000;
    border: 0px;
    outline: none !important;
    box-shadow: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: 12px/1.2 Menlo, Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

.hidden {
    display: none;
}

.cookies form {
    display: inline;
}

.cookies .input {
    display: inline;
}

.terminal-before {
    overflow: auto;
}

.terminal-before::-webkit-scrollbar,
.cookies::-webkit-scrollbar {
    width: 0 !important;
}

a {
    color: #ccc !important;
    text-decoration: underline !important;
}