#header {
    width: 100%;
    background-color: purple;
    height: 66px;
    font-weight: 300;
}

input[type="submit"] {
    background: #ab006e;
    border: 1px solid purple;
    padding: 10px 30px;
    cursor: pointer;
}

.desc img {
    max-width: 100%;
    max-height: 50vh;
    border: 10px solid white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tagField {
    display: inline-block;
    padding: 10px;
    margin: 10px 4px;
    background: green;
}

.tag {
    display: inline-block;
    font-size: 15px;
    padding: 4px 8px;
    background: #670051;
    margin: 0px 10px 0px 0px;
    border-radius: 6px;
    color: #ff9d9d;
}

.tag-filter-remove {
    background: #960000;
}

.tag input {
    margin-left: 0px;
    margin-right: 10px;
}

.filter {
    padding: 10px;
    background: #4e2048;
    margin-bottom: 10px;
    position: sticky;
    top: -10px;
}

.tag-filter:hover {
    color: #f2e187;
    text-decoration: none;
}

.tag-filter {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.tag-filter-add {
    background: green;
    color: #bfcaaf;
}

#nav {
    width: 250px;
    display: block;
    float: left;
    background: #100031;
    height: calc(100% - 97px);
    overflow-y: auto;
    font-weight: 300;
}

#header-caption {
    font-size: 24px;
    padding: 5px;
    margin-left: 64px;
    font-weight: 300;
}

#header-location {
    padding: 5px;
    background: #6b2178;
    font-size: 11px;
    margin-left: 64px;
    font-weight: 300;
}

a.selected {
    background: #1a0058;
}

#nav h3 {
    padding: 8px;
    background: #2a0045;
}

#nav ul li a {
    padding: 8px;
    display: block;
}

body {
    color: white;
    background-color: #0c0017;
    font-family: 'curse_casualregular', Arial, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    /* font-family: 'Roboto', 'Segoe UI'; */
}

.code {
    font-family: monospace !important;
}

#content {
    width: calc(100% - 270px);
    padding: 10px;
    float: left;
    height: calc(100% - 117px);
    overflow-y: auto;
}

#footer {
    width: calc(100% - 30px);
    padding: 3px 15px;
    float: left;
    height: 25px;
    background: #223;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.code {
    background: #181818;
    padding: 10px;
}

.desc {
    padding: 10px;
}

.title {
    padding: 10px;
    border-bottom: 1px solid #7700ff;
}

.scriptList .row {
    background: #2d1535;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}


/* unvisited link */

a:link {
    color: #f2e187;
    text-decoration: none;
}


/* visited link */

a:visited {
    color: #f2e187;
    text-decoration: none;
}


/* mouse over link */

a:hover {
    color: hotpink;
    text-decoration: none;
}


/* selected link */

a:active {
    color: blue;
    text-decoration: none;
}

.row h3 {
    padding: 10px;
    width: calc(100% - 20px);
    display: block;
    background: #38053e;
    border-bottom: 2px solid #4649a0;
    font-weight: 300;
}

.infobar {
    padding: 1px 10px;
    background: #525252;
    font-size: 10.25px;
    float: right;
    margin-left: 10px;
}

.uscript {
    overflow-y: auto;
}

#logoimg {
    float: left;
    position: absolute;
}

#logoimg img {
    width: 64px;
    height: 64px;
}

.actionbar {
    background: #1e0046;
    padding: 8px;
}

.huehemoji {
    height: 16px;
    display: inline;
}

.hueh {
    border: 0px solid teal;
    width: calc(100% + 20px);
    margin: -10px;
    margin-bottom: 10px;
}

input[type="text"] {
    padding: 3px 10px;
    background: #080808;
    border: 2px solid #800080;
    color: white;
    border-radius: 3px;
}

#snippetData {
    padding: 3px 10px;
    background: #080808;
    border: 2px solid #800080;
    color: white;
    border-radius: 3px;
    width: 100%;
    height: 500px;
    resize: none;
}

.CodeMirror {
    background: #080808 !important;
    border: 2px solid #800080 !important;
    color: white !important;
    border-radius: 3px !important;
}

.formSection input[type="text"] {
    width: 100%;
}

.formSection label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    color: #f2e187;
}

.CodeMirror .CodeMirror-cursor {
    border-left: 1px solid white;
}

.views {
    float: right;
}

.uscript {
    color: #5ba7a7;
    font-size: 13px;
}

.desc ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.desc p {
    margin-bottom: 10px;
}
