/* The class used for in-text narration, system messages and contextual descriptors */
.context
{
    color: #1664ED;
}

/* The class used for social media (e.g. InaLink) messages. */
.inaLink
{
    color: #8B4513;
}

/* The classes used for version-exclusive content. */
.versionExclusive
{
    color: #B85C00;
}
.wildfireOnly
{
    color: #8B0000;
}
.thunderflashOnly
{
    color: #966E09;
}

/* The class used for tutorials and tips. */
.tutorial
{
    color: #D100D1;
}

/* The class used for pitch headings and animation descriptions. */
.action
{
    color: #800080;
}

/* The class used for movies (accessible from the Extras menu) and animations (scenes using the 3D models). */
.event
{
    margin-bottom: 0px;

    color: #B94E48;
}

/* The class used for optional battle dialogue. */
.optionalBattle
{
    color: #008080;
}

/* The class used for optional conversational dialogue. */
.optionalTalk
{
    color: #008A00;
}

/* The class used for player-entered information. */
.custom
{
    color: #757575;
}

/* The class used for typos and errors present in the game itself. */
.error
{
    color: #EB0000;
}