@import url("https://fonts.googleapis.com/css?family=M+PLUS+1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");

body {
    font-family: "M PLUS 1", sans-serif;
    background: #111;
    color: #fff;
}

code,
pre {
    font-family: "Source Code Pro", monospace;
    font-size: 13pt;
    padding: 0 1px;
}

code.smaller {
    font-size: 7pt;
    white-space: normal;
    cursor: pointer;
}

.none {
    display: none;
}

a {
    color: #eee;
}

div.container {
    max-width: 1200px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background-color: #111;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #999 0%, #aaa 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
}

.abuseipdb {
    background: #fff;
    max-width: 300px;
}

.abuseipdb .badge {
    width: 285px;
    padding: 5px;
}
