body {
    background-color: skyblue;
}

/**
 * Horizontal Radio Inputs
 */
 .horiz {
    display: flex;
    justify-content: space-between;
 }

 /**
  * Table head on results page
  */
.results-head {
    width: 10px;
    height: 20px;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
}

/* customize some Bootstrap variables
//$primary: darken(#428bca, 20%);

// the ~ allows you to reference things in node_modules
*/
@import "bootstrap.css";
