@charset "utf-8";

#toast { z-index: 99999; position: fixed; bottom: 70px; top: auto; background-color: rgb(123, 123, 123); padding: 5px 0px; border-radius: 15px; width: 100%; }

#toast_content { text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; color: rgb(255, 255, 255); }
