.action {
 color: #0033FF;
 cursor: pointer;
 text-decoration: underline;
}

.bot {
 background-color: #FFFFFF;
 color: #FF3366;
 font-weight: bold;
 margin-left: 1em;
 margin-right: 1em;
}
/*
.bot:before {
 background-color: #FFFFFF;
 content: "<КИСА>: ";
 color: #FF3366;
 font-weight: bold;
}
*/
.guest {
 background-color: #FFFFFF;
 color: #000000;
 margin-left: 1em;
 margin-right: 1em;
}
/*
.guest:before {
 content: "Человек: ";
 font-weight: bold;
}
*/
.hidden {
 left: -1000em;
 position: absolute;
 text-align: left;
 top: -1000em;
 visibility: hidden;
}

.p {
 text-align: justify;
 text-indent: 4em;
}

#descriptionPageTitle {
 font-size: 1.2em;
 font-weight: bold;
 text-align: center;
}

#borderWindow {
 border-color: #012933;
 border-style:solid;
 border-width: 1px;
 height: 148px; 
 width: 406px;
}

#botWindow {
 height: 130px; 
 width: 406px;
}

#monitor {
 background-color: #FFFFFF;
 color: #000000;
 height: 115px; 
 margin-bottom: 5px;
 overflow: scroll;
 width: 406px;
}

#userConsole {
 background-color: #FFFFFF;
 color: #000000;
 height: 25px;
 overflow: none;
 text-align: center;
 width: 406px;
}