#portal_navigation {
    background: #141414;
    height: 36px;
    width: 976px;
    margin: auto;
    border-left: 2px solid #2F2F2F;
    border-right: 2px solid #2F2F2F;
    border-top: 0;
    border-bottom: 0;
}

#game_strip {
    background: #ff00001a;
    font-size: 0.77em;
    color: #909090;
    clear: both;
    width: 964px;
    height: 32px;
    padding: 0px 12px 0px 0px;
}

#header {
    background-color: black !important;
    background: rgba(0, 0, 0, .80) !important;
}

#body 
{ 
    background-image:        url("https://rpgmaker.net/media/content/users/41415/locker/NihiloNewDust.gif"),        url("https://rpgmaker.net/media/content/users/41415/locker/NihiloNewWebPBG.png");
    background-repeat: repeat, no-repeat;
    background-position: top left, center top;
    background-attachment: scroll, fixed;
    background-size: auto, cover;
    background-color: #000000;
    color: #8c8c8c !important;
    font-variant: small-caps;
}
h3 {
    color: #999999 !important;
}
#main_column {
    background: rgba(0, 0, 0, .80);
}
#game_description div { max-height:auto; }
#game_description h3 { 
color: #222222 ; 
} 

div.frame, .contents.message.odd, .contents.message.even {
    border: 0px hidden;
}

div.frame, .contents.message.odd, .contents.message.authors {
    background: none !important;
}

#div.user_block {
    border: 2px;
}

h2 {
    color: #999999 !important;
}
strong {
    color: #999999 !important;
}

a { 
     color: #999999; 
}

a:hover { 
    color: #ffffff; 
    text-decoration: solid underline red 4px !important;
}

#game_navigation li  {
     border: 0px hidden; 
}

#frame {
background-color: transparent !important;
}

.game_status.game_commercial {
    color: #ffffff !important; /* or any color you want */
}

.game_tag_list a {
    font-weight: bold;
    display: block;
    height: 1.6em;
    line-height: 1.5em;
    padding: 0 9px 0 8px;
    color: #bdbdbd;
    text-decoration: none;
    text-shadow: 0 1px #8d8d8d;
    background: #959595;
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: #837e7e #7f7c7c #494949 #676666;
    border-radius: 3px 0 0 3px;
    background-image: -webkit-linear-gradient(top, #616161, #515151);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #616161, #555555);
    -webkit-box-shadow: inset 0 0 0 1px rgb(121 121 121 / 70%), 0 1px 2px rgb(89 89 89 / 5%);
    box-shadow: inset 0 0 0 1px rgb(101 101 101 / 70%), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#game_frame h4 {
    background: #ff000026;
    color: white;
    font-size: 1.1em;
    margin: 0;
    padding: 2px 16px 2px 16px;
}

