body {
   position: relative;
   /* this overwrites the e-junkie height:100% inline style as it breaks the position of our mark */
   height: auto !important;
}

.sk-pplus-container {
   position: absolute;
   display: table;
   left: 50%;
   bottom: 10px;
   width: 41px;
   height: 36px;
   margin-left: -20.5px;
}

.sk-pplus-container a {
   position: relative;
   display: table-cell;
   vertical-align: bottom;
   text-align: center;
}

.sk-pplus-container img {
   border: none;
}

.sk-pplus-original {
   height: 26px;
}

.sk-pplus-center {
   position: absolute;
   left: 0;
   top: 0;
   visibility: hidden;
}

.sk-pplus-side {
   position: absolute;
   top: 4px;
   opacity: 0;
   height: 36px;
   overflow: hidden;
}

.sk-pplus-left {
   right: 50%;
}

.sk-pplus-right {
   left: 50%;
}

.sk-pplus-side img {
   position: absolute;
   top: 0;
}

.sk-pplus-left img {
   left: 0;
}

.sk-pplus-right img {
   right: 0;
}