/* $Id $ */

a#text_resize_increase {
  /* background: url(../images/aBig.gif) no-repeat 0 0; */
  display: flex;
  float: right;
  width: 31px;
  height: 25px;
  /* margin: 6px 0 0 0; */
  outline: none;
  /* text-indent: -9000px; */
  cursor: pointer;
  color:white;
}
a#text_resize_reset {
  /* background: url(../images/a_reset.gif) no-repeat 0 0; */
  display: flex;
  float: right;
  width: 25px;
  height: 24px;
  /* margin: 9px 0 0 3px; */
  outline: none;
  /* text-indent: -9000px; */
  cursor: pointer;
  color:white;
}
a#text_resize_decrease {
  /* background: url(../images/aSmall.gif) no-repeat 0 0; */
  display: flex;
  float: right;
  width: 23px;
  height: 21px;
  /* margin: 12px 0 0 3px; */
  outline: none;
  /* text-indent: -9000px; */
  cursor: pointer;
  color:white;
}
#text_resize_clear {
  clear: both;
}
.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}
