/* These styles are for all pages on the site.
 */
.headingA {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold; }

.headingB {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }

.jqui-grid-container {
  overflow: hidden; }

.jqui-grid-item {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  min-height: 1px;
  padding: 0;
  vertical-align: middle; }

.jqui-grid-item-1 {
  clear: left; }

p {
  margin: 0 0 20px; }

.dashicons {
  border-radius: 50%;
  color: #fff; }

.dashicons-yes {
  background-color: #9f0; }

.button,
[class*="-tag"],
[class*="-tag"] a {
  transition: background-color 0.4s, color 0.4s, opacity 0.4s; }
