/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#wfi_image{
  width: 105px;
}
.wfi-block-wrap{
  min-height: 80px;
  position: relative;
}
.wfi-button-bar{
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 0;
  width:80px;
  z-index: 999;
}
.wfi-button-bar a{
  color: #eee;
  margin-right: 2px;
}
.wfi-button-bar a:hover{
  color: #ccc;
}
