<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.city_desc
{
}
.city_desc .desc_text
{
    display:        inline-block;
    width:          82%;
    outline:        0px solid green;
    vertical-align: top;
    padding-right:  1%;
}
.city_desc .tools_box
{
    margin-top:     5px;
    display:        inline-block;
    width:          16%;
    outline:        0px solid red;
    text-align:     right;
    vertical-align: top;
}
.city_desc .tools_box .add_club_box
{
    font-size:      85%;
    text-align:     right;
}
.city_desc .tools_box .add_club_box .add_club_btn
{
    display:        inline-block;
    padding:        3px 10px 4px 10px;
    background:     rgba(0,128,255,0.5);
    border:         1px solid black;
    text-decoration:none !important;
    color:          white !important;
    text-align:     center;
}
.city_desc .tools_box a:hover
{
    outline:        3px solid rgba(255,255,255,0.7);
}




.city_map_title
{
    margin-top:     20px;
    text-align:     center;
    font-weight:    bold;
}
.city_map_help
{
    font-size:      85%;
    margin-top:     10px;
    color:          rgba(0,0,0,0.6);
}
.city_map
{
    margin-top:     5px;
    width:          666px;
    height:         666px;
    border:         1px solid black;
}

.club_list_title
{
    margin-top:     20px;
    text-align:     center;
    font-weight:    bold;
}
.club_list_help
{
    font-size:      85%;
    margin-top:     10px;
    color:          rgba(0,0,0,0.6);
}
.club_list
{
    margin:         10px 0 10px 0;
}
.club_list td
{
    vertical-align: middle !important;
    font-size:      85%;
    padding:        5px 8px 5px 8px !important;
}
.club_list .club_number
{
    background:     rgba(0,0,0,0.2);
    text-align:     center;
}
.club_list .not_approved
{
    background:     rgba(255,0,0,0.5) !important;
}
.club_list .not_approved_text
{
    text-align:     right;
    font-weight:    bold;
}
.club_list .club_name
{
    background:     rgba(0,0,0,0.1);
}
.club_list .club_name .club_name_only
{
    font-weight:    bold;
}
.club_list .club_data
{
    color:          rgba(0,0,0,0.8);
    background:     rgba(0,0,0,0.05);
}

.post_info
{
}
</pre></body></html>