@font-face {
  font-family: "Fira Mono";
  src: url("/chat/fonts/FiraMono-Regular.otf");
  color: white;
}
body {
  background-color: black;
  min-width: 320px;
}
#send_message {
  font-family: "Fira Mono";
  border: 2px solid red;
  border-radius: 4px; 
  padding: 2px 6px 2px 6px;
  color: white;
  background-color: #050505;
  height:30px;
}
#message_window {
  border: 2px solid red;
  border-radius: 4px;
  font-family: "Fira Mono";
  text-align: left;
  background-color: #050505;
}
#channel_list {
  border: 2px solid red;
  border-radius: 4px;
  font-family: "Fira Mono";
  text-align: left;
  background-color: #050505;
}
.mc-link-spans {
  height: 34px;
  font-size: 16px;
  font-weight: bold;.
  
  vertical-align: middle;
  display: table-cell;
  padding: 0px;
  cursor: pointer;
  background-color:#a20202; 
  color:white; 
  border: white 1px solid;
  font-family:Verdana,Arial,Helvetica;
}
.color_form {
  font-size: 16px;
  font-color: white;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif, Georgia, serif, arial, helvetica;
  vertical-align: middle;
  color: white;
  background-color: #050505;
  border: 2px white solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align-last:center;
  text-align: center;
  text-overflow: '';
  width: 80px;
  padding: 5px;
  margin: 0;
}
.whois-table {
  color: white;
  font-family: "Fira Mono";
}
div {
  color: white;
  font-family: "Fira Mono";
}

a:link		{ color: #eb0101; text-decoration: underline; }
a:visited	{ color: #eb0101; text-decoration: underline; }
a:active	{ color: #ffffff; text-decoration: underline; }
a:hover	    { color: #ffffff; text-decoration: underline; }

a.no-style:link		{ color: #ffffff; text-decoration: none; }
a.no-style:visited	{ color: #ffffff; text-decoration: none; }
a.no-style:active	{ color: #ffffff; text-decoration: none; }
a.no-style:hover	{ color: #ffffff; text-decoration: none; }

.success { color: lime; }
.warn    { color: yellow; }
.error   { color: red; }
.topic   { color: cyan; }
.oper    { color: magenta; }
.emote   { color: DarkOrchid; }
.img     { color: cyan; }
.snd     { color: cyan; }
.cmd     { color: OrangeRed; }

circle { fill: lime; }
path { stroke: lime; }