body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

a {color: #4da0d0;}
a:hover {color: #4e9c23; text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

h1 {
	margin: 0 0 12px 0;
	padding: 12px 22px;
	font-size: 24px;
	font-weight: normal;
	background-color: #e2e2e2;
	border-bottom: 1px solid #222;
}

h1 a {
	color: #222;
	text-decoration: none;
}

h1 a:hover {
	color: #999;
	text-decoration: underline;
}

a.back-link {
	font-size: 13px;
	margin: 0 22px;
	padding: 4px;
}

div#wrap {
	padding: 12px 22px;
}

table#user-list {
	width: 100%;
	margin: 0;
	font-size: 13px;
	color: #222;
	border-spacing: 0;
	border-collapse: collapse;
    border: 0;
    border-top: 1px solid #777;
    border-right: 1px solid #e2e2e2;
}

table#user-list th#user-id{width: 10%;}
table#user-list th#first-name{width: 20%;}
table#user-list th#last-name{width: 20%;}
table#user-list th#country{width: 30%;}
table#user-list th#joined-at{width: 20%;}

table#user-list th {
	padding: 5px;
	text-align: left;
	border-bottom: 2px solid #777;
	background-color: #e2e2e2;
}

table#user-list td {
	padding: 6px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

table#user-list tr.color1 {
	background-color: #f4f7fb;
}

table#user-list tr.hover {
	color: #fff;
	background-color: #4c95e6;
}
