/* unit referral listing style sheet called by no.sidebar.page.layout.html.php */

#content { 
  width: 940px;
  margin-bottom: 20px;
  float: left;
}

.content-item {
  width: 920px;
  margin-top: 20px;
  margin-bottom: 20px;
}

table th {
	padding:10px 10px 10px 10px;
}

table tr {
	padding-left:10px;
}

table td:first-child {
	padding-left:10px;
}

table td {
	padding:5px;
}

label {
	font-size: 16px;
}
select {
	font-size: 16px;
	padding: 4px 10px;
	border-radius: 4px;
}
.button {
	font-size: 16px;
	padding: 5px 20px;
	border-radius: 4px;
}

.button:hover {
	background-color:#c7c7c7;
}  