/*
 * This file is part of AdBlock  <https://getadblock.com/>,
 * Copyright (C) 2013-present  Adblock, Inc.
 *
 * AdBlock is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * AdBlock is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with AdBlock.  If not, see <http://www.gnu.org/licenses/>.
 */

#__ABoverlay {
  padding: 0 !important;
  margin: 0 !important;
  font:
    13px Arial,
    Helvetica !important;
  text-transform: none !important;
  font-size: 100% !important;
  vertical-align: baseline !important;
  line-height: normal !important;
  position: fixed !important;
  z-index: 2147483647 !important;
  background-color: inherit !important;
}
