@charset "UTF-8";

#dSo {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:120px;
  left:-350px;
  background-color:#036;
  color:#fff;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  padding:20px;
  font-size:18px;
  font-weight:bold;
  line-height:1.3em;
  border:2px dashed #ccc;
  border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  -webkit-box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  text-shadow:-1px -1px #aa3030;
  font-weight:normal;
  z-index:99999;
}

#dSo:hover {
  display:inline-block;
  width:300px;
  min-height:140px;
  position:fixed;
  top:120px;
  left:-2px;
  background:rgba(0,102,153,1);
  color:#fff;
  padding:20px;
  font-size:18px;
  font-weight:bold;
  line-height:1.3em;
  border:2px dashed #ccc;
  border-radius:10px;
  box-shadow:0 0 0 4px #036,2px 1px 6px 4px rgba(10,10,0,0.5);
  text-shadow:-1px -1px #aa3030;
  font-weight:normal;
}

.dbut_show {
  display:inline-block;
  width:30px;
  height:110px;
  position:absolute;
  top:12px;
  right:-33px;
  font-size:14px;
  background:#099;
  border-radius:0 8px 8px 0;
  -webkit-border-radius:0 8px 8px 0;
  border-left:2px dashed #ccc;
  border-right:2px outset #000;
  border-top:1px inset #000;
}

.rotate {
  display:block;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align:center;
  margin-top:40px;
}

.dBo a {
  background-color:rgba(0,51,102,0.6);
  padding:5px 10px;
  color:#eee;
  text-decoration:none;
  display:block;
  width:260px;
  text-align:center;
  margin:3px 8px 3px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-left:1px solid rgba(255,255,255,0.0);
  border-right:1px solid rgba(255,255,255,0.0);
}

.dBo a:hover,.dBo a:focus {
  background-color:#000;
  color:#fff;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
  -ms-transition:all .6s;
  transition:all .6s;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}