body {
background: #999;
margin-top: 100px;
}
h2 {font-size: 24px; margin-bottom: 5px; text-align: center}
#container {
margin: 0 auto;
width: 600px;

background-color: #fff;
padding: 20px;

	-webkit-box-shadow: 0px 3px 12px rgba(0,0,0, 1);
	-moz-box-shadow: 0px 3px 12px rgba(0,0,0, 1);
}

#ip {
display: block;
padding: 10px;
margin-bottom: 10px;
}

.redd {
background: red;
}

.green {
background: green;
}

table td {
border-bottom: 1px solid #333;
}

table th {
border-bottom: 3px solid #333;
}