diff --git a/views/html/charactergroups/groupsgroup.tpl b/views/html/charactergroups/groupsgroup.tpl
index 3bbe6fa3..fd95b2d2 100644
--- a/views/html/charactergroups/groupsgroup.tpl
+++ b/views/html/charactergroups/groupsgroup.tpl
@@ -34,8 +34,12 @@
=sprintf(_('Create new %s-Quest'), $groupsgroup['name'])?>
-
+
+
diff --git a/www/css/desktop.css b/www/css/desktop.css
index 2e7168fb..ed0378e5 100644
--- a/www/css/desktop.css
+++ b/www/css/desktop.css
@@ -233,7 +233,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.cglist li{list-style-type:decimal;background:#fff;margin:0 0 6px 30px;padding:5px 15px;border-radius:3px}
.cglist li p{margin:0}
.cglist .xp{display:block}
-.cgqlist li{list-style-type:square;margin-left:25px;padding:2px 15px}
+
+.cgqlist li{background:#fff;margin-bottom:5px;padding:3px}
+.cgqlist img{float:left;width:40px;height:40px;border-radius:3px;margin-right:10px}
+.cgqlist p{margin:5px 0 0}
/** Charactergroup Profile **/
@@ -383,6 +386,9 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
.achmnts .desc{padding-top:0}
.achmnts .unlcked{font-size:.75em;float:right;margin:-6px -4px 0 0;color:#878787}
+.cgqlist li{width:48%;float:left}
+.cgqlist li:nth-child(odd){float:right}
+
.libindx li{float:left;width:32%;margin-right:2%}
.libindx li:nth-child(2n){float:left}
.libindx li:nth-child(3n){margin-right:0}