/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
#fixedtipdiv {
  position: absolute;
  width: 150px;
  padding: 2px 5px 5px 5px;
  border-top: 1px solid #bababa;
  border-right: 2px solid #878787;
  border-bottom: 2px solid #878787;
  border-left: 1px solid #bababa;
  font: normal 14px Times New Roman;
  line-height:20px;
  z-index:200;
  background-color: white;
  color: #b07b7b;  /*red*/
}