.progress-status {
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  margin-left: 5px;
  margin-right: 5px; }

.circle-status-0 {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  width: 7px;
  height: 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.square-status-0 {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  width: 11px;
  height: 11px; }

.circle-status-1 {
  position: relative;
  background-color: #EBC90C;
  width: 9px;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.square-status-1 {
  background-color: #EBC90C;
  width: 13px;
  height: 13px; }

.circle-status-2 {
  position: relative;
  background-color: #06B278;
  width: 9px;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.square-status-2 {
  background-color: #06B278;
  width: 13px;
  height: 13px; }

.triangle-status-0 {
  background: url("https://media1.shmoop.com/images/sprites/not_started_arrow_ico.png") no-repeat; }

.triangle-status-1 {
  background: url("https://media1.shmoop.com/images/sprites/in_progress_arrow_ico.png") no-repeat; }

.triangle-status-2 {
  background: url("https://media1.shmoop.com/images/sprites/complete_arrow_ico.png") no-repeat; }

.triangle-status-0 {
  position: relative;
  top: 1px;
  left: 3px; }

.triangle-status-1 {
  position: relative;
  top: 1px;
  left: 3px; }

.triangle-status-2 {
  position: relative;
  top: 1px;
  left: 3px; }

.rotated-status {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0px; }

.rules-lists h1 {
  font-family: 'Roboto';
  font-size: 24px;
  color: #333; }
.rules-lists li a {
  display: inline-block; }
.rules-lists .nav-header {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
  color: #0C4B7C;
  cursor: pointer; }
  .rules-lists .nav-header .tag-title {
    display: inline-block; }
.rules-lists .nav-list {
  padding-left: 10px;
  padding-right: 0px; }
  .rules-lists .nav-list li a {
    font-family: 'Roboto';
    font-size: 16px;
    color: #0C4B7C; }

.rules-navigation {
  width: 100%; }

.rules-header {
  border-bottom: 1px solid #efead8;
  margin-bottom: 20px; }
  .rules-header .title {
    text-align: center; }
  .rules-header h1 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 36px;
    color: #333; }
    .rules-header h1 a {
      margin-left: 10px; }
  .rules-header h2 {
    font-family: 'Roboto';
    font-size: 18px;
    color: #333; }

.jump-to-button {
  color: #333;
  background: #fff;
  border-color: #ccc;
  margin-right: 5px; }

.small-text {
  font-size: 10px; }

.sideright {
  padding-top: 5em; }

.no-border {
  border-style: none; }

.im-feeling-lucky-button {
  background: #57a9f2; }
