.diceroller > .results {
    padding: 3px;
  }
  .diceroller > .results > * {
    display: inline-block;
    margin-right: 2px;
  }
  .diceroller > .results > .dice {
    min-width: 20px;
    height: 20px;
    border: 2px solid black;
    text-align: center;
    
  }
  .diceroller > .results > .dice > p {
    display: inline;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 1px;
    padding-right: 1px;
  }
  .diceroller > .results > .ignored {
    opacity: 50%;
  }
  .diceroller > .results > .dice.crit-success {
    border-color: green;
  }
  .diceroller > .results > .dice.crit-fail {
    border-color: red;
  }
  .diceroller > .results > .str, .fixed {
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
  }
  .diceroller > .results > .error {
    color: #dd0000;
  }
  .diceroller > .results > .error > .regular {
    color: #000000;
  }