/*
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: #0c0c0c;
    color: #fff;
}

h1 {
    color: #990000;
}

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

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

.error {
    color: red;
}

.success {
    color: green;
}

.seaverns_flatad {
	border: 2px solid #990000;
	border-radius: 4px;
	background-color: #000;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 225px;
	text-align: center;vertical-align: middle;
	padding-top: 2px;
	color: #fff;
}