diff --git a/code/portal_detail_display.js b/code/portal_detail_display.js
index 1645b639..e7727d16 100644
--- a/code/portal_detail_display.js
+++ b/code/portal_detail_display.js
@@ -66,8 +66,8 @@ window.renderPortalDetails = function(guid) {
// help cursor via “.imgpreview img”
+ '
'
+ '

'
- + '
'
+ ''+Math.floor(getPortalLevel(d))+''
+ + ''
+ ''+getModDetails(d)+'
'
+ ''+randDetails+'
'
+ ''+getResonatorDetails(d)+'
'
diff --git a/style.css b/style.css
index 55286fbe..b657ca4f 100644
--- a/style.css
+++ b/style.css
@@ -424,10 +424,10 @@ h3 {
#level {
font-size: 40px;
- position: absolute;
- right: 10px;
text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, 0 0 5px #fff;
- top: 100px;
+ display: block;
+ margin-right: 15px;
+ text-align:right;
}
/* portal mods */