﻿#context-help
{
    display: none;
    position: absolute;
    z-index: 100;
    /*border: 1px solid lightgray;*/
    padding: 20px;
    border-radius: 30px;
    max-width: 600px;
    background-color: #ede8e2;
    left: 310px;
}

#chelp-arrow
{
    content: "";
    border-color: transparent #ede8e2 transparent transparent;
    border-style: solid;
    border-width: 20px;
    width: 0;
    height: 0;
    position: absolute;
    left: -40px
}
