a.ab-link {
  margin-bottom: 25px;
  display: block;
  float:left;
  width: 100%;
}


.answers-list .answer-item .cell.auto .text {
  margin-bottom: 10px;
  display: block;
  float:left;
  width: 100%;
}




.vote-up img[data-image-vote-up],
.vote-down img[data-image-vote-down] {
  visibility: hidden; /* hides the image but keeps space */
  width: 39px; /* adjust as needed */
  height: 24px; /* adjust as needed */
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* Replace up arrow */
.vote-up {
  background-image: url('https://toolstoday.services.answerbase.com/images/vote-yes.png'); /* your new image */
}

/* Replace down arrow */
.vote-down {
  background-image: url('https://toolstoday.services.answerbase.com/images/vote-no.png'); /* your new image */
  margin-left: 5px;
}

/* Replace up arrow that shows when user has selected it */
.vote-up.voted {
 background-image: url('https://toolstoday.services.answerbase.com/images/vote-yes-selected.png'); /* your new image */
}

/* Replace down arrow that shows when user has selected it */
.vote-down.voted {
 background-image: url('https://toolstoday.services.answerbase.com/images/vote-no-selected.png'); /* your new image */
 margin-left: 5px;
}


.answerbase-widget .simple-ask-form input[type=checkbox] + input[type=hidden] + label {
  margin-top: -37px;
  margin-left: 25px;
  display: block;
}



span.timestamp {
  font-size: 10pt;
  font-weight: normal;
}



.answerbase-widget .item a.expand {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
  display: block;
  float:left;
}


.answerbase-widget .item a.collapse {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
  display: block;
  float:left;
}


.answerbase-widget .item a.see-more {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
  display: block;
  float:left;
}



.answerbase-widget .item a.read-more {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}


.answerbase-widget .item a.see-more {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 10px;
  display: block;
  float:left;
}




.voting:before {
  content: "Did this answer your question?";
  position: static;
  display: block;
  display: inline-flex;
  font-size: 12px;
  margin-left: 0px;
  font-family: arial;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-weight: normal;
  margin-right: 15px;
}



.answerbase-widget a {
  font-size: 12pt;
  font-weight: bold;

}




.answers-list .answer-item .cell.auto .text:before {
  content: "A";
  position: absolute;
  font-size: 18px;
  font-family: arial !important;
  width: auto;
  margin-left: -45px;
  margin-top: -2px;
 font-weight: bold;

 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 29px;
 height: 29px;
 background-color: #e3e3e3;
 border-radius: 50%;
 font-weight: bold;
 font-family: sans-serif;
}


.ab-link:before {
  content: "Q";
  position: absolute;
  display: block;
  font-size: 18px;
  margin-left: -45px;
  font-family: arial !important;

 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 29px;
 height: 29px;
 background-color: #e3e3e3;
 border-radius: 50%;
 font-weight: bold;
 font-family: sans-serif;
}




.answerbase-widget {
 font-size: 12pt;
}

.grid-x.grid-margin-x.item &gt; .cell.auto {
 background-color: #f8f8f8;
 padding-top: 25px;
 padding-right: 25px;
 padding-bottom: 25px;
 padding-left: 75px
}

.answerbase-widget .questions-list .item .follow {
  display: none;
}

.answerbase-widget .questions-list .item {
  margin-left: 50px;
}