.top{
    display:flex;
    /* justify-content: space-between; */
    max-height:16vh;
}
#top_ul{
    width:100%;
}
#other_pages_li{
    display: flex;
	flex: 1;
    /* position:fixed; */
    /* text-align: right; */
}
#spacer_li{
    display:flex;
    flex: 2;
}
#website_id{
    display:flex;
    flex:1;
}
.other_pages{
    display:flex;
}
.other_pages_button{
    min-width:150px;
}