/* Styles for the editing widgets */
.toolb {
 float: left;
 background: red;
 color: white; 
 padding: 0;
 overflow: auto;
 text-align: baseline;
 margin: 1em 1em 0 0;
}

.toolb a {
  padding: 7px;
  padding-left: 32px;
  display: block;
  height: 100%;
  color: inherit;
  float: right;
  text-transform: capitalize;
  font-size: small;
}

.toolb a:active {
  background: black;
  border: none;
  outline: none;
}