/* MindForger welcome page CSS */

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}

a.signInButton {
	background-color: #fff; 
	color: #000; 
	padding: 0.4em 0.8em 0.4em 0.8em; 
	font-weight: bold; font-size: 1em;
	cursor: hand;
    cursor: pointer;	
}

a.signUpButton {
	background-color: #000; 
	color: #fff; 
	padding: 0.4em 0.8em 0.4em 0.8em; 
	font-weight: bold; font-size: 1em;
	cursor: hand;
    cursor: pointer;	
}

a.signOutButton {
	background-color: #fff; 
	color: #000; 
	padding: 0.4em 0.8em 0.4em 0.8em; 
	font-weight: bold; font-size: 1em;
	cursor: hand;
    cursor: pointer;
}

a.signOutButton:hover, a.signInButton:hover {
	background-color: #777;
	color: #fff; 
}

a.mf-button {
	background-color: #008C00;
	color: #fff;
	font-weight: bolder;
	white-space: pre;
	
	padding: 5px 10px 5px 10px;
	margin-right: 3px;
	border-width: 0px;	

	cursor: hand;
    cursor: pointer;
}

a.mf-button:hover {
	background-color: #008C00;
	color: #fff;
}

a.mf-link {
	border-bottom: dotted 1px #000;
}
a.mf-link:hover {
	border-bottom: solid 1px #000;
}


.mf-featuresTable{
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
.mf-featuresTable tbody > tr:first-child {
  background-color: #555;
  font-weight: bolder;
  color: #fff;"
}
.mf-featuresTable td {
  border: 1px solid #ccc;
  padding: 0.3em 0.5em 0.3em 0.5em;
}
.mf-featureGroup {
	background-color: #DDD; 
	color: #000;
}

a.mf-showMeButton {
	background-color: #000;
	color: #fff;
	font-weight: bolder;
	white-space: pre;
	
	padding: 3px 5px 3px 5px;
	margin-right: 3px;
	border-width: 0px;	

	cursor: hand;
    cursor: pointer;
}
