@import url("https://use.fontawesome.com/releases/v5.11.0/css/all.css");
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
a[href^="http"]:after, a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
a[target="_blank"]::after{
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  font-size: 105%;
  font-weight: 900;
  margin: 0 3px;
}
a[href^="#"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f0c1';
  font-weight: 900;
}
a[href^="https://www.alice-project.biz/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
#sitejack_right,
#sitejack_left,
#sitejack_right2,
#sitejack_left2 {
    display: inline-block;
    position: absolute;
    visibility: visible;
    z-index: 9998;
    margin-top:10px;
}
#sitejack_right,
#sitejack_right2
{
    left: 50%;
}
#sitejack_left,
#sitejack_left2
{
    right: 50%;
}

.sj2_r,
.sj2_l {
    display: inline-block;
    position: absolute;
    visibility: visible;
    z-index: 9998;
    margin-top:10px;
}
.sj2_r {
    left: 50%;
}
.sj2_l {
    right: 50%;
}