diff --git a/views/html/quests/index.tpl b/views/html/quests/index.tpl
index 8e927524..03724b57 100644
--- a/views/html/quests/index.tpl
+++ b/views/html/quests/index.tpl
@@ -1,6 +1,6 @@
-
)?>)
+
diff --git a/www/css/desktop.css b/www/css/desktop.css
index 41e907dc..226aa4d4 100644
--- a/www/css/desktop.css
+++ b/www/css/desktop.css
@@ -174,7 +174,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
/** Character Profile **/
-.cportrait img{width:100%}
+.cportrait img{max-width:100%;max-height:300px}
.cdata{display:inline-block;background:#fff;border-radius:3px;padding:12px 20px 0 20px;margin-bottom:5px}
.cdata.square{text-align:center;width:10%;padding-top:0}
@@ -322,6 +322,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.cinfo{float:left;width:70%}
.cportrait{float:right;width:25%}
+.cportrait img{max-height:100%}
.gbanner img{float:left;margin:20px 20px 0 0}
.gbanner h1{margin:25px 0 2px}