body
{
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

html
{
    min-height: 100%;
    max-height: 100%;
    height: 100%;
}

#info
{
    background-color: #d1614e;
    color: white;
}

ul
{
    list-style: none;
}

ul li:before 
{
    content: '✓';
}

.link-dark
{
    text-decoration:none;
}

.bottom-bar
{
    box-shadow: 0px 3px 5px #c5c5c5, 0px -3px 5px #c5c5c5;
}

strike
{
    font-size:small;
}

.warningText
{
    background-color: #fdeae7;
    color: #ff8073;
}