md-content
{
    background-color: #ffffff;
}

h5
{
    margin: 0px;
}

.example
{
    margin: 0px;
}

.dashed
{
    border-bottom: 1px dashed #eeeeee;
}

.error
{
    font-weight: 600;
    color: #ff0000;
}

.boxed
{
    display: inline-block;
    border: 2px solid #666666;
    background: #eeeeee;
    padding: 4px;
}

.small-text
{
    font-size: 0.5em;
}

.app-instructions
{
    background-image: linear-gradient(#eeeeee, #ffffff);
    padding-bottom: 14px;
}