﻿#event-log { 
	overflow: hidden;
	display: block; 
	z-index: -22;
}
	#event-log div, #event-log .bubble { border-radius: 5px; padding: 0px 8px; }

	#event-log .who,
	.event-id {
		display: block;
		float: left;
		font-size: .60em;
		line-height: 1.7em;
		text-align: center; 
	}
	.event-id {
		width: 20px !important;
	}
	#event-log .who {
		width: 100px;
	}


#event-log .line { margin: 2px;width: 100%; z-index: -10;}
#event-log .bubble { border: none;width: 100%;z-index: -10; }
#event-log .event { background-color: #4C4C43; color: #000; font-weight: 600; width: 90%; }

#event-log .important { background-color: Yellow; color: #000; font-weight: 600; width: 90%; }
#event-log .hype-event { background-color: #571A29; color: #000; font-weight: 600; width: 90%; }






#event-log .mobile-flag {
display: block;
float: left;
width: 0px;
/* min-width: 16px; */
height: 1px;
position: relative;
left: -13px;
}

.ip-address {  }
#event-log .username {color: #F29B01;  }

#event-log .anon { color: #fff; text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; }
#event-log .non-anon { font-weight: 600; margin-right: 10px; text-transform: uppercase; }
#event-log .bands { background-color: #00c; color: #fff; }
#event-log .banners { background-color: #616161; color: #fff; }
#event-log .blog { background-color: #ec7000; color: #fff; }
#event-log .comment-blog { background-color: rgb(244, 49, 50); color: #000; }
#event-log .comment-show { background-color: rgb(244, 49, 50); color: #000; }
#event-log .contact { background-color: #53616c; color: #fff; }
#event-log .edit { background-color: #358546; color: #fff; }
#event-log .gallery { background-color: #643585; color: #fff; }
#event-log .members { background-color: #adb5af; color: #000; }
#event-log .new-show, .post-new-show { background-color:  rgb(244, 49, 50); color: #000; }
#event-log .new-flyer { background-color: rgb(244, 49, 50); color: #000; }
#event-log .shout, .shout-commentary { background-color: rgb(244, 49, 50); color: #000; }
#event-log .user-search { background-color: #ea5fcf; color: #fff; }
#event-log .show-detail { background-color: #87aad5; color: #100; }
#event-log .show-guide { background-color: #09c; color: #fff; }
#event-log .show-update { background-color: rgb(244, 49, 50); color: #000; }
#event-log .updating-show { background-color: rgb(244, 49, 50); color: #000; }
#event-log .utility { background-color: #78F21B; color: #000; }
#event-log .venues { background-color: #45644c; color: #fff; }
