@charset "UTF-8";

/******************************** text styles *********************************/

.text-left
{
    text-align: left;
}

.text-center
{
    text-align: center;
}

.text-right
{
    text-align: right;
}

.text-nowrap
{
    white-space: nowrap;
}

.text-bold
{
    font-weight: bold;
}

.text-italic
{
    font-style: italic;
}

.text-underline
{
    text-decoration: underline;
}

.text-strike
{
    text-decoration: line-through;
}
