Sample CSS Style for {surveyResults} Merge Field

<style type='text/css'>
.row {
  padding-left:20px; 
  margin-top:5px;
  font-size: 12px;
}

.question {
  padding-left:20px; 
  font-size: 12px;
  text-align:top;
  width:85%;
}

.p-1 { padding:10px; }
.mt-1 { margin-top:10px; }
.text-light { color:white; }
.bg-dark {
     background-color:#404322;
     color:white;
     line-height:25px;
}

.bg-success {
  background-color:#0DA74A;
  color:white;
  line-height:25px;
}

.float-end {
  text-align:right;
  margin-top:-25px;
}
.h4 { font-size: 15px; }
</style>