body {
  background-color: #0C0F13;/* #090A0B; */
}
a.squiffy-link
{
    /*text-decoration: underline;*/
    color: #248EFF; /*#0A81FF;*/
    cursor: pointer;
}
a.squiffy-link.disabled
{
    text-decoration: inherit;
    color: #7C5E97;
    cursor: inherit;
}
a.squiffy-header-link
{
    /*text-decoration: underline;*/
    color: #248EFF;
    cursor: pointer;
}
div#squiffy-container
{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
    border-bottom: 120px solid rgba(255, 255, 255, 0.0);
    color: #F2F2F8;
}
div#squiffy-header
{
    font-size: 16px;
    text-align: right;
}
div#squiffy
{
    font-size: 16px;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 16px; margin-bottom: 16px;
}