.bg {
    background-color: #2b2b2b !important;
}

body {
    /* background-color: #002b36; */
    color: white;
}
.pastebox {
    height: 600px !important;
}

#code {
    border-radius: 5px !important;
    padding: 20px;
}

hr {
    margin-top: 20px;
    border: 1px solid #767676;
}

.form-control:valid {
    color: #fff;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.btn-warning {
    color: white;
}
.btn-warning:hover {
    color: white;
}

form .form-control:focus{
    border-color: #ffffff;
    box-shadow: none;
}

pre {
    color: white;
    padding: 20px;
}


#srcmenu {
    float:right;
    position:absolute;
    right: 0px;
    width: 220px;
    height:110px;
    background-color: #000000;
    text-align:center;
}

#srcmenu #cls {
    position: absolute;
    right: 5px;
    top: 0;
    float: right;
    z-index: 100;
    font-weight:bold;
    padding: 3px 5px 3px 5px;
    background-color: #3a3a3a;
    cursor:pointer;
}

#srcmenu h4 {
    margin: 0;
    color: #c0c0c0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

#srcmenu div {
    margin-top: 5px;
    font-size: 11px;
    color: #c0c0c0;
}