/**
* @version		mod_scorpion_buienradar.css - 24/01/2024
* @author		Edwin Witlox
* @copyright	Copyright (C) Scorpion Computers and Software, Inc. All rights reserved.
* @license		GNU General Public License version 2 or later; http://www.gnu.org/copyleft/gpl.html
* @email		info@ScorpionComputers.nl
*/

.scs-buienradar {
    position: relative;
}

.scs-buienradar-iframe {
    position: relative;
}

.scs-buienradar-pointer {
    position: absolute;
    display: block;
    z-index: 11111;
    background-color: #F48F25;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
