
#header, #top_bar
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
}
#header
{
    height: 60px;
}
#logo
{
    top: 6px;
    left: 15px;
    width: 150px;
    float: left;
    position: absolute;
}
#header_close_bar_button
{
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
}
#top_bar_blank
{
    padding-top: 96px;
}
#top_bar_menu
{
    margin-top: -46px;
    background-color: rgba(0, 0, 0, 0.5);
}
#top_bar_menu_top_blank
{
    height: 15px;
}
.top_bar_menu_item
{
    width: 100%;
    height: 60px;
}

.rect_button_text
{
    font-size: 28px;
    color: white;
    height: 100%;
    text-align: right;
    font-weight: 600;
    float: right;
    background-color: rgba(0, 0, 0, 0);
}
#top_bar_menu_bottom_blank
{
    height: 125px;
}
#forum_bar
{
    width: 100%;
    height: 50px;
    background-color: #2d2d2d;
    display: flex;
    justify-content: end;
}
.forum_button
{
    width: 35px;
    float: right;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
}