#header {
        background-color: #990000;
		height: 20px;
}

#header a {
        color: #ffffff;
        text-decoration: none;
        font-family: Roboto, sans-serif;
        font-size: 0.8em;
        padding-left: 15px;
}

.nudgeLink {
        float: right;
        padding-right: 0.4em;
        padding-top: 0.4em;
}

.ch {
    position:relative;
/*    max-width:300px;*/
}

.c-new {
    position:absolute;
    background-color:lightpink;
    margin-top:165px;
    margin-left:15px;
}

.c-messages,
.ch textarea {
    border:1px solid #bbb;
}

.c-message {
/*    margin-bottom:5px; */
}


.c-date {
    border: 1px;
    margin: auto;
    width: 50%;
}
.c-messages {
    width:100%;
    height:200px;
    overflow-y:scroll;
    padding:2px;
/*    border-bottom:0; */
    margin:0;
        font: 400 14px system-ui;
/*    font-size: 11px;
    font-family: system-ui; */
}

.ch textarea {
    background-color:#bfd7ff;
    width:68%;
    height:45px;
	float: left;
/*    padding:10px; */
    margin:0;
    border-top:0;
}

#noSend {
	font-size: 1em;
	height:50px;
	width: 30%;
}

#butSend {
	font-size: 1em;
	height:50px;
	width: 30%;
	color: #ffffff;
	background-color: #990000;
}

#ctype {
	position: absolute;
    margin-top: 186px;
    background-color: lightblue;
}

#extrac {
	margin-top: 5px;
}

#status-on {
	margin-left: 5px;	
}

#fastLog {
	color: #000000;
	text-decoration: none;	
}