#gathers { margin-top: 20px; } #chatroom { margin-top: 20px; } .add-left { margin-left: 10px; } #chatmessages { max-height: 70%; min-height: 70%; overflow-y: scroll; } .signin { margin: 0px 10px; } .admin-panel { margin: 10px 10px; } .dot { width: 5px; height: 5px; border-radius: 50%; vertical-align: middle; position:relative; display: inline-block; } .online { background: #0C0; } .afk { background: #FF9900; } .offline { background: #CCC; } .no-bottom { margin-bottom: 0px !important; padding-bottom: 0px !important; } .join-hero { padding: 80px 0px; } .voting-table { font-size: 90%; } .max-width { width: 100%; } .add-top { margin-top: 10px; }