/**
 * Clusterclonewebinterface
 * 
 * @copyright Copyright (c) 2006-2019 ratiokontakt GmbH (https://www.ratiokontakt.de)
 * @license Proprietary
 */

#shadow {
    width: 100%;
    line-height: 1px;
    display: table;
    background: rgba(10, 10, 10, 0.75);
    background: rgb(76, 76, 76); /* Old browsers */
    box-shadow: 0px 8px 10px rgba(155, 155, 155, 0.85);
}

body {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: grey;
    background-color: white;
}

p, table, tr, td { font: 11px verdana, arial, helvetica, sans-serif; }

a {
    color: #09c;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
    font-family: verdana, arial, helvetica, sans-serif;
}

a:link { color: #535353; }

a:visited { color: #535353; }

a:hover {
    color: #ff9f35;
    /*
    color: #09c;
    background-color: #eee;
    */
}

#welcome {
    width: 400px;
    margin-top: 40px;
    padding: 10px;
    /* border:1px dashed grey; */
    border: 0px;
    background: rgba(230, 230, 210, 0.40);
    box-shadow: 0px 0px 15px rgba(155, 155, 155, 0.85);
}

/* Again, "be nice to Opera 5". */
body>#Status { width: 500px; }
