@keyframes lds-ripple {
  0% {
    top: 96%;
    left: 96%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18%;
    left: 18%;
    width: 156%;
    height: 156%;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96%;
    left: 96%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18%;
    left: 18%;
    width: 156%;
    height: 156%;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}
.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4%;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #f05125;
}
.lds-ripple div:nth-child(2) {
  border-color: #fdb813;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-ripple {
  width: 200% !important;
  height: 200% !important;
  -webkit-transform: translate(-100%, -100%) scale(1) translate(100%, 100%);
  transform: translate(-100%, -100%) scale(1) translate(100%, 100%);
}

table {
width:500%;
table-layout:fixed;
}


td {
word-wrap:break-word;
}