/*
Title: Kandi 1.0 PHP Web-Crawler
Author: K0NxT3D
Files: index.php, style.css
File: style.css
Url: http://www.seaverns.com/kandi/
Description: Kandi 1.0 Php Web Crawler Default CSS
*/
body {
    font-family: Oswald;
    background-color: #18191b;
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 2px #000;
    /* position: relative; /* Required for positioning the pseudo-element */
}

h1 {
    color: #990000;
}

textarea {
    padding: 5px;
    border-radius: 4px;
}

.content {
    padding-bottom: 10px;
    margin-left: 10px;
}

#kandi {
    margin-left: 10px;
}

#link {
    color: #990000;
    text-decoration: none;
    font-weight: 900;
}

#demo_notice {
    color: gold;
    margin-left: 10px;
}

#crawl {
    padding: 5px;
    border-radius: 8px;
}

.error {
    color: red;
}

.success {
    color: green;
}
