body {
	background-color: #eeeeee;
}

li {
	list-style: none;
	margin-top: 3%;
}

label {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: medium;
}

legend {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: large;
	font-weight: bold;
}

.special_table_cell{
	width: 150px;
}

a{
	text-decoration: none;
}

fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	background-color: #f5f5f5;
}

legend {
	font-weight: bolder;
	margin-bottom: 0px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
	background-color: #8860f7;
	color: white;
}

#forgot-password-link{
	font-weight: bolder;
	font-size: medium;
}


fieldset label {
	margin-top: 5px;
}

#single-item-view-table{
	font-size: medium;
}

#app-name{
	margin-left: auto;
	margin-right: auto;
}

caption{
	font-weight: bolder;
	font-size: medium;
	color: rgb(79, 78, 82);
}

.btn{
	color: white;
	font-weight: bold;
}

.child-table-captions{
	font-weight: bold;
	font-size: medium;
	color: rgb(79, 78, 82);
}

.main_table{
	margin-top: 20px;
}

#hompepage-h1{
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: rgb(79, 78, 82);
	margin-bottom: 30px;
	
}

#noticeParagraph{
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-size: medium;
	margin:0px;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}

td{
	max-width:100%;
	white-space:nowrap;
}
