﻿html
{
    font-family:Arial, Helvetica, sans-serif;
    height:calc(100% - 16px);
    margin:0;
    padding:0;
}

#root-body, #root-html
{
    height:100%;
    background:linear-gradient(#C6DBFF, #76A8FF);
    margin:0;
    padding:0;
}

#links-container
{
    width:calc(25% - 48px);
    height:calc(100% - 48px);
    background:rgba(255,255,255,0.5);
    border:thin solid #bcbcbc;
    border-radius:8px;
    float:left;
    padding:15px;
    margin:8px;
}

#links
{
}

#links ul {
    list-style:none;
    padding-left:0px;
}

#links ul ul {
    padding-left:40px;
}

#links a {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #C6DBFF;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    border-radius: 4px;
    border: 2px solid #2072ff;
    color:#000000;
    display:block;
    text-decoration:none;
}

#links a:hover {
    background-color: #2072ff;
    color:#ffffff;
}

#content-container
{
    width:calc(75% - 48px);
    height:calc(100% - 48px);
    background:rgba(255,255,255,0.5);
    border:thin solid #bcbcbc;
    border-radius:8px;
    float:left;
    padding:15px;
    margin:8px;
}

#content
{
    background:rgba(255,255,255,0.8);
    width:100%;
    height:100%;
    border:none;
}

.subtext
{
    clear:both;
    font-size:small;
    font-style:italic;
}

img
{
    border:1px solid black;
}

figure
{
    border:1px solid black;
}

h1 {
    margin: 0px;
    padding: 20px;
    border-radius: 4px;
    background: linear-gradient(to bottom right, #C6DBFF, #2072ff);
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    width:50%;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr.okay
{
    background-color:#8ccdfe;
}

tr.warning
{
    background-color:#ffef6f;
}

tr.error
{
    background-color:#ff9494;
}

.svg-hover-group
{
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.svg-hover-group:hover
{
    opacity:1;
}

.note
{
    border: 1px solid black;
    padding: 5px;
}

.code
{
    border: 1px solid lightblue;
    //background-color: #7b008e;
    background: linear-gradient(to bottom, #7b008e, #ab53b9);
    color: ghostwhite;
    font-family: SimSun;
    margin: 5px;
    padding: 5px;
}
