#skynet_container {
  width:340px;
  max-height:400px;
  height:auto;
  z-index:99999999999;
  position:fixed;
  right:0;
  bottom:30;
  background:green;
  opacity:0.95;
  -webkit-box-shadow: -1px 10px 38px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 10px 38px 5px rgba(0,0,0,0.75);
  box-shadow: -1px 10px 38px 5px rgba(0,0,0,0.75);
  background: rgba(69,120,145,1);
  background: -moz-linear-gradient(top, rgba(69,120,145,1) 0%, rgba(65,84,97,1) 19%, rgba(62,63,64,1) 81%, rgba(82,85,87,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,120,145,1)), color-stop(19%, rgba(65,84,97,1)), color-stop(81%, rgba(62,63,64,1)), color-stop(100%, rgba(82,85,87,1)));
  background: -webkit-linear-gradient(top, rgba(69,120,145,1) 0%, rgba(65,84,97,1) 19%, rgba(62,63,64,1) 81%, rgba(82,85,87,1) 100%);
  background: -o-linear-gradient(top, rgba(69,120,145,1) 0%, rgba(65,84,97,1) 19%, rgba(62,63,64,1) 81%, rgba(82,85,87,1) 100%);
  background: -ms-linear-gradient(top, rgba(69,120,145,1) 0%, rgba(65,84,97,1) 19%, rgba(62,63,64,1) 81%, rgba(82,85,87,1) 100%);
  background: linear-gradient(to bottom, rgba(69,120,145,1) 0%, rgba(65,84,97,1) 19%, rgba(62,63,64,1) 81%, rgba(82,85,87,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457891', endColorstr='#525557', GradientType=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display:none;
  padding:5px;
}
#skynet_window {
  position:relative:
  width:98%;
  height:98%;
  color: #fff;
}
#skynet_window a {
  color: #fff;
  text-decoration:none;
}
#skynet_window a:hover {
  color: #adc0d3;
}
#skynet_window .skynet_header {
  text-align: right;
  position: relative;
  width:100%;
  height:20px;
}
#skynet_window .skynet_header .close {
  text-align: left;
  position: absolute;
  width:auto;
  height:100%;
  top:2;
  left:0;
  color: #adc0d3; 
}
#skynet_window .skynet_header .title {
  text-align: right;
  position: absolute;
  width:100px;
  height:100%;
  top:2;
  right:0;
  z-index:99999999999999;
  padding-right:5px;
  font-size:0.6rem;
}
#skynet_data {
  padding:5px;
  font-size:0.65rem;  
  overflow-y:auto;
  height:100%;
  max-height:300px;
  text-align:center;
}
#skynet_data h3 {
  margin-bottom:2px;
  padding-bottom:2px;
  font-size:0.7rem;
  color: #c8e2e2;
}
#skynet_data h3 .num {
  color: #aae4c2;
  font-size:1.0rem;
}
#skynet_data hr {
  height: 1px;
  color: #95a7b1;
  background-color: #95a7b1;
  border: none;
}
#skynet_data .content_link {
  font-size:0.9rem;
}
.skynet_comments {
  text-align:center;
}