#chat-panel { background-color: transparent; border-radius: 0px; border: none; color: white; bottom: 15px; left: 10px; border: 2px solid rgba(255, 255, 255, .2); border-radius: 5px; width: 400px; height: 250px; min-width: 200px; min-height: 125px; max-width: 800px; max-height: 500px; overflow: hidden; transform-origin: bottom left; font-family: "Open Sans"; } .chat-name { margin-right: 2px; pointer-events: all; }