/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

input:focus {
}

/* Main styles */

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: sans-serif;
    font-size: 90%;
    width: 100%;
    height: 100%;
}

body.static {
    background: url(../images/grass.jpg) 0 0 repeat;
}

#top_bar {
    position: absolute;
    top: 0;
    height: 62px;
    left: 0;
    width: 100%;
    background: transparent url(../images/bg_top1.png) 0 bottom repeat-x;
    z-index: 4;
}

#map_canvas {
    position: absolute;
    display: none;
    top: 57px;
    left: 0;
    width: 100%;
    height: 600px;
}
    body.js #map_canvas {
        display: block;
    }

/* Search box and form */
    
#search_box {
    position: absolute;
    top: 0;
    left: 14px;
    width: 238px;
    background: url(../images/bg_searchbox.png) left bottom no-repeat;
    z-index: 5;
    color: #001F36;
    padding: 0;
    font-size: 12px;
}

    #search_box_content {
        padding: 0 4px 25px;
    }

        #pf_logo a {
            display: block;
            width: 190px;
            height: 179px;
            text-indent: -9999px;
            background: url(../images/logo.gif) 0 0 no-repeat;
            margin: 0 0 16px 19px;
        }
        
        #search_form {
            overflow: hidden;
            margin: 0 19px 0;
        }
        
            #search_box hr {
                height: 1px;
                color: white;
                background: url(../images/hr_searchbox.gif) 0 0 no-repeat;
                margin: 10px 0;
            }
        
            #search_box .field {
                overflow: hidden;
                margin: 0 0 10px;
            }
            
            #search_box label {
                float: left;
                width: 145px;
                margin: 0 0 5px;
            }
            
            #search_box .field_query {
                margin: 0 0 15px;
            }
            
                #search_box .field_query label {
                    font-weight: bold;
                }
            
                #search_box .field_query input {
                    width: 186px;
                    font-size: 14px;
                    color: #666;
                }
                
                .field_query input, .field_search_radius select, .field_pitch_size select, .field_surface_type select {
                    width: 130px;
                }
            
            ul.search_choices {
                margin: 10px 0 0;
                line-height: 1.25;
            }
                ul.search_choices li {
                    cursor: pointer;
                    margin: 5px 0;
                    font-weight: normal;
                    color: #888;
                    background: url(../images/icon_minifb.png) 0 0 no-repeat;
                    padding-left: 18px;
                }
                ul.search_choices b {
                    color: #00B058;
                    font-weight: normal;
                }
                ul.search_choices b:hover {
                    text-decoration: underline;
                }
            
            #basic_options {
                float: left;
                margin: 0 0 10px;
                padding: 0 0 10px;
                border-bottom: 1px solid #BCC3CA;
                font-weight: bold;
                font-size: .95em;
            }
            
                #basic_options input, #basic_options select {
                    font-weight: normal;
                }
            
                #basic_options #id_query {
                    margin-top: 5px;
                    width: 185px;
                }
                    body.loading #id_query {
                        background: #fff url(/static/images/spinner.gif) 99% 50% no-repeat;
                    }
            
            #advanced_options {
                clear: left;
            }
            #advanced_options .field {
                margin: 0 0 5px;
            }
            
                #advanced_options_button {
                    display: block;
                    margin: 5px 0 15px 0;
                    color: #00B058;
                    font-weight: bold;
                    float: left;
                    text-decoration: none;
                }
                
                #advanced_options_button:hover {
                    text-decoration: underline;
                }
            
                #advanced_options .field label {
                    padding: 4px 0 0 22px;
                    height: 15px;
                    background: url(../images/icon_adv_search.gif) 0 0 no-repeat;
                }
            
                #advanced_options .field input {
                    float: right;
                }
                
                /* background positions:
                    fullsized0 smaller-31 changingroom-59 floodlights-90 carpark-120 publicbooking-150 */
                
                #advanced_options .field_full_sized_pitches label { background-position: 0 0; }
                #advanced_options .field_smaller_sized_pitches label { background-position: 0 -31px; }
                #advanced_options .field_changing_rooms label { background-position: 0 -59px; }
                #advanced_options .field_flood_lights label { background-position: 0 -90px; }
                #advanced_options .field_car_parking label { background-position: 0 -120px; }
                #advanced_options .field_public_bookings label { background-position: 0 -150px; }
                #advanced_options .field_artificial_pitches label { background-position: 0 -180px; }
            
            #search_form #search_status {
                color: #e27c1c;
                margin-top: 10px;
                line-height: 1.25;
            }

            #search_form #search_count {
                margin-top: 10px;
            }
    
    
    #hide_search_button {
        position: absolute;
        bottom: 10px;
        right: 40px;
        text-indent: -1000px;
        background: url(/static/images/btn_hide_search.png) no-repeat;
        height: 9px;
        width: 63px;
    }
    
    #show_search_button {
        position: absolute;
        bottom: 14px;
        right: 15px;
        text-indent: -1000px;
        background: url(/static/images/btn_show_search.png) no-repeat;
        height: 47px;
        width: 209px;
        display: none;
    }


/* Bottom bar */

#bottom_bar {
    position: absolute;
    bottom: 0;
    height: 52px;
    left: 0;
    width: 100%;
    background: #002544;
    background: url(../images/bg_bottombar.png) 0 0 repeat-x;
}

    #bottom_bar li {
        font-size: 12px;
        font-weight: bold;
        float: left;
        display: block;
        margin: 13px 15px 0 0;
        padding: 6px 15px 0 0;
        background: url(../images/list_line.gif) right center no-repeat;
        height: 23px;
    }

    #bottom_bar li.home {
        margin-left: 22px;
    }

    #bottom_bar li.missing {
        background: none;
    }

        #bottom_bar li a {
            color: white;
            text-decoration: none;
        }

        #bottom_bar li a:hover {
            color: white;
            text-decoration: underline;
        }
        
    #bottom_bar li.ff {
        display: block;
        float: right;
        background: none;
        margin: 0;
        padding: 0;
        margin-right: 42px;
    }
        
        #bottom_bar li.ff a {
            display: block;
            height: 27px;
            width: 293px;
            background: url(../images/logo_ff.png) 0 0 no-repeat;
            text-indent: -9999px;
            margin: 12px 0 0;
        }

.cluster-marker {
    cursor: pointer;
}

/* map/list toggle switch */
.view_toggle {
    position: absolute;
    top: 12px;
    left: 290px;
    display: none;
    width: 166px;
    height: 25px;
    overflow: hidden;
}
    .view_toggle a {
        color: #fff;
    }
    .view_toggle img {
        float: left;
    }

/* Send by email and send a link button area */

.actions {
    position: absolute;
    top: 20px;
    right: 20px;
}
    .actions a {
        color: #fff;
        text-decoration: none;
        border: 0;
    }
    
#link_button, #email_button, #print_button {
    display: none; /* Shown by JS if needed */
    margin: 0 15px 0 0;
    padding: 5px 15px 0 0;
    background: url(../images/list_line.gif) right center no-repeat;
}

/* site in beta stuff */
a#in_beta_button {
    position: absolute;
    top: 15px;
    right: 320px;
    width: 230px;
    height: 26px;
    overflow: hidden;
    background: url(../images/btn_site_in_beta.png) 0 -26px no-repeat;
    display: block;
    text-indent: -9999px;
}

a#in_beta_button:hover {
    background-position: 0 0;
}



#link_button {
    margin-right: 0;
    background: none;
}

#link_box,
#email_box {
    display: none;
    position: absolute;
    z-index: 90;
    top: 57px;
    right: 0px;
    padding: 10px 20px;
    font-size: 90%;
    background: #002544 url(../images/bg_dropdown.png) 0 0 repeat;
    color: #fff;
}

    #link_box div,
    #email_box div,
    #link_box p {
        margin-bottom: 8px;
    }

        #link_box div label,
        #email_box div label {
            font-size: 12px;
        }
        
        #email_box div label {
            display: block;
            margin-bottom: 8px;
        }
        
        #email_box div input,
        #link_box #link_box_url {
            display: block;
            margin-bottom: 10px;
            width: 220px;
        }
        
        
        #email_box strong {
            font-size: 16px;
            font-weight: bold;
        }
        
        #email_box #email_box_submit {
            display: block;
            background: url(../images/btn_sendem.gif) 0 0 no-repeat;
            text-indent: -9999px;
            border: 0;
            width: 54px;
            height: 25px;
            cursor: pointer;
        }

/* Small Info window for map overlay */

.info_window {
    position: absolute;
    bottom: 20px;
    left: -131px;
    width: 285px;
    z-index: 50;
    cursor: default;
}
    
    .info_window .info_content {
        padding: 10px 15px 5px;
        background: url(../images/info_window_head.png) 0 0 no-repeat;
        width: auto;
    }
    
        .info_window .close {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
        
        .info_window h3 {
            color: white;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.15;
            background: url(/static/images/marker_1.png) 0 0 no-repeat;
            padding: 5px 10px 3px 30px;
        }
        
        .info_window address {
            font-size: 13px;
            padding: 3px 0 9px;
            color: white;
        }
        
        /* ALSO USED FRO 'MORE INFO' POPUP */
        .features {
            display: block;
            background-color: #E8F5ED;
            padding: 6px 16px 3px;
            color: #333;
            font-size: 12px;
            overflow: hidden;
            line-height: 1.8;
        }
            
            .features span {
                display: block;
                float: left;
                margin: 0;
                width: 40px;
            }
            
            .info_window .info_content .features {
                padding-top: 5px;
                padding-left: 10px;
                padding-right: 10px;
            }
            
            .info_window .info_content .features span {
                width: 35px;
            }
            
            .info_window .info_content .features span.public_bookings,
            .info_window .info_content .features span.public_bookings_unavailable,
            .features span.public_bookings,
            .features span.public_bookings_unavailable {
                width: 17px;
            }
                
            .features .public_bookings,
            .features .public_bookings_unavailable {
                margin-right: 0;
            }
            
                .features span em {
                    display: block;
                    float: left;
                    height: 19px;
                    width: 17px;
                    text-indent: -9999px;
                    background: url(../images/icon_adv_search.gif) 0 0 no-repeat;
                    margin-right: 1px;
                }
            
                /* background positions:
                    fullsized0 smaller-31 changingroom-59 floodlights-90 carpark-120 publicbooking-150 */
                
                .features .full_sized_pitches em{ background-position: 0 0; }
                .features .smaller_sized_pitches em{ background-position: 0 -31px; }
                .features .changing_rooms em{ background-position: 0 -59px; }
                .features .flood_lights em{ background-position: 0 -90px; }
                .features .car_parking em{ background-position: 0 -120px; }
                .features .public_bookings em{ background-position: 0 -150px; }
                .features .artificial_pitches em{ background-position: 0 -180px; }
                
                .features .full_sized_pitches_unavailable em{ background-position: -500px 0; }
                .features .smaller_sized_pitches_unavailable em{ background-position: -500px -31px; }
                .features .changing_rooms_unavailable em{ background-position: -500px -59px; }
                .features .flood_lights_unavailable em{ background-position: -500px -90px; }
                .features .car_parking_unavailable em{ background-position: -500px -120px; }
                .features .public_bookings_unavailable em{ background-position: -500px -150px; }
                .features .artificial_pitches_unavailable em{ background-position: -500px -180px; }
    
    .info_window .info_foot {
        background: url(../images/info_window_foot.png) 0 0 no-repeat;
        height: 54px;
        padding: 0 15px;
        width: auto;
    }
    
        .info_window .info_link {
            font-weight: bold;
            cursor: pointer;
            display: block;
            height: 16px;
            width: 67px;
            text-indent: -9999px;
            background: url(../images/btn_moreinfo_ongreen.gif) 0 0 no-repeat;
            position: relative;
            top: 9px;
        }
    
/* Large site information box */

.site_box {
    position: absolute;
    top: 20px;
    left: 80px;
    right: 20px;
    bottom: 20px;
}
    
    
#search_results  {
    width: 703px;
    position: absolute;
    left: 300px;
    top: 57px;
}

    #search_results h1 {
        margin: 15px 0 0 34px;
        font-size: 160%;
        color: #002039;
    }

    #search_results h2 {
        margin: 3px 0 0 34px;
        font-size: 90%;
        color: #777;
    }
    
    #search_results .order_by_form {
        float: right;
        margin: 10px 34px 0px 0;
    }

    #search_results .wrap_results {
        background: url(../images/bg_listview_main.png) 0 0 repeat-y;
        overflow: hidden;
        width: 703px;
    }
    
    #search_results .foot_results {
       background: url(../images/bg_listview_foot.png) 0 bottom no-repeat;
       font-size: 0;
       height: 20px;
    }
    
        #search_results .list_results {
            padding: 15px 35px 10px;
            clear: both;
        }
    
            #search_results .list_results .features {
                position: absolute;
                top: 10px;
                right: 0;
                background-color: white;
                padding: 0;
            }
    
            #search_results .list_results li {
                border-top: 1px solid #ccc;
                padding: 10px 32px;
                position: relative;
                overflow: hidden;
            }

            #search_results .list_results li img.football {
                position: absolute;
                left: 0px;
                top: 12px;
            }
            
            #search_results .list_results h5 {
                margin: 3px 0;
                font-size: 110%;
                color: #00984c;
            }
            
            #search_results .list_results h5 a {
                color: #00984c;
                text-decoration: none;
            }
            
            #search_results .list_results h5 a:hover {
                text-decoration: underline;
            }
            
            #search_results .list_results address {
                color: #777777;
                font-size: 13px;
                font-style: normal;
                margin: 5px 0;
            }
            
            #search_results .list_results .distance {
                color: #e67000;
            }
            
            #search_results .list_results .more {
                display: block;
                height: 16px;
                width: 67px;
                text-indent: -9999px;
                background: url(../images/btn_moreinfo.png) 0 0 no-repeat;
                position: absolute;
                right: 0;
                bottom: 8px;
            }
            
            #search_results .list_results .more:hover {
                text-decoration: underline;
            }
    
        #search_results .warning {
            margin: 0 35px;
            padding: 5px 0 15px 0;
            overflow: hidden;
        }
        
        #search_results .step_links {
            margin: 0 35px;
            border-top: 1px solid #ccc;
            padding: 15px 0 0;
            overflow: hidden;
        }
        
            #search_results .step_links span {
                display: block;
                float: left;
                padding: 4px 6px 3px;
                font-size: 12px;
                font-weight: bold;
                background-color: #002039;
                margin: 0 10px 0 0;
                color: white;
            }
            
            #search_results .step_links a {
                text-decoration: none;
            }
            
            #search_results .step_links a span {
                border: 1px solid #ccc;
                background-color: white;
                color: #002039;
                margin-bottom: 5px;
            }
        
            #search_results .step_links a:hover span {
                color: white;
                background-color: #002039;
            }


/* Site detail box */

#site_detail  {
    position: absolute;
    top: 57px;
    left: 300px;
    width: 703px;
    background: url(../images/bg_listviewdetail.png) 0 0 no-repeat;
    min-height: 493px;
}

.js #site_detail  {
    background: url(../images/bg_listviewdetail_js.png) 0 0 no-repeat;
    min-height: 501px;
    top: 17px;
    left: 260px;
}
    
    #site_detail .main_details {
        color: white;
        margin: 10px 30px;
        height: 100px;
    }
    
        #site_detail .main_details .features {
            position: absolute;
            top: 60px;
            right: 15px;
            background-color: #E8F5ED;
        }
    
        #site_detail .main_details .close {
            float: right;
            width: 30px;
            height: 30px;
            display: block;
            text-indent: -9999px;
            background: url(../images/btn_close_x.gif) 0 0 no-repeat;
            margin: 10px -15px 0 0;
        }
    
            /*.static #site_detail .main_details .close {
                width: 122px;
                background: url(../images/btn_close.gif) 0 0 no-repeat;
            }*/
    
        #site_detail .main_details h1 {
            font-size: 24px;
            margin-bottom: 5px;
            padding: 10px 0 0 30px;
            background: url(../images/icon_ball_ongreen.gif) 0 10px no-repeat;
        }
    
        .updates_pending_asterisk {
            font-weight: bold;
            color: #F69615;
        }
    
        #site_detail .main_details address {
            font-size: 16px;
            margin-bottom: 10px;
            font-style: normal;
        }
    
        #site_detail .main_details .tel,
        #site_detail .main_details .email,
        #site_detail .main_details .website {
            font-size: 14px;
            font-weight: bold;
            float: left;
            margin: 0 15px 0 0;
        }
    
        #site_detail .main_details .tel em,
        #site_detail .main_details .email em,
        #site_detail .main_details .website em {
            width: 16px;
            display: block;
            text-indent: -9999px;
            float: left;
            margin-right: 5px;
        }
    
        #site_detail .main_details .tel em {
            background: url(../images/icon_tel.gif) 0 0 no-repeat;
        }
    
        #site_detail .main_details .email {
            background: url(../images/icon_email.gif) 0 0 no-repeat;
            padding-left: 20px;
        }
    
        #site_detail .main_details .website {
            background: url(../images/icon_website.gif) 0 0 no-repeat;
            padding-left: 20px;
        }
    
        #site_detail .main_details .email a,
        #site_detail .main_details .website a {
            color: #fff;
            text-decoration: none;
        }
    
        #site_detail .main_details .email a:hover,
        #site_detail .main_details .website a:hover {
            text-decoration: underline;
        }
    
    #site_detail .other_details {
        overflow: auto;
        height: 295px;
        clear: left;
        margin: 0 20px 0 30px;
    }
    
    #site_detail h2 {
        margin: 1px 0 3px;
        width: 610px;
        padding: 5px;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        background-color: #00335B;
        font-family: "helvetica";
    }
    
    #site_detail h3 {
        color: #002039;
        font-size: 12px;
        margin: 10px 0;
    }
    
        .other_details hr {
            background-color: #7F99AD;
            border: 0;
            width: 610px;
            height: 1px;
        }
    
    table.detail_table {
        padding: 5px 0;
            width: 618px;
    }
        
        table.detail_table th,
        table.detail_table td {
            padding: 3px 30px 3px 3px;
            font-size: 12px;
        }
        
        table.detail_table th {
            color: #002039;
            padding-bottom: 5px;
        }
        
        table.detail_table td.title {
            color: #1CA448;
            font-weight: bold;
            width: 185px;
        }
        
        table.detail_table .line-above {
            border-top: 1px solid #7F99AD;
            padding-top: 10px;
        }
        
        table.detail_table .space-under {
            padding-bottom: 10px;
        }
        
        table.detail_table .space-under-less {
            padding-bottom: 6px;
        }
        
    table.artificial_types {
        border-top: 1px solid #00335b;
        padding-top: 5px;
    }
    
    table.regular_users td {
        text-align: center;
    }
    
    table.regular_users td.first {
        text-align: left;
    }
    
    ul.general_list li {
        color: #666;
        margin: 0 0 5px;
        font-size: 13px;
    }
    
    #site_detail .buttons {
        clear: left;
        margin: 32px 30px 0 30px;
    }
    
    .js #site_detail .buttons {
        margin-top: 39px;
    }
    
        #site_detail .buttons .button {
            display: block;
            float: left;
            text-indent: -9999px;
            height: 24px;
            margin-right: 10px;
        }
    
        #site_detail .buttons .feedback {
            background: url(../images/btn_suggestchanges.gif) 0 0 no-repeat;
            width: 138px;
            float: right;
            margin-right: 0;
        }
    
        #site_detail div#updates_pending {
            float: right;
            margin-right: 0;
            color: white;
            font-size: 15px;
        }

        #site_detail div#updates_pending .updates_pending_asterisk {
            font-size: 20px;
            font-weight: bold;
        }
    
        #site_detail .buttons .printfriendly {
            background: url(../images/btn_print.png) 0 0 no-repeat;
            width: 76px;
        }
    
        #site_detail .buttons .getdirections {
            background: url(../images/btn_getdirections.png) 0 0 no-repeat;
            width: 129px;
        }
        
        #site_detail .buttons .showonmap {
            /* TODO: create button, set width appropriately */
            background: url(../images/btn_showonmap.png) 0 0 no-repeat;
            width: 129px;
        }
        
        #expand_artificial_info {
            font-size: 12px;
            color:#666;
        }
    
    div.availability {
        float: left;
    }
        div.availability table {
            font-size: 90%;
        }
            div.availability td {
                padding: 0 10px 0 0;
            }
        
    div.regular_users {
        float: right;
    }
    
    div.regular_users,
    div.regular_users table {
        width: 360px;
    }
    
/* Tooltips */

#tooltip {
    position: absolute;
    z-index: 3000;
    width: 195px;
    background: url(../images/bg_tooltip.png) 0 0 no-repeat;
    min-height: 62px;
}

#tooltip.tall {
    background: url(../images/bg_tooltip_tall.png) 0 0 no-repeat;
}

#tooltip h3, #tooltip div {
    font-size: 11px;
    margin: 0;
    font-style: italic;
    padding: 20px 15px;
    line-height: 1.3;
    color: #484848;
}

.viewport-right {
    border: 1px solid red;
}

/* Error pages */
    
.error h1 {
    font-size: 160%;
    color: #002039;
}

.error h2 {
    margin: 3px 0 0 34px;
    font-size: 90%;
    color: #777;
}
    
/* Draggable pointer map */

.draggable_map {
    width: 400px;
    height: 200px;
}

/* Flat pages */

.flat_page  {
    position: absolute;
    top: 0;
    left: 300px;
    width: 703px;
}

    .flat_page .flat_wrapper {
        overflow:hidden;
        height: 530px;
        width: 703px;
        background:url("../images/bg_listview_main.png") repeat-y 0 0;
    }

        .flat_page .flat_content {
            overflow: auto;
            margin: 70px 20px 0 30px;
            height: 450px;
            line-height: 1.5;
            font-size: 13px;
            padding-right: 20px;
            font-size: 14px;
        }
        
            .flat_page .flat_content h1 {
                margin: 0 0 10px;
                font-size: 180%;
                color: #002039;
            }
            
            .flat_page .flat_content h2 {
                font-size: 130%;
                font-weight: normal;
                margin: 0 0 10px;
                color: #002039;
            }
    
            .flat_page .flat_content h3 {
                font-size: 16px;
                font-weight: normal;
                margin: 0 0 10px;
            }
            
            .flat_content p, .flat_content ul, .flat_content ol, .flat_content dl {
                margin-bottom: 15px;
            }
            
            .flat_content li {
                margin-bottom: 15px;
            }
            
            .flat_content strong {
                font-weight: bold;
            }
            
            .flat_content a {
                color: #00B058;
                text-decoration: none;
            }
            
            .flat_content a:hover {
                text-decoration: underline;
            }
            
    .flat_page .flat_foot {
        background:url("../images/bg_listview_foot.png") no-repeat 0 bottom;
        font-size:0;
        height:20px;
    }

/* Feedback */

.feedback .field {
    margin: 0 0 15px;
    overflow: hidden;
}
    
    .feedback .field label {
        width: 150px;
        display: block;
        clear: left;
        float: left;
    }
    
    .feedback .field input[type="text"] {
        width: 200px;
    }
    .feedback .field textarea {
        width: 300px;
    }
    
    .feedback .draggable_map {
        margin: 0 0 15px;
    }



/* New to this site? */

#first_time_user {
    position: absolute;
    padding: 5px 20px 20px;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    margin-top: -80px;
    background-color: #0D335B;
    text-align: center;
    display: none;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border: 1px solid white;
}

#first_time_user div {
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin: 18px 24px 12px 24px;
}

#first_time_user .learn_button {
    margin: 0 auto;
}

#first_time_user .close_button {
    position: absolute;
    top: 10px;
    right: 10px;
}
