<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CKonsult Taxswitcher
 * 
 * @category    CKonsult
 * @package     Ckonsult_Taxswitcher
 * @author      Christian Karlsson &lt;ck@ckonsult.se&gt;
 * @copyright   Copyright (C) 2014 Christian Karlsson. All rights reserved.
 * @license     http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @version     $Id: taxswitcher.css 281 2014-10-06 12:25:53Z christiank $
 */
 
#taxswitcher-popup-wrapper {
    background: #000;
    color: #fff;
    float: left;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#taxswitcher-popup {
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #333;
    left: 50%;
    margin: 0 0 0 -172px;
    padding: 20px;
    position: fixed;
    top: 25%;
    width: 300px;
    z-index: 999999;
}
#taxswitcher-popup h2 {
    font-size: 1.5em;
}
#taxswitcher-popup p {
    font-size: 1.1em;
}
#taxswitcher-popup .buttons {
    margin: 20px auto 10px;
    width: 240px;
    text-align: center;
}
#taxswitcher-popup a.button {
   background: #000;
   color: #fff;
   display: block;
   font-size: 1.2em;
   float: left;
   margin: 0 10px;
   padding: 10px 10px;
   text-decoration: none;
   width: 80px;
}</pre></body></html>