

button {
    margin: 5px 2px;
}

#menu_main {
    background-color: #333;
    position: fixed;
    top: 88px;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    border-top: 2px solid #f90;
    border-bottom: 2px solid #f90;
}
#menu_main table td {
    padding: 2px 0;
}
#menu_main button {
    font-size: 100%;
    margin: 2px;
}

#display_aspirations,
#display_careers,
#display_collectables,
#display_cheats,
#display_sentiments {
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 185px;
    padding: 10px;
    border: 1px solid #f90;
}

#collection_item_table {
    width: 100%;
}
#collection_item_td_1,
#collection_item_td_2 {
    padding: 3px;
    border: 0px solid #666;
}
#collection_item_td_1 {
    width: 15%;
    text-align: right;
}
#collection_item_td_2 {
    width: 33%;
    text-align: left;
}

#cheat_code {
    display: inline-block;
    background: #eee;
    width: 95%;
    text-align: left;
    font-family: monospace;
    font-size: 85%;
    color: #000;
    margin: 5px 0px;
    padding: 5px 10px;
    overflow-wrap: break-word;
}





