#bottom_content {
    width: 100%;
    padding: 0;
}

#bottom_shelf {
    height: 80px;
    background-image: url(../assets/images/home/shelf.png);
    background-size: 100% 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#drawers {
    text-align: center;
}

#drawers_image {
    width: 100%;
    max-width: 1440px;
    display: block;
    margin: 0 auto;
}

#app_banner_container {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#app_banner {
    display: inline-block;
}

#for_parents {
    width: 100%;
    position: relative;
    height: 76px;
    text-align: center;
    background: url(../assets/images/sponsors/for_parents.png) no-repeat center;
    display: none;
}

.for_parents_text {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 20px;
    font: "Arial";
}

#sponsor_container {
    border: 10px solid;
    -moz-border-image: url(../assets/images/sponsors/sponsor_border.png) 10 10 10 repeat;
    -webkit-border-image: url(../assets/images/sponsors/sponsor_border.png) 10 10 10 repeat;
    -o-border-image: url(../assets/images/sponsors/sponsor_border.png) 10 10 10 repeat;
    border-image: url(../assets/images/sponsors/sponsor_border.png) 10 10 10 fill repeat;
    display: inline-block;
}

.sponsor_table {
    position: relative;
    list-style: none;
    padding: 0;
    white-space: nowrap;
    text-align: center;
}

.sponsor_section {
    display: inline-block;
    border-right: 1px solid #20a2d2;
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
    height: 100px;
}

.sponsor_section:last-child {
    border-right: none;
}

.sponsor_section_image {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.sponsor_section_text {
    font: "Arial";
    font-size: 9px;
}

#footer {
    margin-top: 20px;
    width: 100%;
}

.copyright {
    color: #20a2d2;
    text-align: center;
}

.centered_content {
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.text_links {
    list-style: none;
    padding: 0;
}

.text_link {
    color: #20a2d2;
    display: inline;
    white-space: nowrap;
    border-right: 1px solid #20a2d2;
    padding: 0 5px;
}

.text_link:last-child {
    border-right: none;
}

.text_link_strong {
    color: #20a2d2;
    display: inline;
    border-right: 1px solid #20a2d2;
    white-space: nowrap;
    padding: 0 5px;
    font-weight: bold;
}

.text_link_strong:last-child {
    border-right: none;
}

/* unvisited link */
a:link {
    color: #20a2d2;
}

/* visited link */
a:visited {
    color: #20a2d2;
}

/* mouse over link */
a:hover {
    color: #20a2d2;
}

/* selected link */
a:active {
    color: #20a2d2;

}

@media (max-width:900px) {
    #bottom_shelf {
        height: 40px;
    }
}

@media (max-width:640px) {
    #for_parents {
        display: table;
    }

    #sponsor_container {
        width: 100%;
        border-image: none;
        border: 0 none;
        background-color: white;
        text-align: left;
    }

    .sponsor_table {
        white-space: normal;
        background-color: white;
    }

    .sponsor_section {
        border-right: none;
        height: auto;
    }

    #footer {
        margin-top: 0;
    }

}
