@charset "utf-8";
/* CSS Document */

#top_bar_container {
    width: 100%;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid rgb(200, 203, 202);
	text-align: initial; /* Without this rule, the buttons are centered, instead of being aligned left as desired. */
}