#history 
{ 
  display: none; 
  position: fixed;
  right:10px;
  top: 40px;
  height: 500px;
  min-width: 500px;
  width: auto;
  overflow-y:scroll;
  box-shadow: 0px 0px 20px 0px;
  background: #FFFFFF;
  border-left: 0px solid;
  border-bottom: 0px solid;
  border-top: 0px solid;
  border-right: 0px solid;
  color: rgba(0, 0, 0, 0.4);
}
#historyButtonOff
{
  display: none;
}

#historyFullMessage 
{ 
  background: #F8F8F8;
  font: 15px Helvetica, sans-serif;
  border-radius: 10px;
  min-width: 500px;
  max-width: 500px;
  padding: 25px;
  left:100px;
  display: none; 
  word-wrap: break-word;
  cursor: auto;
  -webkit-user-select: auto;
}
#fmessage-type h2
{
  margin-bottom: 0px;
  margin-top: 0px;

}
#historyEntries .message-timestamp
{
  font: 12px Helvetica, sans-serif;
  line-height: 0px;
}

#historyEntries p
{
  font: bold 12px Helvetica, sans-serif;
  line-height: 0px;
}
#historyEntries a
{
  display: block;
  height: 50px;
  padding: 5px 10px 0 10px;
  color: rgba(0, 0, 0, 0.4);
}
#message-title
{
  font: 20px Helvetica, sans-serif;
  display: block;
  background: whitesmoke;
  color: #333;
  height: 20px;
  padding: 20px 0 20px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

}
#message-clear
{
  font: 20px Helvetica, sans-serif;
  position: absolute;
  right: 20px;
  top: 0px;
  display: block;
  height: 20px;
  padding: 20px 0 20px 10px;
  color: rgba(0, 0, 0, 0.4);
  border-left: 0px solid;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.history.b-close
{
  padding: 0 6px 2px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #999;
  font: bold 15px Helvetica, sans-serif;
  cursor: pointer;
  color: white;
}

#historyEntries a:hover, #message-clear:hover { color: #555; }

p, i {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


.message-unread {
  position: relative;
  z-index : 1;
  border-left-width: 5px; 
  border-left-style: solid; 
}

/*.message-unread:after {
  content : "";
  position: absolute;
  top: 1px;
  bottom: 0px;
  width: 4px;
  background-color: #fa9c19;  left: 2px;
  border-top-left-radius: 2em;  
  border-bottom-right-radius:2em;  
}*/

.message-read
{
  background: white;
}
.message-border
{
  position: absolute;
  height: 45px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  left: 10px;
  width: 464px;
  transition: color 0s;
  -webkit-transition: color 0s;
}

#history-unread-count
{
  position:relative;
  right: -1px;
  top: 4px;
  background: transparent;
  font-size: 13px;
  color: white;
  display:none;
}