/*
  Copyright (C) 2014-2025 Andreas Giemza <andreas@giemza.net>

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program 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 this program; if not, write to the Free Software Foundation, Inc.,
  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

div.anchor {
    display:    block;
    position:   relative;
    top:        -32px;
    visibility: hidden;
}

@media screen and (max-width:782px) {
    div.anchor {
        display:    block;
        position:   relative;
        top:        -46px;
        visibility: hidden;
    }
}

@media screen and (max-width:600px) {
    div.anchor {
        display:    block;
        position:   relative;
        top:        0px;
        visibility: hidden;
    }
}

.mcl_css_loading {
    position:   fixed;
    z-index:    999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
        url('images/loading.gif')
        50% 50%
        no-repeat;
}

.mcl_css_complete {
    cursor:     pointer;
}

.mcl_css_quick_post {
    cursor:     pointer;
}
