#sustainable-wrapper a { color:#0b4499; text-decoration:underline; }

#sustainable-wrapper {
-webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap:normal;
}
 
#sustainable-wrapper input[type="text"] {
    width: 50%;
} 

.sustainable-login {
	padding:5px 10px;
	border:1px solid #959595;
	border-radius:6px;
	margin:5px 0;
}
.sustainable-login:hover{
	background-color:#959595;
}

.sustainable-form table, #Navagation  table, #menubuild table, #resultstable table {
	border:none;
	margin:20px 0;
}
.sustainable-form table td, #Navagation  td, #menubuild td, #menubuild th, #resultstable td {
	border:none;
}

#resultstable table {
    border-collapse: collapse;
}
#resultstable table table {
    border-collapse: collapse;
	margin:0;
}
#resultstable table table td {
	padding:0;
}
#resultstable th {
    background-color: #0b4499;
    border-collapse: collapse;
    color: white;
    font-weight: bold;
    text-align: left;
}
#resultstable td {
    border-collapse: collapse;
    color: #4d4d4f;
    font-size: 12px;
}

#menubuild th {
	font-weight:bold;
	font-size:14px;
}
#menubuild td {
	border-top:1px solid #C8C8C8;
}
.sustainable-form .formlabel {
	font-weight:bold;
}
.sustainable-message {
	padding:5px 15px;
	background-color:#005db9;
	color:white;
	margin:10px 0;
}
#sustainable-wrapper .sustainable-message a {
	color:white;
	text-decoration:underline;
}
.QCategory {
	padding:5px 15px;
	background-color:#005db9;
	color:white;
	font-size:18px;
	text-transform:uppercase;
	margin:10px 0;
}
.QSubCategory {
    border-bottom: 1px solid black;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
}
.QSubCategory1 .QSubCategory, .baseline {
	color: #8d5688;
    border-color: #8d5688;
}
.QSubCategory2 .QSubCategory, .engaged {
    border-color: #665ea5;
    color: #665ea5;
}

.QSubCategory3 .QSubCategory, .transformative {
    border-color: #2c2948;
    color: #2c2948;
}
.QQuestionGroup {
	margin: 10px 20px;
}
.QQuestion {
	clear:both;
	margin:40px 0;
}
.QQuestionFields {
	text-align:right;
	margin:10px 0;
}

#Navagation {
    background-color: #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}
#menubuild  {
	font-size:11px;
}
.congratulations {
	font-size:20px;
	font-weight:bold;
	margin:20px 0;
}

#ConfirmMessage a {
    color: #133d8d;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.logout {
	border-top: 1px #005db9 solid;
	margin-top:10px;
	margin-bottom:100px;
}
#sustainable-wrapper .logout a {
	display:block;
	padding:5px 10px;
	background-color: #005db9;
	float:right;
	color:white;
}
.logout a:hover {
	color:white;
}

#memberstable th {
    background-color: #0b4499;
    border-collapse: collapse;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}