body {
	padding-top: 70px;
	background: url(/static/img/patt/sprinkles.png);
}

.content {
	background-color: #fff;
	padding: 10px;
}

.navbar a {
	line-height: 40px;
}

.content a {
	border-bottom: 1px solid;
	border-color: #b2ccf0;
	color: #00c;
}

.content a:hover {
	text-decoration: none;
	color: #CC0000;
	border-color: #f0b2b2;
}

.content a:visited {
/*	border-color: #e0b2e0; */
}

.content form {
	margin: 0;

}

.your-ip {
	font-size: 18px;
	text-align: center;
	color:#333;
	
	border-color: #999;
	border-radius: 3px;
	
	line-height: 30px;
}

.mod-list .mod {
	background-color: #EFF0EE; /* #dff0d8; */
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.125); 
	border-color: #999;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 15px;
	cursor: pointer;
	height: 90px;
}

.mod-list .mod:hover {
	background-color: #dff0d8;	
}

.mod-list .mod h4 {
	margin: 5px 0;
}

.mod-list .mod-icon {
	margin-top: 3px;
}

#code {
	min-height: 200px;
}

.content-menu {
	margin-bottom:5px;
}

.well {
	margin-bottom: 5px;
	padding: 15px 15px 10px 15px;
}

.content footer a {
	border: 0;
}

.dropdown-menu a {
	border-bottom: 0;
}