/** 
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence
 */

a.flag {
  display: table;
}

a.flag span {
  vertical-align: middle; 
  display: 				table-cell; 
  width: 					28px;
}

a.flag span img {
  width: 					20px;
  height: 				15px;
}