@charset "UTF-8";

/*
 * CoperniCUBE settings
 */

a:link {
    text-decoration:underline;
}
a:visited {
    text-decoration:underline;
}
a:hover {
    text-decoration:underline;
    color: rgb(105,187,0);
}
a:active {
    text-decoration:underline;
    color: rgb(105,187,0);
}

.regular {
    color: black !important;
}

.theme {
    color: #0A4393;
}

.hilite {
    color: rgb(105,187,0);
}
  
.main {
    display: flex;
    flex-direction: column;
}

.sidebar {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    min-width: 100px;
    overflow: auto;
    top: 20%;
    background-color: rgba(105,187,0,0.95);
    border-radius: 0px 10px 10px 0px;
    padding: 15px;
    position: sticky;
    z-index: 9999;
    float: left;
}
.sidebar-url { /*unused*/
}
