a#support-box-close:hover { 
  color: #999999 !important;
}

.desk-sidetab {
    bottom: 0px;
    letter-spacing: 1px;
    margin: 0;
    background-color: rgb(67, 141, 198);
    color: rgb(255, 255, 255);
    font: normal normal bold 14px/normal "Helvetica Neue", Arial, sans-serif;
    overflow: hidden;
    height: 28px;
    cursor: pointer;
    z-index: 1007;
    text-decoration: none;
    right: 0px;
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 2px;
    padding-left: 13px;
    position: fixed;
    margin: 0px 32px -5px 0px;
}
.desk-sidetab:hover {
    text-decoration: none;
    background-color: rgb(67, 141, 198);
    color: white;
    margin: 0px 32px 0px 0px;
}
.desk-button {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: black;
  text-shadow: 0 1px white; 
  padding: 12px 10px 14px;
  background-color: #CED7DF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBFDFF), color-stop(5%, #CED7DF));
  background-image: -moz-linear-gradient(90deg, #CED7DF 95%, #FBFDFF);
  border: 1px solid #9BABB9;
  border-radius: 3px;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.12) inset;
  cursor: pointer;
  display: block;
  width: 70px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
  text-decoration: none;
}
.desk-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfdff), color-stop(100%, #ced7df));
  background-image: -moz-linear-gradient(90deg, #ced7df 0%, #fbfdff);
  text-decoration: none;
}
#desk-support-box {
  z-index: 1009; 
  display:none; 
  box-shadow: 0 0 15px rgba(0,0,0,.5); 
  width: 850px; 
  height: 563px; 
  background: white; 
  border: 1px solid rgba(0,0,0,.25); 
  position: absolute; 
  top: 0; 
  left: 50%; 
  margin: 40px -425px;
}
#desk-support-box-close {
  font-weight: bold;
  color: white;
  text-shadow:
    2px 2px 0 #000,
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  z-index: 1010; 
  cursor: pointer; 
  display: block; 
  position: absolute; 
  top: 0px; 
  right: 0px; 
  font-size:27px; 
  text-decoration: none;
  top: -16px;
  right: -10px;
}
#desk-widget-iframe {
  height: 100%; 
  width: 100%; 
  border: 0; 
  margin: 0; 
  padding: 0; 
}
#desk-darkness {
  display:none; 
  background: rgba(0,0,0,.75); 
  height: 100%; 
  width:100%; 
  position: fixed; 
  top:0; 
  left:0; 
  z-index: 1008
}
a#support-box-close:active {
    outline: none;
}