.item-image.pull-left,
.item-image.pull-right {
  float: none !important;
  width: 33% !important;
}

li {
	list-style: none !important;
}

/* This is added to remove the white space between
   the hamburger menu and the "share" only on 
   mobile phones.
*/
@media (max-width: 430px) {
.rstpl-navigation .navbar .btn-navbar {
	margin: 0px 0px 0px 0px;
}
}
/* Custom CSS just for dishman table
*/
body.dishman {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}
table.dishman {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.dishman caption.dishman {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.dishman tr.dishman {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table.dishman th.dishman,
table.dishman td.dishman {
  padding: .625em;
  text-align: center;
}
table.dishman th.dishman {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table.dishman {
    border: 0;
  }
  table.dishman caption.dishman {
    font-size: 1.3em;
  }
  table.dishman thead.dishman {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.dishman tr.dishman {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.dishman td.dishman {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.dishman td.dishman:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.dishman td.dishman:last-child {
    border-bottom: 0;
  }
}
/* This was added for the subscribe box. This class
   was added in Form Properties -> Form Attributes -> CSS Class.
   It works on the front page and in the Subscribe menu item.
   Don't add this as a Module Suffix because it will be duplicated
   and mess up the front page.
*/
.rsformsubscribebox {
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
color: #333;
}
/*
Added to supported displaying of numbers on an HTML ordered list used in The Studio Musician's Manual.
*/
ol li {
  list-style-type: decimal !important;
  display: list-item !important;
  }
