Index: src/templates/default/css/bbpress.css
--- src/templates/default/css/bbpress.css Base (BASE)
+++ src/templates/default/css/bbpress.css Locally Modified (Based On LOCAL)
@@ -803,7 +803,7 @@
 #bbpress-forums #bbp-your-profile fieldset input,
 #bbpress-forums #bbp-your-profile fieldset textarea {
 	margin-bottom: 0;
-	width: 60%;
+	width: 100%;
 	background: #f9f9f9;
 	border: 1px solid #ddd;
 	-webkit-box-shadow: none;
@@ -831,15 +831,15 @@
 
 #bbpress-forums #bbp-your-profile fieldset label[for] {
 	float: left;
-	width: 20%;
+	width: 100%;
 	padding: 5px 20px 5px 0;
-	text-align: right;
+	text-align: left;
 	cursor: pointer;
 }
 
 #bbpress-forums #bbp-your-profile fieldset dl label[for] {
 	text-align: left;
-	width: 60%;
+	width: 100%;
 }
 
 #bbpress-forums #bbp-your-profile fieldset span.description {
@@ -848,7 +848,7 @@
 	font-style: italic;
 	float: left;
 	clear: left;
-	width: 60%;
+	width: 100%;
 	padding: 5px 8px;
 	border: #cee1ef 1px solid;
 	background-color: #f0f8ff;
@@ -863,8 +863,8 @@
 }
 
 #bbpress-forums #bbp-your-profile fieldset fieldset.password {
-	width: 60%;
-	display: inline;
+	width: 100%;
+	display: block;
 }
 
 #bbpress-forums #bbp-your-profile fieldset fieldset.password input,
@@ -879,6 +879,7 @@
 #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
 	margin-left: 0;
 	margin-bottom: 20px;
+	width: 100%;
 }
 
 #bbpress-forums #bbp-your-profile fieldset.submit button {
